Wolfgang Huß
0ef5adb66c
Fix webapp tests
2024-01-25 12:57:12 +01:00
Wolfgang Huß
9d9b325d43
Add 'Map' entry to user menu
2024-01-24 15:05:01 +01:00
Wolfgang Huß
4090a8b6b3
Split locales entry 'notifications.pageLink' by adding a 'header.avatarMenu.notifications' entry to have them seperated
2024-01-24 13:25:56 +01:00
Wolfgang Huß
6f4c6c2fd6
Add 'Chats' entry to user menu
2024-01-24 12:18:01 +01:00
Wolfgang Huß
1a1561ce14
Fix locale identifier from 'avatarMenu.Groups' to 'avatarMenu.groups'
2023-03-23 07:55:10 +01:00
Wolfgang Huß
4c0469f61a
Add tooltip to header avatar menu
...
- Add 'showProfileNameTitle' to profile avatar.
2023-03-23 07:51:19 +01:00
Moriz Wahl
4ce5bdd6fa
get most components working
2023-02-15 10:23:34 +01:00
Moriz Wahl
7710fcab95
emit toggle mobile menu view from avatar menu
2023-02-09 13:04:00 +01:00
Moriz Wahl
3bf26de650
rename route from my-groups to groups
2022-10-26 14:18:33 +02:00
Wolfgang Huß
421f8a69a2
Enhance tests of 'AvatarMenu'
2022-09-27 16:28:23 +02:00
Wolfgang Huß
f62df1f4aa
Add 'my groups' to avatar menu
2022-09-27 16:10:17 +02:00
Wolfgang Huß
5f43a51c6a
Rename prop 'user' of 'profile-avatar' to 'profile'
2022-08-29 18:39:51 +02:00
Wolfgang Huß
615ee2991a
Rename Component from 'UserAvatar' as 'user-avatar' to 'ProfileAvatar' as 'profile-avatar'
2022-08-29 18:21:50 +02:00
Wolfgang Huß
077a63aca7
Rename class 'user-avatar' to 'profile-avatar'
2022-08-29 18:09:51 +02:00
Wolfgang Huß
7f58384e65
Add empty lines
2021-03-29 15:54:57 +02:00
Wolfgang Huß
633f4de93a
Fix linting
2020-12-02 23:36:53 +01:00
roschaefer
276ea79e8f
Update prettier to v2
2020-03-24 21:11:11 +01:00
Alina Beck
0392826211
set avatar size to small in AvatarMenu and for Anonymous users
2020-01-22 18:05:00 +03:00
mattwr18
905f34c827
Support use of initials, add tests, move component
...
- if there is no user.avatar, we show a user's initials - up to 3
characters unless there is no name or the name is 'Anonymous'. This is
to support users who on the old alpha were allowed to be anonymous (do
we still want to support this?)
- Add test cases for ☝️
- Refactor to not use any styleguide components and move UserAvatar to
generic directory
2020-01-20 10:04:30 +01:00
mattwr18
068e2b4417
Fix styling, renaming classes
2020-01-20 10:04:30 +01:00
mattwr18
b090b1177f
Migrate the bare minimum
...
- follow @alina-beck PR review
2020-01-20 10:04:30 +01:00
Alina Beck
a210dd599d
Merge branch 'master' into migrate-styleguide-icons
2019-11-20 19:35:03 +03:00
Alina Beck
77f4810ddc
set up global localVue
...
by setting up localVue with all required plugins (such as styleguide and vuex)
in a separate testSetup file we can avoid doing this individually in all component tests
the testSetup is executed before each test suite, so each test file gets a fresh
instance of localVue
2019-11-20 12:31:40 +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
288787bcb9
Remove deprecated slot syntax
...
- Update slot to use syntax supported after Vue 2.6
2019-11-11 08:52:51 +01:00
mattwr18
57b0a339c6
Avoid negative margins/targeting tags
...
- follow @alina-beck's PR suggestions
2019-11-11 08:52:51 +01:00
mattwr18
7d0b9861b8
Add story for AvatarMenu
2019-11-11 08:52:51 +01:00
mattwr18
09e4c20bb8
Update test to findIndex instead of hard coding
...
Co-authored-by: Mike Aono <aonomike@gmail.com>
2019-11-11 08:52:04 +01:00
mattwr18
7564908456
Refactor to follow @alina-beck suggestions
...
- Update CSS
- Use design tokens where possible
- Update spec description
- Avoid scoped scss as it's more expensive
- did not change the next and back button as they weren't really visible
without the primary class
- Fix German translation
2019-11-11 08:52:04 +01:00
mattwr18
4448c12f2e
Add componenet test for AvatarMenu
...
Co-authored-by: mindcodemediator
<mindcodemediator@users.noreply.github.com>
Co-authored-by: Mike Aono <aonomike@gmail.com>
2019-11-11 08:50:35 +01:00
mattwr18
d83a424513
Add styling
...
- to link in NotificationMenu
- make table more mobile responsive
- remove unneccessary props
Co-authored-by: Alina Beck <alina.beck@mail.com>
2019-11-11 08:50:35 +01:00
mattwr18
994a0b049d
Extract AvatarMenu into its own component
2019-11-11 08:50:35 +01:00