owncloud / web

:dragon_face: Next generation frontend for ownCloud Infinite Scale
https://owncloud.dev/clients/web/
GNU Affero General Public License v3.0
447 stars 157 forks source link

Separate app switcher from app specific navigation #2650

Closed PVince81 closed 4 years ago

PVince81 commented 4 years ago

Currently the left sidebar contains both app switch links and app specific navigation

As we intend to make the top bar reusable by any OCIS frontend app, we need to separate them.

See https://github.com/owncloud/owncloud-design-system/pull/532 for a possible design

Tasks

PVince81 commented 4 years ago

Also see the micro-frontends ticket as this falls into the same category.

PVince81 commented 4 years ago

PR here: https://github.com/owncloud/phoenix/pull/2669

DeepDiver1975 commented 4 years ago

config has bee specified already in #2573 - first section

PVince81 commented 4 years ago

okay. at first I had a separate file and I remembered a discussion about having it "in the config", but maybe I misunderstood. Having it in a separate file / endpoint is fine, I can bring this back.

ok, config in config.json but with the proposed schema

PVince81 commented 4 years ago

next steps: https://github.com/owncloud/phoenix/issues/2746