summaryrefslogtreecommitdiffstats
path: root/apps/settings/src/utils/appDiscoverParser.spec.ts
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-06-031-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(settings): Support `order` property on App Discover elements and hide ↵Ferdinand Thiessen2024-03-191-0/+96
future elements This adds support to pinning elements by setting the `order` property on the element (e.g. `order: 0` will always be the first element to show). Also filter list of elements to remove upcoming and outdated elements (as the json might be cached). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>