Moriz Wahl
c865b72fa3
refresh notifications after mark all as read, fix tests
2023-03-08 18:11:18 +01:00
Moriz Wahl
bdc1cb33da
Merge branch 'master' into feature/mark-all-notification-as-read
2023-03-08 16:50:02 +01:00
Moriz Wahl
4850e456fe
pages tests nearly working
2023-02-13 23:08:41 +01:00
Wolfgang Huß
d26c37a545
Refine notifications page
2022-11-16 14:16:51 +01:00
Wolfgang Huß
b398eabf47
Merge branch 'master' of github.com:Ocelot-Social-Community/Ocelot-Social into feature/mark-all-notification-as-read
...
# Conflicts:
# webapp/locales/it.json
2022-11-16 11:45:19 +01:00
Wolfgang Huß
b404355cd9
Fix linting
2020-11-16 15:55:33 +01:00
Ademílson F. Tonato
e1ef6f807f
fix: update tests for markAllAsRead
2020-11-16 15:28:43 +01:00
Ademílson F. Tonato
89e034057d
fix: update based on code-review suggestions
2020-11-16 15:25:09 +01:00
Wolfgang Huß
ae4f53e09c
Correct backend test
...
- And added some empty lines for nice formating.
2020-11-02 15:50:21 +01:00
Ademílson F. Tonato
4a23087c11
feat: add tests for mark all as read (webapp)
2020-10-24 19:41:29 +01:00
Ademílson F. Tonato
d831e14109
feat: add button to mark all notifications as read on notification page
2020-10-24 19:41:03 +01:00
mattwr18
db20af2d39
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 2144-Add_Search_Results_Page
2020-04-02 08:19:43 +02:00
mattwr18
79c1cc02c1
test: add SearchResults test/rename classes
2020-04-01 19:20:00 +02:00
roschaefer
276ea79e8f
Update prettier to v2
2020-03-24 21:11:11 +01:00
Alina Beck
9895c32b0b
replace remaining instances of ds-card with base-card
2020-02-11 17:45:32 +01:00
mattwr18
81cbb7a85c
Refactor styling, fix naming convention
...
- Emotions buttons were not displaying images correctly
- Follow vue guidelines for multiword naming convention
- Favor tokens over magic px numbers
2020-01-15 17:37:54 +01:00
mattwr18
985d53e52b
Fix broken tests
2019-11-29 20:49:46 +01:00
mattwr18
107f10edc9
Update table styling
2019-11-29 15:29:11 +01:00
mattwr18
a8a9abb4e4
Refactor/Add new components
2019-11-29 14:02:53 +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
f2e2c78582
Add tests for notifications index page
2019-11-11 08:52:51 +01:00
mattwr18
ddb9fcdcb7
Make dropdown filter reusable
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
542647f418
Add NotificationsDropdownFilter story, refactor
...
- rename incorrectly named varaibles
- use filterOptions to remove unneccessary computed routes
Co-authored-by: @alina-beck
2019-11-11 08:52:04 +01:00
mattwr18
cb2cc37556
Extract components following @alina-beck suggestion
...
- see https://github.com/Human-Connection/Human-Connection/pull/2075/files
2019-11-11 08:50:35 +01:00
mattwr18
7007b1c444
Paginate notifications, reusable component w/ test
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
58b1f7948c
Follow @alina-beck and @Tirokk suggestions
...
- following PR reviews
2019-11-11 08:50:35 +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
mattwr18
7cdc12f4b9
Add notifications page with Notifications in table
...
- At the moment, the notifications are displayed in a table, and have
the same functionality as the NotificationMenu where you can click on
the title of the Post and visit the Post
- Unsure about the styling, it would kind of be nice to have a more
condensed list to see more notifications per page, but still be able to
click on a row and visit the Post
2019-11-11 08:50:35 +01:00