feat: Allow to configure the app menu order in the frontend#40844
feat: Allow to configure the app menu order in the frontend#40844
Conversation
86adea6 to
cb7c6f7
Compare
8cf1bee to
63facca
Compare
63facca to
8bf4056
Compare
come-nc
left a comment
There was a problem hiding this comment.
It is now working perfectly.
The json version in the setting switched to string keys, not sure if intended?
It’s not a big deal as for PHP JSON objects and arrays are the same thing. I just noticed [1] became {"0":1}
8bf4056 to
f35a2e6
Compare
f35a2e6 to
6b8f6d4
Compare
b5dbfb0 to
9365bb1
Compare
szaimen
left a comment
There was a problem hiding this comment.
Tested and seems to generally work fine and generally looks good from design perspective. However some small remarks. See below
9365bb1 to
bed8dfb
Compare
szaimen
left a comment
There was a problem hiding this comment.
LGTM from design perspective :)
Will do so in a follow up as this PR is already to crowded. |
…lobal default apps Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
bed8dfb to
8cbb345
Compare
…end settings * Also add API for setting the value using ajax. * Add cypress tests for app order and defaul apps Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
8cbb345 to
f3f3f4c
Compare
its great that all this has been adressed! thanx! works like a charm. |
|
@ichier feel free to open a feature request issue here to keep that tracked. BTW the two points you quoted are resolved. |
|
@susnux this is great, but is there also a way to change the default order for every nextcloud user? I would really need this feature |
|
@Felitendo as you can read one comment above - no there is no way for a admin defined default, you can make this part of your provisioning process. |
Summary
Front end of the app ordering feature.
This allows to define the app order in the main menu bar on a per-user basis (backend see #40617 ).
Screencast
vokoscreenNG-2023-10-10_00-26-05.mp4
If the admin set up a default app, it will be shown as the first list element but the user can not modify it:

Checklist