Wolfgang Huß
71cf2a397a
Modify layout of notifications menu
2020-01-22 13:02:54 +01:00
Wolfgang Huß
4c6c3b8b27
Change the class 'text-notification-header'
2020-01-22 10:55:15 +01:00
Wolfgang Huß
2d73a54819
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 1709-send-feedbacks-in-report-processes
...
# Conflicts:
# webapp/components/Notification/Notification.vue
# webapp/components/NotificationsTable/NotificationsTable.vue
2020-01-22 10:12:35 +01:00
Alina Beck
287e9ce484
remove unused trunc prop
2020-01-21 17:00:37 +03:00
Wolfgang Huß
4ca18522f1
Implement the filed report notification on the notification page
...
- Get all the old tests running.
- Implement new necessary tests.
- Lint fixing.
2020-01-20 18:03:40 +01:00
Wolfgang Huß
48403471d5
Add tests in Notification.spec.js
2020-01-20 10:29:46 +01: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
Wolfgang Huß
35660ca073
Implemented the notifications for filling reports Notification.vue
2020-01-17 15:56:30 +01:00
Wolfgang Huß
d4e5de5eff
Approach the first time to get the new notifications in the frontend
2020-01-16 15:52:07 +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