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

The main window QLineEdit currently searches for files/calendar events/users #7790

Open
poltpolt opened this issue Jan 24, 2025 · 2 comments
Labels
feature: ☁️ GUI System tray icon and menu.

Comments

@poltpolt
Copy link

poltpolt commented Jan 24, 2025

Current GUI is misleading.

THeres is a QLineEdit for search
and an ItemWidget bellow.

In most applications the QLineEdit would filter/search over the table below it. In nextcloud it searches everything else that you don't even see on the screen : calendar events, contacts, files.

It would be nice to have an ability to search for entries text or even better type with an additional LineEdit like in the mockup below

Image

@camilasan camilasan added feature: ☁️ GUI System tray icon and menu. and removed 0. Needs triage labels Feb 4, 2025
@camilasan
Copy link
Member

I believe you have a valid suggestion, I did remove the 'need triage' label.
But we do need to discuss how to implement this, check with the design team.

Thanks for the feedback!

@poltpolt
Copy link
Author

poltpolt commented Feb 4, 2025

as long as the ItemWIdget is using the Data Model in QT it would be as simple as adding QSortFilterProxyModel with a filter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature: ☁️ GUI System tray icon and menu.
Projects
None yet
Development

No branches or pull requests

2 participants