Grigorii K. Shartsev

Results 167 issues of 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....

3. to review

## 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...

bug
2. developing
performance 🚀
feature: dashboard

* ⚠️ 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...

bug
2. developing
feature: sharing
accessibility
pending dependency update

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...

enhancement
feature: app-sidebar

### ☑️ 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...

bug
3. to review
feature: app-sidebar
backport-request

### ☑️ Resolves Currently the menu in `NcActions` has the following structure: ```html ``` `POPUP_ROLE` can be - `menu | dialog | tooltip` or nothing (=`list`) in navigation: - When...

bug
2. developing
feature: actions
accessibility

### ☑️ 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`...

enhancement
3. to review
feature: popover
accessibility
backport-request

`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...

bug
1. to develop
feature: actions