nextcloud-libraries / nextcloud-libraries/nextcloud-vue

Add "isFullScreen" property to "AppSidebar" component

Open
#2,052 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

0. to triage feature: app-sidebar technical debt
Dominant language
Vue
Stars
246
Forks
99
Avg merge
1d 20h
Merged PRs (30d)
103

Description

In Nextcloud 22 the isFullScreen property was added to the Sidebar component of the Files app, and now when the viewer is opened the sidebar is set in full screen mode.

Due to this it could be good to move the isFullScreen property from the Sidebar component of the Files app to the AppSidebar component in nextcloud-vue. This way other apps using the viewer can just enable or disable the full screen mode in their sidebar component by delegating on the parent AppSidebar without having to provide their own CSS rules.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the linked Files app Sidebar change and viewer's Viewer.vue entry point at line 369, then locate the AppSidebar component in nextcloud-vue. Check how the existing full-screen property is delegated and identify the component tests. Done means other viewer-using apps can enable or disable sidebar full-screen mode through AppSidebar without custom CSS.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.