Grigorii K. Shartsev
Grigorii K. Shartsev
- 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...
* Resolves https://github.com/nextcloud-libraries/nextcloud-vue/issues/174 WIP
`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...
### 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...
### ☑️ 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...
### ☑️ 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`...
Currently sub menus are implemented almost manually via: - `` - `` It works, but: - Not great in a11y, including lack of attributes and focus movement - Not very...