🚀 Replace DropDown with BottomSheet

* Replaced DropDown with NavigationBottomSheet
* Renamed LocalOnNavigate → LocalNavigator, LocalNavigator → LocalNavigatorInstance
This commit is contained in:
Acclorite 2024-10-08 20:44:40 +03:00
parent 7618190ada
commit 2e2dee9e26
47 changed files with 408 additions and 307 deletions

View file

@ -170,7 +170,6 @@
<string name="open_reader_settings_content_desc">Reader-Einstellungen</string>
<string name="file_icon_content_desc">Datei</string>
<string name="checkbox_content_desc">Checkbox</string>
<string name="show_dropdown_content_desc">Dropdown</string>
<string name="cover_image_not_found_content_desc">Titelbild nicht gefunden</string>
<string name="apply_changes_content_desc">Änderungen übernehmen</string>
<string name="error_content_desc">Fehler</string>

View file

@ -246,7 +246,6 @@
<string name="go_back_content_desc">Regresar</string>
<string name="cover_image_content_desc">Portada</string>
<string name="file_icon_content_desc">Archivo</string>
<string name="show_dropdown_content_desc">Desplegable</string>
<string name="cover_image_not_found_content_desc">Portada no encontrada</string>
<string name="apply_changes_content_desc">Aplicar cambios</string>
<string name="error_content_desc">Error</string>

View file

@ -227,7 +227,6 @@
<string name="directory_icon_content_desc">Répertoire</string>
<string name="path_arrow_icon_content_desc">Flèche du chemin</string>
<string name="checkbox_content_desc">Case à cocher</string>
<string name="show_dropdown_content_desc">Menu déroulant</string>
<string name="cover_image_not_found_content_desc">L\'image de couverture n\'a pas été trouvée</string>
<string name="apply_changes_content_desc">Appliquer les changements</string>
<string name="error_content_desc">Erreur</string>

View file

@ -206,7 +206,6 @@
<string name="credits_fonts">Czcionki</string>
<string name="delete_books_content_desc">Usuń wybrane książki</string>
<string name="browse_content_desc">Dodaj książki</string>
<string name="show_dropdown_content_desc">Rozwijany</string>
<string name="create_color_preset_content_desc">Utwórz nowe ustawienie koloru</string>
<string name="help_desc_how_to_customize_app_3">Możesz to zrobić z poziomu ekranu Biblioteka, Historia i Przeglądaj, klikając trzy kropki w prawym górnym rogu i wybierając « Ustawienia » z menu rozwijanego. Następnie zobaczysz wszystkie dostępne ustawienia tej aplikacji. Eksperymentuj z nimi!</string>
<string name="continue_reading_content_desc">Kontynuuj czytanie</string>

View file

@ -298,7 +298,6 @@
<string name="sort_order_content_desc">Sıralama düzeni</string>
<string name="path_arrow_icon_content_desc">Yol oku</string>
<string name="checkbox_content_desc">Onay kutusu</string>
<string name="show_dropdown_content_desc">ılır menü</string>
<string name="cover_image_not_found_content_desc">Kapak resmi bulunamadı</string>
<string name="apply_changes_content_desc">Değişiklikleri uygula</string>
<string name="error_content_desc">Hata</string>

View file

@ -605,7 +605,6 @@
<string name="sort_order_content_desc">Порядок сортування</string>
<string name="path_arrow_icon_content_desc">Стрілка шляху</string>
<string name="checkbox_content_desc">Галочка</string>
<string name="show_dropdown_content_desc">Випадаючий список</string>
<string name="cover_image_not_found_content_desc">Обкладенка не знайдена</string>
<string name="apply_changes_content_desc">Застосувати зміни</string>
<string name="error_content_desc">Помилка</string>
@ -641,5 +640,6 @@
<string name="checkpoint_forward_content_desc">Чекпоінт вперед</string>
<string name="chapters_content_desc">Розділи</string>
<string name="update_text_content_desc">Оновити текст</string>
<string name="more_content_desc">Більше</string>
</resources>

View file

@ -605,7 +605,6 @@
<string name="sort_order_content_desc">Sort order</string>
<string name="path_arrow_icon_content_desc">Path arrow</string>
<string name="checkbox_content_desc">Checkbox</string>
<string name="show_dropdown_content_desc">Dropdown</string>
<string name="cover_image_not_found_content_desc">Cover image not found</string>
<string name="apply_changes_content_desc">Apply changes</string>
<string name="error_content_desc">Error</string>
@ -644,5 +643,6 @@
<string name="checkpoint_forward_content_desc">Checkpoint forward</string>
<string name="chapters_content_desc">Chapters</string>
<string name="update_text_content_desc">Update text</string>
<string name="more_content_desc">More</string>
</resources>