nextcloud-libraries / nextcloud-libraries/nextcloud-vue

NcAppContent: `appName` replaced with `@nextcloud/vue`

Open
#4,252 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

0. to triage bug
Dominant language
Vue
Stars
246
Forks
99
Avg merge
1d 20h
Merged PRs (30d)
103

Description

I guess this code here was intended to use the app's name and not @nextcloud/vue?

https://github.com/nextcloud/nextcloud-vue/blob/8e0ac73954f1df69225f3b16dd93b0190977bb9a/src/components/NcAppContent/NcAppContent.vue#L236

Looks like this:

try{return"pane-list-size-".concat("@nextcloud/vue")}

cc @ChristophWurst

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 at src/components/NcAppContent/NcAppContent.vue line 236 and inspect how the pane-list-size value is assembled. Confirm the current output shown in the issue, then update it so the app's name is used instead of "@nextcloud/vue".

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.