YaleDevUni / comics-web-reader

web based file reader( comics viewer )
https://viewer.yesyeil.ca
MIT License
1 stars 1 forks source link

Setting icon #16

Open joshyykim opened 10 months ago

joshyykim commented 10 months ago
  1. Universal setting icon added to left navigation bar
  2. When click the setting icon, universal options pops up right side of the nav bar
  3. User can change some options like reversed (left-> right, right-> left; maybe needed to change the name of the option), Double page, Dark mode, or Display per page(this should be used for pagination of the books)
  4. All data stored with DexieDB and, to avoid conflict with React re rendering, it updates the DB when it changed, even if this isn't efficient way and is a expensive way.
  5. TODO: make the options really works for each features.

On the side, there's Props interfaces added into interface, since it's used more than one place.

vercel[bot] commented 10 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
comics-web-reader ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 15, 2024 6:25pm
test-nextjs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 15, 2024 6:25pm
YaleDevUni commented 10 months ago

Can we put z-value on the setting in nav so that it will not affect on other pages width