This application customs the top menu of Nextcloud 📦 https://apps.nextcloud.com/apps/side_menu 📘 https://deblan.gitnet.page/side_menu_doc/
Go to file
Simon Vieille e597ed95a3
fix #6: menu items x4
2020-04-15 21:48:37 +02:00
appinfo fix #6: menu items x4 2020-04-15 21:48:37 +02:00
css add compatibility with Audioplayer 2020-04-11 11:17:29 +02:00
img add admin settings 2020-04-09 09:55:45 +02:00
lib fix issue #4: add option to hide the logo 2020-04-15 12:17:17 +02:00
src fix issue #4: add option to hide the logo 2020-04-15 12:17:17 +02:00
templates fix typo 2020-04-15 15:35:25 +02:00
.eslintrc.js init 2020-03-28 17:40:53 +01:00
LICENCE add licence 2020-03-29 13:47:07 +02:00
README.md release 2020-04-15 12:19:30 +02:00
package.json init 2020-03-28 17:40:53 +01:00
webpack.js add admin settings 2020-04-09 09:55:45 +02:00

README.md

🤙 Nextcloud app / Side menu 🎨

This application moves the top menu of Nextcloud to the left side.

Comptatible with AppOrder.

Installation

Side menu is availabe from the app store.

If you want to install it from source: go to https://gitnet.fr/deblan/side_menu/releases and download the last release (side_menu_vX.Y.Z.zip).

Copy the archive to your Nextcloud server.

$ cd /path/to/nextcloud/apps
$ unzip -d side_menu /path/to/side_menu_vX.Y.Z.zip

Upgrade

Side menu can be upgraded from the app store.

If you want to install it from source: go to https://gitnet.fr/deblan/side_menu/releases and download the last release (side_menu_vX.Y.Z.zip).

Copy the archive to your Nextcloud server.

$ cd /path/to/nextcloud/apps
$ rm -frv side_menu
$ unzip -d side_menu /path/to/side_menu_vX.Y.Z.zip

How to contribute?

Fork the repository, go to apps/, clone your repository and run npm install inside.

Build javascripts using webpack --config ./webpack.js (add -w to build them in real time).

Then commit and create a pull request.