Markus
85e68795a3
[fix] all group related pages are now under one route, so link highlighting works
2023-07-19 10:09:04 +02:00
entermex
6807b6f543
Fix notification menu comment hash
2023-05-25 13:10:32 +02:00
Moriz Wahl
c18617fc22
group description in notification
2023-03-17 11:37:19 +01:00
Moriz Wahl
1501bcb06c
linting
2023-03-16 15:14:27 +01:00
Moriz Wahl
ab58c569d0
related user for group notifications
2023-03-15 17:49:52 +01:00
Moriz Wahl
10c02c251e
group notifications in notification dropdown
2023-03-15 16:23:45 +01:00
Moriz Wahl
4ce5bdd6fa
get most components working
2023-02-15 10:23:34 +01:00
roschaefer
276ea79e8f
Update prettier to v2
2020-03-24 21:11:11 +01:00
Alina Beck
ad385490bc
follow @mattwr18 PR review
...
- replace magic numbers with tokens
- remove unused name attribute
- use slot shorthand (for the slots added in this PR)
2020-02-17 10:44:52 +01:00
Alina Beck
37959d8167
refactor BaseCard to use slots and props
2020-02-11 16:10:45 +01:00
Alina Beck
1eac8ed14d
add variants to BaseCard
2020-02-11 11:17:04 +01:00
Alina Beck
6671d893e6
refactor PostCard (wip)
2020-02-11 09:20:45 +01:00
Alina Beck
cea538e2f1
refactor Notification component
2020-02-10 17:56:18 +01:00
Alina Beck
287e9ce484
remove unused trunc prop
2020-01-21 17:00:37 +03:00
mattwr18
fdf00fc0c6
Follow @alina-beck's PR review suggestions
...
- Update styling
- Avoid nested tags
- Rename components with two names
- Add story
- Co-authored-by: Alina Beck <alina.beck@mail.com>
2020-01-20 10:04:30 +01: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
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
cf8124fb2d
Clean up/add german translations
2019-11-11 08:50:35 +01:00
mattwr18
b79770469f
Update notifications page
...
- display more notifications by simplifying the table
- get sorting working
2019-11-11 08:50:35 +01:00