9548ad6e31
fix(webapp): add responsive mobile menu with locale switching and filter support ( #9281 )
2026-02-21 07:47:14 +00:00
0cbdfea5a1
feat(webapp): push to top indicator ( #9237 )
2026-02-18 00:10:18 +00:00
77a1e0964b
refactor(webapp): migrate icons ( #9238 )
2026-02-17 22:40:51 +00:00
fc714a5f30
feat(package/ui): os-icon ( #9234 )
2026-02-15 20:31:00 +00:00
Wolfgang Huß
26b90fce47
Add tooltip to locale switch menu
2023-03-23 08:21:46 +01:00
Wolfgang Huß
6b0fbc578b
Remove globe icon from 'LocaleSwitch.vue'
2023-01-31 12:48:25 +01:00
ogerly
0293fec7e7
step1 refactor rebranding
2022-09-22 16:51:48 +02:00
ogerly
bfcfb8462e
resolve conflict
2022-09-20 10:29:37 +02:00
Wolfgang Huß
e82d35c824
Fix linting
2022-08-25 23:17:50 +02:00
ogerly
afb5c719dc
add color from yunite in branding
2022-08-10 09:52:59 +02:00
roschaefer
276ea79e8f
Update prettier to v2
2020-03-24 21:11:11 +01:00
Raphael Beer
7df4432601
Fix: named slot scopes
2020-03-13 00:09:33 +01: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
Raphael Beer
d90e4c2aa8
Refactor: replace named slots
2020-03-12 23:49:00 +01:00
Alina Beck
d460819dee
move client-only wrapper into LocaleSwitch component
...
so we don't have to wrap <locale-switch> in <client-only> every time we use it
2020-02-11 11:14:59 +01:00
mattwr18
3abfe13dcc
Fix maintenance service/LocaleSwitch import
2019-12-17 16:15:11 +01:00
mattwr18
dfd30cbaac
Remove check for setting name to null or undefined
...
- this was making things more likely to fail from the frontend, we would
need to consider doing a db manipulation for users from the old alpha
who have user.name as null.
- it only protects against someone who bypasses our UI and sends a
message directly to the backend, but if they can do that we have bigger
problems.
2019-12-13 10:17:19 +01:00
mattwr18
fd1e2c91fd
Refactor to consolidate UpdateUser mutations
2019-12-12 18:48:56 +01:00
Alina Beck
a210dd599d
Merge branch 'master' into migrate-styleguide-icons
2019-11-20 19:35:03 +03:00
Alina Beck
4e6572a042
replace ds-icon with base-icon
2019-11-19 12:26:07 +03:00
roschaefer
36062ffa8c
Fix lint
2019-11-16 14:34:23 +01:00
mattwr18
821ea6d671
Update LocaleSwitch with guard clause
...
- return if there is no currentUser
- do not copy graphql directory as there is no need to send messages to
backend
2019-10-24 12:45:55 +02:00
Alexander Friedland
b584f12bb1
change
...
change() change to updateUserLocale()
2019-10-24 08:52:24 +02:00
ogerly
9dccb5fc0a
Save language for the user permanently when changing the language
2019-10-22 11:34:04 +02:00
roschaefer
b2dccfb51c
refactor: improve locale imports
...
While refactoring the login form component I found many inconsistent
ways of importing the list of locales. So I decided to refactor the
imports altogether. Don't use `process.env` to import locales!
2019-10-15 16:41:33 +02:00
roschaefer
a8222c5290
Remove obsolete code
...
I believe this is obsolete code. Could someone double-check?
@mattwr18 I tried to see any difference to `master` and I couldn't. Did
I miss sth.?
For context: During my work on https://github.com/Human-Connection/Human-Connection/pull/1517
the webapp was complaining about missing mutations when I changed the
dropdown.
2019-09-10 03:35:10 +02:00
Matt Rider
35428fbaaa
Add test for LocaleSwitch
2019-06-17 10:07:53 -03:00