Grigorii K. Shartsev
Grigorii K. Shartsev
I don't think this list should be a `tablist` at all. There is no tab panels.
> What is the expected behaviour here? This menu should work the same way as other menus and NcAction: - Arrows should be used to navigate between elements of an...
### Current issues #### Requires changes in the [fork of `vue-select`](https://github.com/nextcloud-deps/vue-select/) - [x] `role="combobox"` should not be on ``, but on `` directly https://github.com/nextcloud-deps/vue-select/pull/30 - [x] `aria-label="Search for options"` should...
but we actually do have a color associated with each pre-defined background. Which can be used for defining elements on a background like the app menu. https://github.com/nextcloud/server/blob/e5b0941c6446aeabeb40d3e98cd5e6e4cae2d07e/apps/theming/lib/Service/BackgroundService.php#L57-L71 Then it is...
> The problem is rather with custom primary colors. This also is taken into account for the color of the header icons which it should probably not be. However custom...
> The text color on the app menu should be independent from any primary color. Primary is only for accents, while the background color might sometimes be related but it...
> escape the primary-color-mixup-background-color rabbit hole Having a good and full description of all the colors, variables, meanings we have and should have would be definitely helpful 😀 Taking into...
A possible solution could be to cache conversations in IndexedDB and broadcast updates to other tabs, similar to the conversation list. The complex part here would be as usual —...
> There are hidden system messages being sent having the modified/deleted message as parent, because that is how the iOS app handles it. So, fetching new messages will inform about...