Grigorii K. Shartsev

Results 171 issues of Grigorii K. Shartsev

enhancement
1. to develop

- Demo for: https://github.com/nextcloud/spreed/pull/12942

* Resolves: https://github.com/nextcloud/server/issues/45190 * Same issue for any errors: no permissions, not found, server unavailable etc. ## Summary Handles error during content fetching. In Nextcloud 27 in case of an...

bug
3. to review
feature: files
28-feedback

* Resolves https://github.com/nextcloud-libraries/nextcloud-vue/issues/174 WIP

2. developing
feature: documentation
technical debt

`NcColorPicker` is implemented on top of `vue-color`. The only feature we actually use from it is advanced picker. But it looks bad with its own style, even the font is...

discussion
feature: colorpicker

### Resolves - Avatar is more adaptive now after https://github.com/nextcloud-libraries/nextcloud-vue/pull/5959 - But the status icon still has a fixed position, making it impossible to use more variable size - Use...

bug
2. developing
feature: avatar

### ☑️ Resolves - Add a common component to be used as a Settings button in apps for consistency - Looks like `NcAppNavigationItem`, has padding. - Has no additional logic...

enhancement
2. developing
feature: app-navigation

### ☑️ Resolves - ⚠️ Chained on https://github.com/nextcloud-libraries/nextcloud-vue/pull/5861 - We often need to add offset to reserver space for navigation toggle button - Currently, apps do it manually from `--app-navigation-padding`...

enhancement
2. developing
feature: app-navigation

Currently sub menus are implemented almost manually via: - `` - `` It works, but: - Not great in a11y, including lack of attributes and focus movement - Not very...

enhancement
feature: actions