overleaf/services/web/frontend/js/features/source-editor/extensions/spelling
Antoine Clausse 053831b48c [web] Spelling correction Dropdown to BS5 (#21493)
* Split `SpellingSuggestions` into a BS3 and BS5 version

* Migrate `B5SpellingSuggestions` to BS5

* Add `.dropdown-menu.dropdown-menu-unpositioned` styles

This makes the dropdown position itself without overflows

* Make spelling tooltip background transparent

* Migrate Cog icon to BS5

* Use `PolymorphicComponent`

Co-authored-by: Ilkin Ismailov <ilkin.ismailov@overleaf.com>

* Fix formatting

---------

Co-authored-by: Ilkin Ismailov <ilkin.ismailov@overleaf.com>
GitOrigin-RevId: aaa6c589637971031d13ac099f935fe2052e6989
2024-11-05 09:04:28 +00:00
..
backend.ts Remove spell check split tests (#21382) 2024-10-31 09:04:40 +00:00
cache.ts
context-menu.tsx Display current spell check language and option to change it (#21138) 2024-10-18 08:05:48 +00:00
helpers.ts
ignored-words.ts Use Hunspell for client-side spellchecking (#20286) 2024-10-14 10:58:36 +00:00
index.ts [web] Spelling correction Dropdown to BS5 (#21493) 2024-11-05 09:04:28 +00:00
misspelled-words.ts Avoid creating duplicate spell check marks on the edited line (#21331) 2024-10-25 08:05:10 +00:00
spellchecker.ts Remove spell check split tests (#21382) 2024-10-31 09:04:40 +00:00
spelling-suggestions-feedback.tsx [web] Spelling correction Dropdown to BS5 (#21493) 2024-11-05 09:04:28 +00:00
spelling-suggestions-language.tsx [web] Spelling correction Dropdown to BS5 (#21493) 2024-11-05 09:04:28 +00:00
spelling-suggestions.tsx [web] Spelling correction Dropdown to BS5 (#21493) 2024-11-05 09:04:28 +00:00