roschaefer
|
3a216226bc
|
Paramterize all emails
|
2020-06-05 14:15:42 +02:00 |
|
Raphael Beer
|
d465e94596
|
Refactor: use #shorthand for default v-slot attributes
|
2020-03-12 23:49:27 +01:00 |
|
Raphael Beer
|
5626cb2771
|
Revert "Refactor: replace default slots"
This reverts commit f1e308074bc33e6762431f90f335ed849776f4d9.
Let's take this one at a time...
|
2020-03-12 23:49:01 +01:00 |
|
Raphael Beer
|
c3cf682fdf
|
Refactor: replace default slots
|
2020-03-12 23:49:01 +01:00 |
|
Alina Beck
|
34006a25e2
|
rename primary to filled
|
2020-01-09 13:25:12 +05:30 |
|
Alina Beck
|
ee11f4e366
|
replace even more ds-buttons with base-buttons (wip)
|
2019-12-19 11:39:39 +05:30 |
|
roschaefer
|
01252b3584
|
refactor: follow @mattwr18 code review
https://github.com/Human-Connection/Human-Connection/pull/1814#pullrequestreview-299434476
|
2019-10-11 00:54:19 +02:00 |
|
roschaefer
|
8305921f00
|
Fine tune layout and spacing
|
2019-10-11 00:54:19 +02:00 |
|
roschaefer
|
bb5d581906
|
refactor: restructure translations and components
|
2019-10-11 00:54:19 +02:00 |
|
roschaefer
|
2ca508ba2f
|
Rename code => nonce in webapp/
|
2019-09-06 19:31:04 +02:00 |
|
Robert Schäfer
|
5d57f7b376
|
No global import - Thank you @JorgenVatle! ❤️
In version `v4.2.0` of `vue-sweetalert-icons` the local import is back, see:
https://github.com/JorgenVatle/vue-sweetalert-icons/issues/3#issuecomment-519497796
|
2019-08-09 13:21:54 +02:00 |
|
Robert Schäfer
|
27163b8d79
|
Install vue-sweetalert-icon globally
Updating the package to `v4.0.0` still gives me this warning:
```
WARN Compiled with 1 warnings
WARN in ./components/PasswordReset/ChangePassword.vue?vue&type=script&lang=js&
"export 'SweetalertIcon' was not found in 'vue-sweetalert-icons'
```
According to this thread https://github.com/JorgenVatle/vue-sweetalert-icons/issues/3
I copy+pasted the example configuration:
https://github.com/JorgenVatle/vue-sweetalert-icons-preview/blob/master/nuxt.config.js
https://github.com/JorgenVatle/vue-sweetalert-icons-preview/blob/master/plugins/vue-sweetalert-icons.js
And now the compile warnings are gone. I'm going to ask the maintainer if the
local import is not possible with `v4.0.0` anymore.
|
2019-08-06 11:03:12 +02:00 |
|
Robert Schäfer
|
4207aee09d
|
DRY up password validations
|
2019-07-09 22:12:40 +02:00 |
|
Robert Schäfer
|
90aa1822b5
|
Disable the form button with a slot scope
|
2019-07-09 22:12:40 +02:00 |
|
Robert Schäfer
|
c85c94aa40
|
Splitting components, better route navigation
This also allows us to generate a password reset link to quickly reset
your password without entering the code and email manually.
|
2019-06-19 14:23:22 +02:00 |
|