Grigorii K. Shartsev
Grigorii K. Shartsev
It seems to me that constants types is important part of large stores. This allows the code to take advantage of tooling like linters, IDE intellisence, refactoring tools etc. https://vuex.vuejs.org/guide/mutations.html#using-constants-for-mutation-types
## Summary I'd like to improve `HowToApplyALicense.md` 1. Update **applying to an existing file** with a diff 2. Add different files for different file types (add html-like for `.vue`) 3....
## Summary ~~⚠️ Chained on https://github.com/nextcloud/server/pull/41063~~ Polish a bit dashboard app: - [x] Decrease duplication of dashboard v1/v2 - [x] Polish styles to replace classes like `panel-activity--header--icon--description` and very nested...
* ⚠️ Requires `@nextcloud/[email protected]` * Resolves: https://github.com/nextcloud/server/issues/43139 ## Summary The current custom quick share select implementation has a number of a11y issues: - The toggle button - is not focusable...
Currently `NcAppSidebar` doesn't have changeable `open` state. If it is rendered, it considers itself to be open. The only way to close the sidebar is basically to not render it...
### ☑️ Resolves - Fix https://github.com/nextcloud-libraries/nextcloud-vue/issues/5363 - Remove unneeded background with hover-like styles from `NcAction` in `NcAppSidebar` for non-compact mode without figure - Make this button always looks the same...
### ☑️ Resolves Currently the menu in `NcActions` has the following structure: ```html ``` `POPUP_ROLE` can be - `menu | dialog | tooltip` or nothing (=`list`) in navigation: - When...
### ☑️ Resolves * Alternative of https://github.com/nextcloud-libraries/nextcloud-vue/pull/5196 * Fix #… ### 🖼️ Screenshots 🏚️ Before | 🏡 After ---|--- B | A ### 🚧 Tasks - [ ] ... ###...
### ☑️ Resolves * Fix #5141 ### 🖼️ Screenshots 🏚️ Before | 🏡 After ---|--- B | A ### 🚧 Tasks - [x] Automatically find a button inside the `NcPopover`...
`NcActions` can have a different type: navigation (expanded list), application menu, form dialog. It not only changes attributes for a11y but also keyboard navigation and `focus-trap` integration. But it doesn't...