217 Commits

Author SHA1 Message Date
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ß
4075e63167 Fix linting 2022-08-02 08:54:33 +02:00
Wolfgang Huß
d39213f559 Refactor MySomethingList and social media list and adding deletion modal dialog 2022-08-02 08:52:13 +02:00
Moriz Wahl
938f5ccdf9 fix all tests 2022-07-25 23:20:05 +02:00
ogerly
f63165aa70 deleted unused css 2022-05-06 10:55:05 +02:00
Wolfgang Huß
23b7efa0e5 Change some little things in the frontend tests 2022-05-06 09:09:00 +02:00
Wolfgang Huß
7936b76043 Merge branch 'master' of github.com:Ocelot-Social-Community/Ocelot-Social into 4771-refactor-social-media-list-with-slots 2022-05-06 07:58:41 +02:00
Wolfgang Huß
e4b695a486 Merge branch 'master' of github.com:Ocelot-Social-Community/Ocelot-Social into 4771-refactor-social-media-list-with-slots 2022-05-04 09:36:06 +02:00
Wolfgang Huß
50bdfb80e2 Change from require to import which now works again 2022-05-04 09:15:47 +02:00
Wolfgang Huß
634249b407 Fix the rest of the faker imports
- Some seems to work even the old way?!
2022-05-03 14:22:10 +02:00
Wolfgang Huß
d67b0c8500 Fix tests for favicon urls 2021-11-22 15:54:36 +01:00
Wolfgang Huß
7c43372423 Correct namings etc.
- Rename all "link" contaning names from MySomeThingList.
- Remove comment from notificationsMiddleware.
- Create translations.
2021-11-11 18:24:44 +01:00
Wolfgang Huß
51eca9ac83 Fix and refine tests 2021-11-11 15:38:26 +01:00
Wolfgang Huß
32844b8197 Cleanup 2021-11-11 12:05:26 +01:00
Wolfgang Huß
b7400339ab Split social media page and list component
- Rename variables.
- Implement callbacks.
- Fix tests.
2021-11-11 11:53:56 +01:00
Wolfgang Huß
280f0f5a78 Implement edit callback, fist step 2021-11-09 10:48:22 +01:00
Wolfgang Huß
58464fd53e Remove input addSocialMedia 2021-11-04 18:55:36 +01:00
Wolfgang Huß
433c5fd883 Implement MySomethingList for social media, use edit-item slot
- Pass formData and formSchema by properties.
2021-11-03 13:55:11 +01:00
Wolfgang Huß
d3cc49d37b Implement MySomethingList for social media, use list item slot 2021-11-03 13:04:45 +01:00
Wolfgang Huß
41252785d2 Fix tests 2021-08-05 17:57:48 +02:00
Wolfgang Huß
37cb8a2afb Fix linting 2021-08-05 16:24:50 +02:00
Wolfgang Huß
aa454893ce Refactor pageParams, third step
- Implement emails.js in backend as well.
- Move backend links.js into emails.js, because code is not a duplicate of webapp anymore.
2021-08-05 14:44:54 +02:00
Wolfgang Huß
e8a0a5d13c Refactor pageParams, second step 2021-08-03 20:07:39 +02:00
Wolfgang Huß
97fdb7cd5c Refactor pageParams 2021-08-03 15:30:58 +02:00
Wolfgang Huß
a3d3656bf1 Implement login-button 2021-08-02 16:17:35 +02:00
Wolfgang Huß
df1e622094 Implement internal page component, first step 2021-08-02 13:48:57 +02:00
Wolfgang Huß
ff6cc306af Refactor logos, first step 2021-05-18 17:04:48 +02:00
Wolfgang Huß
f176fa5c3b Refine and remove the last very small rest of the unwanted boarder 2021-03-30 17:33:24 +02:00
Wolfgang Huß
e48a99afe6 Change background color of avatar image to white
- Refactor the user avatar storybook.
2021-03-30 15:53:33 +02:00
Wolfgang Huß
cf9eafa2eb Refactor TabNavigator.vue storybook entry 2021-01-26 09:50:10 +01:00
Wolfgang Huß
3ef41adfb1 Refactor TabNavigator.story.js 2021-01-25 15:28:07 +01:00
Wolfgang Huß
1f8fdb78fd Write unit test for TabNavigator.vue 2021-01-25 11:00:08 +01:00
Wolfgang Huß
9194c58176 Implement TabNavigation test, start 2021-01-22 11:27:45 +01:00
Wolfgang Huß
ae09aee91c Renamed NewTabNavigation to TabNavigation
- Renamed old TabNavigation to OldTabNavigation.
2021-01-21 20:27:13 +01:00
Wolfgang Huß
9ce1e089fa Fix lint 2021-01-21 16:38:55 +01:00
Wolfgang Huß
101b50486c Cleanup comments 2021-01-21 13:03:32 +01:00
Wolfgang Huß
830eb1010c Refactored SearchResults.spec.js to new tab component 2021-01-21 11:36:39 +01:00
Wolfgang Huß
7dbc833e22 Merge branch '2144-Add_Search_Results_Page' of https://github.com/Human-Connection/Human-Connection into HC-2144-Add_Search_Results_Page
# Conflicts:
#	webapp/pages/profile/_id/_slug.vue
2021-01-18 14:12:13 +01:00
Wolfgang Huß
bcd98c793c Implement mixins for delete, pin, unpin post in lists, done 2020-10-08 15:24:06 +02:00
Wolfgang Huß
c91c9e263f Implement mixins for delete, pin, unpin post in lists, on the way 2020-10-08 09:26:20 +02:00
Wolfgang Huß
91b64c2360 Implement postActions, first try 2020-09-30 16:19:10 +02:00
Wolfgang Huß
b076fa57ec Improve component for user profile tab and use on search page, refinement needed 2020-09-30 11:01:34 +02:00
Wolfgang Huß
5e910000aa Implement component for user profile tab, first step 2020-09-28 13:12:29 +02:00
Wolfgang Huß
20c52b16e7 Temporary fix tests for SearchResult.vue
- Now the buttons are disabled instead of remove from the DOM.
2020-09-25 13:46:56 +02:00
Wolfgang Huß
7fd861caa0 Fix tests for pagination buttons
- Now the buttons are disabled instead of remove from the DOM.
2020-09-25 13:31:35 +02:00
Wolfgang Huß
965dc48dae Fix tests for pagination buttons
- Now the buttons are disabled instead of remove from the DOM.
2020-09-25 10:00:17 +02:00
Moriz Wahl
d049ad5d3e changes requested by review https://github.com/Human-Connection/Human-Connection/pull/3271 2020-09-24 13:14:35 +02:00
Moriz Wahl
af56c3dd4b Layout improved for Searcg Result page 2020-09-24 12:21:57 +02:00
Moriz Wahl
7bf9dfde29 fixed test for PaginationButtons. ToDo: How to mock v-sroll-to 2020-09-24 10:41:22 +02:00