happypandax / happypandax

A cross-platform server and client application for managing and reading manga and doujinshi
https://happypandax.github.io/
GNU Lesser General Public License v3.0
801 stars 49 forks source link

suggestions #98

Open cirnosaiko opened 5 years ago

cirnosaiko commented 5 years ago
  1. Picutre reading pages only allows "next page" one by one. Masonry Layouts might be better.
  2. translation files seems a little bit confusing. Can you organize the item better?
  3. when import the folders, is it only support path paste? is openFileDialog available?
twiddli commented 5 years ago

Hello,

Picutre reading pages only allows "next page" one by one. Masonry Layouts might be better.

Can you elaborate a little more? Where would a masonry style layout be better? And why?

translation files seems a little bit confusing. Can you organize the item better?

I definitely need to work more on that front. How would you suggest I organize it? Also, did you read Translations in the docs?

when import the folders, is it only support path paste? is openFileDialog available?

For security reasons it is not possible to get the full path of files on the client's system through the browser.

Thank you for your suggestions