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

Mobile: Deep folder nesting results in unreadable titles #9858

Closed
personalizedrefrigerator opened this issue Feb 5, 2024 · 1 comment · Fixed by #9906
Closed

Mobile: Deep folder nesting results in unreadable titles #9858

personalizedrefrigerator opened this issue Feb 5, 2024 · 1 comment · Fixed by #9906
Assignees
Labels
bug It's a bug medium Medium priority issues mobile All mobile platforms

Comments

@personalizedrefrigerator
Copy link
Collaborator

Operating system

Android

Joplin version

2.14

Desktop version info

No response

Current behaviour

See https://discourse.joplinapp.org/t/problem-of-not-being-able-to-view-entire-long-notebook-titles/35669/5 (mentions issue related to mobile).

To reproduce:

  1. Nest 10 notebooks
  2. Create a note
  3. Open the "notebook selector" dropdown
  4. Try to select one of the deepest-nested notebooks.

Screenshot:
screenshot: Deeply-nested notebooks result in invisible lines

Expected behaviour

  • The folder selector should support the same level of nesting as the sidebar.

Logs

No response

@personalizedrefrigerator personalizedrefrigerator added bug It's a bug mobile All mobile platforms medium Medium priority issues labels Feb 5, 2024
@personalizedrefrigerator
Copy link
Collaborator Author

personalizedrefrigerator commented Feb 5, 2024

Possible (half) solution: Decrease indentation amount as folders are nested deeper.

Notes:

  • Currently, we use a FlatList with a constant item height to display notebooks. This should improve performance when there are a large number of notebooks.
  • Wrapping the FlatList in a horizontal ScrollView is another possible solution (implemented here). However, this would also change the behavior of the notebook list for users that don't have deeply-nested notebooks. I'm also worried about potential issues caused by nesting a FlatList within a ScrollView (as both support scroll).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug It's a bug medium Medium priority issues mobile All mobile platforms
Projects
None yet
1 participant