aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_status/src/components/ClearAtSelect.vue
Commit message (Collapse)AuthorAgeFilesLines
* Port clear user status selectChristopher Ng2023-02-281-12/+12
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Various fixesCarl Schwan2022-08-261-3/+4
| | | | | | | | | | | | | | - Fix user status dialog - Add label where missing - Move emoji picker inside input field (similar to talk) - Fix selecting an emoji - Fix multiselect - Fix button with confirmation action - Fix some other unrelated dark theme issues - Fix select2 focus - Run npm lint:fix Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Add Nc prefix to Nc vue component namesVincent Petry2022-08-251-3/+3
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Also reset the status on clearAtJoas Schilling2022-05-271-1/+1
| | | | | | | | | When you set yourself to "DND - In a meeting" for one hour, the expectation is that you are also "online"/normal again when the meeting is over. So we extend the logic to also include the status itself to be reverted. Signed-off-by: Joas Schilling <coding@schilljs.com>
* Auto fix warningsLouis Chemineau2022-01-211-4/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Eslint fixJohn Molakvoæ (skjnldsv)2022-01-081-3/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* make user status usable on mobileszaimen2021-07-091-0/+1
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Change wording from 'custom status' to 'status message'Jan C. Borchardt2020-09-301-1/+1
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* l10n: Rename the directory for translationsValdnet2020-09-201-1/+1
| | | The application gets the translation from l10n for the "Clear status after" text string.
* Add user-status appGeorg Ehrke2020-07-311-0/+102
Signed-off-by: Georg Ehrke <developer@georgehrke.com>