Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🎨 support regenerate thumbnails from UI and improve mobile friendliness #161

Merged
merged 6 commits into from
Sep 22, 2023

Conversation

aaronleopold
Copy link
Collaborator

@aaronleopold aaronleopold commented Sep 22, 2023

PR contains the following changes:

  • Add ability to generate missing thumbnails
  • Add ability to force regenerate thumbnails with same or updated config
    • These are definitely in need of a refactor at some point, they aren't bad but there is some code duplication I didn't want to solve right now
  • A LOT of UI refactoring to better support mobile views
  • Added a new user preference show_query_indicator to essentially render a loading icon whenever a query is being run.
    • I didn't want to enforce this UI element, and figure for those who might find it interesting it could be neat.
  • Redesign and simplify error pages and server connection SOS page
  • Small redesign of claim page
  • Gave the Read More sections a scrollable div on expansion, but it needs to be updated a bit better IMO. Kinda ugly still, but better at least than MASSIVE sections of text lol
  • I added a new Explore Books page which just lets you navigate ALL the books you have access to on the server. Comes ready with all the filter options.
    • A bit pedantic, but adding this made me decide to pluralize all of the frontend routing. Otherwise, I'd have /books and /book which is just silly
  • Misc docs updates
  • Fixed a couple of caching bugs where data 'stays' for too long and jitters between old and new states

After this, I'll probably focus a bit more on the core again

@aaronleopold aaronleopold marked this pull request as ready for review September 22, 2023 05:24
@aaronleopold aaronleopold merged commit 7048270 into develop Sep 22, 2023
@aaronleopold aaronleopold deleted the al/regenerate-thumbnails branch September 22, 2023 05:25
aaronleopold added a commit that referenced this pull request Sep 23, 2023
* New translations en.json (Portuguese)

* 📝 Update README and CONTRIBUTING

* 🐛 fix autoclosing drawer (#157)

* ✨ basic PDF support (#158)

* start barebones PDF support, update some docs

* PDF rendering and streaming support

* support PDF-to-ZIP conversions in core (#156)

* remove duplicate logic

* download pdfium in Dockerfile

* oops

* oopsies

* 🐛 Fix entrypoint.sh adduser and addgroup commands (#160)

* New translations en.json (German)

* New translations en.json (German)

* New translations en.json (Dutch)

* 🎨 support regenerate thumbnails from UI and improve mobile friendliness (#161)

* New translations en.json (Romanian)

* New translations en.json (French)

* New translations en.json (Spanish)

* New translations en.json (Afrikaans)

* New translations en.json (Arabic)

* New translations en.json (Catalan)

* New translations en.json (Czech)

* New translations en.json (Danish)

* New translations en.json (German)

* New translations en.json (Greek)

* New translations en.json (Finnish)

* New translations en.json (Hebrew)

* New translations en.json (Hungarian)

* New translations en.json (Italian)

* New translations en.json (Japanese)

* New translations en.json (Korean)

* New translations en.json (Dutch)

* New translations en.json (Norwegian)

* New translations en.json (Polish)

* New translations en.json (Russian)

* New translations en.json (Serbian (Cyrillic))

* New translations en.json (Swedish)

* New translations en.json (Turkish)

* New translations en.json (Ukrainian)

* New translations en.json (Chinese Simplified)

* New translations en.json (English)

* New translations en.json (Vietnamese)

* New translations en.json (Portuguese, Brazilian)

* New translations en.json (Portuguese)

* New translations en.json (French)

* make all available languages selectable
@aaronleopold aaronleopold mentioned this pull request Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant