feat(ui-polish): improve RemoteLibrary & BookshelfSettings UI, add icons/strings

This commit is contained in:
Atte149 2026-06-16 11:35:04 +03:00
parent 1ed35239fd
commit 23298b0f26
7 changed files with 302 additions and 85 deletions

View file

@ -137,6 +137,25 @@
<string name="bookshelf_settings">Bookshelf</string>
<string name="bookshelf_settings_desc">Server, ABS, TTS</string>
<!-- Bookshelf server settings -->
<string name="bookshelf_settings_screen_title">Bookshelf server</string>
<string name="bookshelf_url_option">Bookshelf API URL</string>
<string name="bookshelf_url_option_desc">Base URL of the bookshelf-api service</string>
<string name="abs_url_option">Audiobookshelf URL</string>
<string name="abs_url_option_desc">Direct URL of the Audiobookshelf server</string>
<string name="abs_token_option">ABS token</string>
<string name="abs_token_option_desc">API token from Audiobookshelf settings</string>
<string name="save_button">Save</string>
<string name="fetch_libraries_button">Fetch libraries</string>
<string name="libraries_fetched_successful">Connected to %1$d libraries</string>
<string name="bookshelf_libraries_header">Libraries</string>
<string name="bookshelf_library_subtitle">%1$s • %2$d items</string>
<string name="bookshelf_selected_label">Selected</string>
<string name="bookshelf_books_header">Books in %1$s</string>
<string name="bookshelf_empty_message">No remote libraries found</string>
<string name="bookshelf_refresh_action">Refresh</string>
<string name="bookshelf_retry_action">Retry</string>
<!-- Settings subcategories -->
<string name="font_reader_settings">Font</string>
<string name="text_reader_settings">Text</string>