aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Apporder.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix incorrect module imports.Harald Eilertsen13 days1-2/+2
| | | | | | | | When importing modules with use statements, they always require the fully qualified module name. Iow, there's no need to prefix them with an extra backslash. Ref: https://www.php.net/manual/en/language.namespaces.importing.php
* allow apps to be both pinned and starred independentlyZot2020-06-111-2/+2
|
* regression: the ability to order apps messed up since adding pinned apps to ↵zotlabs2018-12-121-15/+18
| | | | the ordering
* fix issues with apporder related to recent pinned apps changesMario Vavti2017-11-191-5/+11
|
* nav_set_selected() for apps and apporder. restrict apporder to ↵Mario Vavti2017-10-111-19/+24
| | | | local_channel() and whitespace
* apporder module and all the associated backend stuff to make it work; ↵zotlabs2017-05-211-0/+40
probably needs a bit of UI cleanup and a link to it from somewhere