android icon indicating copy to clipboard operation
android copied to clipboard

[SPACES] Add search functionality to spaces list

Open abelgardep opened this issue 1 year ago • 2 comments

Add search to the spaces list screen so users with several spaces can find the one they want easier...

Available also in the picker

TASKS

  • [ ] Research (if needed)
  • [ ] Create branch feature/feature_name
  • [ ] Development tasks
    • [ ] Implement whatever
    • [ ] ...
  • [ ] Code review and apply changes requested
  • [ ] Design test plan
  • [ ] QA
  • [ ] Merge branch feature/feature_name into master

PR

  • App
  • Library (if needed)

abelgardep avatar Jan 20 '23 12:01 abelgardep

To take into account when picking a folder:

We show also the personal space with a translatable string Personal not the actual personal space name (username). We would need to distinguish if there is a personal space, and use the translatable string instead of the space name in the filtering.

abelgardep avatar Feb 23 '23 12:02 abelgardep

Only in spaces tab: Similar search/filter input field as in the file list.

To take into account when picking a folder:

We show also the personal space with a translatable string Personal not the actual personal space name (username). We would need to distinguish if there is a personal space, and use the translatable string instead of the space name in the filtering.

Personal could be excluded.

michaelstingl avatar Apr 13 '23 12:04 michaelstingl

Keep Personal as first result in the search. Then the matching results.

jesmrec avatar Apr 12 '24 10:04 jesmrec