aboutsummaryrefslogtreecommitdiffstats
path: root/dist/user-status-modal-8299.js.map
Commit message (Collapse)AuthorAgeFilesLines
* Use the color-primary-element* variablesSimon L2023-05-131-1/+1
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore(npm): fix warning and buildJohn Molakvoæ2023-04-211-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(assets): Recompile JSMaksim Sukharev2023-04-181-1/+1
| | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* bump webpack from 5.78.0 to 5.79.0dependabot[bot]2023-04-151-1/+1
| | | | | | | | | | | --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* feat(files): better breakpoints and sidebar responsive designJohn Molakvoæ2023-04-131-1/+1
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.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(npm): update dist bundlesJohn Molakvoæ2023-03-231-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Port clear user status selectChristopher Ng2023-02-281-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Bump @nextcloud/vue from 7.5.0 to 7.7.0Christopher Ng2023-02-231-1/+1
| | | | | | - Add node-polyfill-webpack-plugin to polyfill Node.js core modules Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix user status message inputChristopher Ng2023-01-201-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* chore(js): RecompileJoas Schilling2023-01-121-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump @nextcloud/vue, @nextcloud/l10n and @nextcloud/calendar-availability-vueChristopher Ng2023-01-121-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add component testingJohn Molakvoæ2023-01-041-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Change header semantic in the user status dialogjulia.kirschenheuter2022-11-291-1/+1
| | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* User status dialog a11y: make different focus and active state for ↵julia.kirschenheuter2022-11-171-1/+1
| | | | | | | OnlineStatusSelect and PredefinedStatus Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Update @nextcloud/dialogs@ and fix toasts stylingJohn Molakvoæ2022-11-021-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Compile assetsJohn Molakvoæ2022-10-191-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Compile assetsnextcloud-command2022-09-291-1/+1
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Compile assetsnextcloud-command2022-09-281-1/+1
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Port Profile section checbox to NcCheckoxRadioSwitch componentCarl Schwan2022-09-121-1/+1
| | | | | | Improve accessibility and unify the design Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Bump nc vue to beta2Carl Schwan2022-09-091-1/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix rebasing issues and improve profile settings page a bit moreCarl Schwan2022-08-261-1/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Add Nc prefix to Nc vue component namesVincent Petry2022-08-251-1/+1
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* use an en-dash for the userstatus panelszaimen2022-06-301-1/+1
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.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>
* Don't overwrite certain values if the refreshing comes in via short updatesJoas Schilling2022-05-271-1/+1
| | | | | | | | This e.g. happens from the talk participant list which only has the status, message and icon. Due to the overwriting e.g. the clearAt was overwritten with null and afterwards the status modal showed "Invalid date" as "Clear at" Signed-off-by: Joas Schilling <coding@schilljs.com>
* Port share by mail settings to vueCarl Schwan2022-05-191-0/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Compile assetsnextcloud-command2022-04-211-1/+0
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix: button type to tertiaryVanessa Pertsch2022-03-211-1/+1
| | | | Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
* Add profile default setting for adminChristopher Ng2022-03-181-0/+1
Signed-off-by: Christopher Ng <chrng8@gmail.com>