-
Notifications
You must be signed in to change notification settings - Fork 37
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
Applications not grouped by namespace #23
Comments
I am experiencing the same behavior. Also, overriding with |
Hey, thanks for the reports! This is really less of a bug and more of a feature that was not fully implemented in the initial release. The original startpage style Hajimari is based on (SUI) didn't have grouping for applications so I didn't bother adding it in the UI. The main work of the next release (v0.2) is a complete rework of the UI into Svelte components and already includes finishing this feature and making it configurable, for both applications and bookmarks you'll be able to choose if you want them grouped or not. |
Hey @toboshii this is great news! Thanks for sharing this insight into the next release. Looking forward to it! |
Added in #44 |
Describe the bug
Applications aren't grouped by namespace.
To Reproduce
Steps to reproduce the behavior:
defaultEnable
totrue
and configurenamespaceSelector
asany: true
hajimari.io/group
Expected behavior
Hajimari should be grouping applications by namespace.
Docs for
hajimari.io/group
say toUse if you want the application to show in a different group than the namespace it is running in
The text was updated successfully, but these errors were encountered: