Conversation
|
@skjnldsv, thanks for your PR! By analyzing the history of the files in this pull request, we identified @nickvergessen, @LukasReschke and @ChristophWurst to be potential reviewers. |
Codecov Report
@@ Coverage Diff @@
## master #6627 +/- ##
=========================================
Coverage 53.06% 53.06%
Complexity 22553 22553
=========================================
Files 1414 1414
Lines 87745 87745
Branches 1340 1340
=========================================
Hits 46565 46565
Misses 41180 41180
|
|
I tried to use most of stuff we already use on nextcloud to avoid confusion. |
Changed categories order same as app store Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
3fbd957 to
308e1c0
Compare
settings/js/apps.js
Outdated
| {displayName: t('settings', 'Enabled apps'), ident: 'enabled', id: '0'}, | ||
| {displayName: t('settings', 'Disabled apps'), ident: 'disabled', id: '1'}, | ||
| {displayName: t('settings', 'Your apps'), ident: 'installed', id: '2'} | ||
| var categories = [, |
settings/js/apps.js
Outdated
| {displayName: t('settings', 'Your apps'), ident: 'installed', id: '2'} | ||
| var categories = [, | ||
| {displayName: t('settings', 'Your apps'), ident: 'installed', id: '0'}, | ||
| {displayName: t('settings', 'Enabled apps'), ident: 'enabled', id: '1',}, |
There was a problem hiding this comment.
How did I missed that... 🙈
Thanks!!
|
Awesome stuff @skjnldsv I like it a lot! :) The key is good too! Maybe only mirror it, so that the key ring is on the top right instead – that’s how keys are most often visualized. |
|
@jancborchardt damn, few seconds too late! 😕 |


Fix #3987