Robert Schäfer
79b29b25aa
Check if String is accepted, too
2019-04-10 18:50:52 +02:00
Robert Schäfer
a7354a054e
Fix test, remove vue-filter relativeDateTime
...
cc @Tirokk @ulfgebhardt @appinteractive
This is a perfect example why I insist on writing tests. While debugging
@Tirokk and I discovered several design flaws and plugins that depend on
each other. The solution to all of this is not to use vue-filters plugin
at all! Vue-filters depends on Vuex, i18n, vuex-i18n, nuxt-modules and so
on.
This is just bad, bad, bad code. Start writing tests. Now.
We should start to refactor vue-filters and use components instead.
2019-04-10 18:46:13 +02:00
Wolfgang Huß
68f0dde62f
Refactored RelativeDateTime
...
Removed timeouts for the sake of simplicity
2019-04-10 17:29:03 +02:00
Wolfgang Huß
cc05ea11b5
Removed the responsability of the component "RelativeDateTime" to know if it is rendered in a browser
...
cc @ulfgebhardt
2019-04-10 16:46:32 +02:00
Robert Schäfer
0be445afb6
Sketch component test for @Tirokk
2019-04-10 16:23:24 +02:00
9261067273
lint fixes
2019-04-10 14:30:18 +02:00
6961f50b78
removed moment lib, added readme for RelativeDateTime & moved it to subdirectory
2019-04-10 14:26:55 +02:00
5d8da41bba
Merge branch 'master' into 2019/kw15/design_differences_post
2019-04-10 11:00:03 +02:00
c8d01d80cf
Merge branch 'master' into 2019/kw15/Access_Settings_from_Profile_as_Owner
2019-04-10 10:07:06 +02:00
Matt Rider
e7e2a8a937
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 347-display_notifications
2019-04-09 21:55:11 -03:00
Robert Schäfer
5b77c92c35
Display and test notification counter
2019-04-09 20:51:54 +02:00
Robert Schäfer
edfbd2a6ed
Proper notification counter
2019-04-09 20:51:54 +02:00
Robert Schäfer
cf27f9e836
Refactor: Notification as a root component
2019-04-09 20:51:54 +02:00
Robert Schäfer
352b5ac7a4
Implement NotificationList with apollo
2019-04-09 20:51:54 +02:00
Robert Schäfer
512835f202
Implement NotificationList without store implement
2019-04-09 20:51:54 +02:00
Robert Schäfer
13fe228b58
Implement first test case for NotificationList
2019-04-09 20:51:54 +02:00
Robert Schäfer
afa0153f55
Show post-card in notification et al.
...
* add notification in seeds
* extremely odd styling - on the index page the notification looks OK,
on the post page, the post card elements appear more densely packed
2019-04-09 20:51:54 +02:00
5c540b618e
Access Settings from Profile as Owner -> link was already present, but text was misleading (corrected), removed eslint exception
2019-04-09 13:24:00 +02:00
b235c640c5
lint fix
2019-04-09 11:09:03 +02:00
bc868044ef
lint fix
2019-04-09 11:07:41 +02:00
0e09b0fb74
fixed design differences between alpha & nitro - Post Page
...
- [X] Title and Author Position reversed
- [X] Design & Format of Post-Date + Position
- [X] No Category Names
- [X] Actions/Reactions & Tags reversed
2019-04-08 15:53:00 +02:00
42e39a6973
fixed disabled red border z-index in order not to cross the menu in profile, refactored css of postCard
2019-04-08 12:32:42 +02:00
Robert Schäfer
138d9a0011
Merging origin to 342-merge_documentation
2019-04-04 00:52:21 +02:00
Robert Schäfer
63d928e12e
Change route post-slug to post-id-slug
...
And query `slug` and `id` everywhere
2019-03-26 16:21:39 +01:00
Robert Schäfer
51cbc65f4b
Rename profile-id to profile-id-slug route
2019-03-26 13:52:56 +01:00
Robert Schäfer
22367417de
Implement component test
2019-03-23 01:37:36 +01:00
Robert Schäfer
26ab3b9bbe
Oops, moved the components to a wrong folder
2019-03-22 16:03:34 +01:00
Robert Schäfer
44d1265681
Restructure for monorepo
2019-03-21 02:11:35 +01:00
Robert Schäfer
c91a61af89
Merging webapp to master
2019-03-20 21:06:17 +01:00