|
1 day ago | |
---|---|---|
.gitea/issue_template | 3 months ago | |
appinfo | 1 day ago | |
bin | 4 months ago | |
css | 4 days ago | |
img | 4 months ago | |
l10n | 6 months ago | |
lib | 4 days ago | |
screenshots | 4 days ago | |
src | 1 day ago | |
templates | 1 day ago | |
.eslintrc.js | 11 months ago | |
.gitignore | 6 months ago | |
CODE_OF_CONDUCT.md | 2 months ago | |
LICENCE | 11 months ago | |
Makefile | 6 months ago | |
README.md | 4 days ago | |
package.json | 7 months ago | |
webpack.js | 4 months ago |
Allows you to modify the position of the main menu by creating a panel on the left of the interface or with a big menu on the top. You can also define apps that must be displayed in the top menu. Fully customisable.
This application is rather suitable for instances that activate a lot of applications.
You can customize colors depending of the theme (Dark theme and Breeze Dark). Comptatible with AppOrder.
You like this app and you want to support me? ☕ Buy me a coffee or Donate with liberapay
theming
enabledCustom menu is available from the app store.
$ cd /path/to/nextcloud
$ php occ app:install side_menu
If you want to install it from source, go to https://gitnet.fr/deblan/side_menu/releases and copy the link to the last release (side_menu_vX.Y.Z.tar.gz). Then:
$ cd /path/to/nextcloud/apps
$ curl -sS https://gitnet.fr/attachments/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx | tar xvfz -
Administrators can edit many settings using the administration page.
Users can disable the menu using the page of personal settings.
Use the shortcut Ctrl
+o
to open and to hide the side menu. Use tab
to navigate.
You can report a bug or request a feature by opening an issue: https://gitnet.fr/deblan/side_menu/issues
If you are a developer:
apps/
and clone your repositoryapps/side_menu
and run npm install
Build javascripts using make npm-build
(or make npm-watch
to build them in real time).
Then commit and create a pull request.