aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_status/src/UserStatus.vue
Commit message (Collapse)AuthorAgeFilesLines
* fix(code-style): Adjust JS code to our code styleFerdinand Thiessen2024-10-161-1/+2
| | | | | | This resolves 68 ESLint warnings about invalid code style. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(user_status): Adjust AccountMenu entry for user statusFerdinand Thiessen2024-08-061-48/+26
| | | | | | fixup: Adjust to design comments Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-301-19/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(user_status): Fix losing focus to body when closing user status modalChristopher Ng2024-02-011-1/+3
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(user_status): Migrate to NcUserStatusIconChristopher Ng2024-01-231-3/+8
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(core): Make sure correct colors are used on blurred backgroundFerdinand Thiessen2023-12-141-0/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Remove profile from UserStatus componentChristopher Ng2023-10-261-133/+27
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(user_status): separate user menu and dashboard status layoutGrigorii K. Shartsev2023-10-241-54/+55
| | | | | | | - Remove href="#" from a button for HTML validation - Use @nextcloud/vue NcButton instead of custom button in Dashboard Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* Set double outline to buttons in focus statejulia.kirschenheuter2023-07-111-2/+3
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Add `aria-hidden='true'` to decorative icons inside of modal dialogsjulia.kirschenheuter2023-04-061-1/+1
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-231-3/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Port user menu to VueChristopher Ng2023-02-091-6/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Make css rule importantCarl Schwan2022-10-181-1/+1
| | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix vertical alignment of user status iconCarl Schwan2022-10-171-0/+1
| | | | | | | Now it is properly centered even if the font size is bigger (when using the dislexia font) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Avoid using lists if there are none on the dashboardJulius Härtl2022-08-291-2/+5
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix status button background on dashboardJulius Härtl2022-08-291-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Improve accessibility with more visible focus indication for non vue appsCarl Schwan2022-05-161-1/+6
| | | | | | | | | | | | - Add visible-focus effect on each header entry - Show focus outline when using focus-visible (keyboard navigation) - Add polyfy for focus-visible since it's only very recently available on webkit - Change text for link to home button to describe the destination and not the current page - Improve focus effect in app sidebar navigation Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* quick fix for focus on userStatus buttonVanessa Pertsch2022-03-231-0/+3
| | | | Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
* Auto fix warningsLouis Chemineau2022-01-211-4/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Eslint fixJohn Molakvoæ (skjnldsv)2022-01-081-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix status menu item not listening to status change eventsCarl Schwan2021-10-201-2/+13
| | | | | | | | This makes it so that the status menu item listens to user_status:status.updated events even when they are triggered outside of the user status modal. Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Profile frontendChristopher Ng2021-10-191-23/+95
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix "TypeError: e.t0.response is undefined" spam from user_statusJoas Schilling2021-08-201-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Save a request everytime we send the heartbeatJoas Schilling2021-06-161-3/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Catch the error on heartbeat updateRoeland Jago Douma2020-12-231-1/+6
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Make user status styles scopedJulius Härtl2020-11-041-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move online status into modalJohn Molakvoæ (skjnldsv)2020-10-011-0/+219
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>