Robert Schäfer
574b42a2a7
"commentedCount" is different from "commentsCount"
...
One is how many comments you wrote, one is how many **posts** are there
with at least one comment of you.
E.g. you can comment twice on the same post. You will have a
`commentedCount` increase of 1 but a `commentsCount` of 2.
FYI @ogerly @Tirokk
2019-06-07 01:39:09 +02:00
Robert Schäfer
d3a70321b8
Show a loading spinner for better UX
2019-06-07 01:39:09 +02:00
Robert Schäfer
de0bcd949a
Fix test
2019-06-07 01:39:09 +02:00
Robert Schäfer
08778f3798
Remove unnecessary refetching
...
First of all this removes a bug, but it also shows that apollo triggers
the rerendering of dependent components.
FYI @mattwr18
2019-06-07 01:38:02 +02:00
Robert Schäfer
c9ef1bc5ce
Implement switching of tabs and updating list
2019-06-07 01:38:02 +02:00
Robert Schäfer
4278c75d52
Refactor profile page, separate requests
2019-06-06 23:31:27 +02:00
senderfm
92241576b3
Implement active Tabs
2019-06-06 19:34:28 +02:00
mattwr18
bc8dd22a91
Merge pull request #762 from Human-Connection/refactor_filter_bubble
...
Refactor filter bubble
2019-06-06 14:18:00 -03:00
Matt Rider
ffa15bf728
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 404-delete-user-account-and-data
2019-06-06 14:15:02 -03:00
Matt Rider
f53d091691
Add error handling component tests
2019-06-06 13:50:10 -03:00
Matt Rider
cbd78a34dc
Merge branch 'master' of github.com:Human-Connection/Human-Connection into refactor_filter_bubble
2019-06-06 13:36:24 -03:00
Matt Rider
55458abbff
Merge branch 'master' of github.com:Human-Connection/Human-Connection into undo_location_reload
2019-06-06 12:36:08 -03:00
Wolfgang Huß
f944142e4b
Very first approach to resolve callback problem in direction of customization of Modals
2019-06-06 16:33:35 +02:00
Robert Schäfer
ab719eca3e
Merge pull request #732 from Human-Connection/688-hover-effect-user-image-upload
...
Hover effect user image upload
2019-06-06 15:54:50 +02:00
Robert Schäfer
55cfb99a06
Merge pull request #742 from Human-Connection/dependabot/npm_and_yarn/webapp/tippy.js-4.3.3
...
Bump tippy.js from 4.3.2 to 4.3.3 in /webapp
2019-06-06 15:52:49 +02:00
Robert Schäfer
46288858ac
Merge pull request #756 from Human-Connection/dependabot/npm_and_yarn/webapp/@nuxtjs/axios-5.5.4
...
Bump @nuxtjs/axios from 5.5.3 to 5.5.4 in /webapp
2019-06-06 15:52:20 +02:00
Robert Schäfer
58f272876e
Frontend uses neo4j-graphql-js's filters
2019-06-06 15:30:25 +02:00
Robert Schäfer
2171add6f3
Disable the location.reloads
...
It might create better user experience, but for the small user group I
think the complexity is worse than the feature itself.
2019-06-06 12:35:49 +02:00
dependabot-preview[bot]
e01e137a80
Bump date-fns from 2.0.0-alpha.27 to 2.0.0-alpha.29 in /webapp
...
Bumps [date-fns](https://github.com/date-fns/date-fns ) from 2.0.0-alpha.27 to 2.0.0-alpha.29.
- [Release notes](https://github.com/date-fns/date-fns/releases )
- [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md )
- [Commits](https://github.com/date-fns/date-fns/compare/v2.0.0-alpha.27...v2.0.0-alpha.29 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-06 04:54:04 +00:00
dependabot-preview[bot]
1039256e79
Bump @nuxtjs/axios from 5.5.3 to 5.5.4 in /webapp
...
Bumps [@nuxtjs/axios](https://github.com/nuxt-community/axios-module ) from 5.5.3 to 5.5.4.
- [Release notes](https://github.com/nuxt-community/axios-module/releases )
- [Changelog](https://github.com/nuxt-community/axios-module/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/nuxt-community/axios-module/compare/v5.5.3...v5.5.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-06 04:52:58 +00:00
Robert Schäfer
0d340ac190
Merge pull request #699 from Human-Connection/269-filter_by_followed_users
...
269 filter by followed users
2019-06-06 03:53:35 +02:00
ALau2088
8d4ed065c7
add post.comment.updated
2019-06-05 18:42:17 -07:00
dependabot-preview[bot]
3844abcec2
Bump tippy.js from 4.3.2 to 4.3.3 in /webapp
...
Bumps [tippy.js](https://github.com/atomiks/tippyjs ) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/atomiks/tippyjs/releases )
- [Commits](https://github.com/atomiks/tippyjs/compare/v4.3.2...v4.3.3 )
2019-06-06 01:38:30 +00:00
mattwr18
b713cd8859
Merge pull request #746 from Human-Connection/dependabot/npm_and_yarn/webapp/tiptap-extensions-1.21.0
...
Bump tiptap-extensions from 1.20.2 to 1.21.0 in /webapp
2019-06-05 22:36:08 -03:00
Robert Schäfer
6bbaa78fa9
Fix frontend after rebasing the backend
2019-06-05 22:34:34 +02:00
Robert Schäfer
16dc7328e7
Finish filter by followed users only
2019-06-05 22:34:34 +02:00
Robert Schäfer
b7eb299acb
Style up filter bubble menu
2019-06-05 22:34:34 +02:00
Robert Schäfer
f300f4bf41
Toggle a button for "friends" or "all"
...
I decided not to have a radio button, becase we have only two states
anyway.
2019-06-05 22:34:34 +02:00
Robert Schäfer
ad48264a64
Provide translations for filter menu
2019-06-05 22:34:34 +02:00
Robert Schäfer
f3b088f862
Move the filter menu into the index page
...
A filter makes sense only on the news feed page in my opinion. As a
comparison: The way how full text search is implemented makes sense in
the menu bar, which is always visible. Why? The search results are shown
in a popover. Therefore those are different from the news feed. The news
feed however is only visible on the index page. Therefore I believe, it
makes sense to put the filter menu there and only there.
2019-06-05 22:34:34 +02:00
Robert Schäfer
f8c0335712
Scaffold filter menu
2019-06-05 22:34:34 +02:00
Wolfgang Huß
7ebd1ec009
Merge pull request #752 from Human-Connection/402-userprofile-shouted-tab-2
...
402 userprofile shouted tab 2
2019-06-05 12:57:21 +02:00
senderfm
12e79c83da
Fixed No untranslated strings 2
2019-06-05 10:45:00 +02:00
Robert Schäfer
129d62fd7d
Merge pull request #744 from Human-Connection/dependabot/npm_and_yarn/webapp/apollo-client-2.6.1
...
Bump apollo-client from 2.6.0 to 2.6.1 in /webapp
2019-06-05 10:42:55 +02:00
Robert Schäfer
fe99d6061a
Merge pull request #748 from Human-Connection/dependabot/npm_and_yarn/webapp/nuxt-2.8.1
...
Bump nuxt from 2.8.0 to 2.8.1 in /webapp
2019-06-05 10:39:05 +02:00
senderfm
42f5fb6bf3
Fixed No untranslated strings
2019-06-05 10:38:15 +02:00
dependabot-preview[bot]
1cca86390d
Bump node from 12.3.1-alpine to 12.4-alpine in /webapp
...
Bumps node from 12.3.1-alpine to 12.4-alpine.
2019-06-05 05:01:38 +00:00
dependabot-preview[bot]
5caa6007c1
Bump nuxt from 2.8.0 to 2.8.1 in /webapp
...
Bumps [nuxt](https://github.com/nuxt/nuxt.js ) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/nuxt/nuxt.js/releases )
- [Changelog](https://github.com/nuxt/nuxt.js/blob/dev/RELEASE_PLAN.md )
- [Commits](https://github.com/nuxt/nuxt.js/compare/v2.8.0...v2.8.1 )
2019-06-05 05:00:18 +00:00
dependabot-preview[bot]
a7197ae666
Bump tiptap-extensions from 1.20.2 to 1.21.0 in /webapp
...
Bumps [tiptap-extensions](https://github.com/scrumpy/tiptap ) from 1.20.2 to 1.21.0.
- [Release notes](https://github.com/scrumpy/tiptap/releases )
- [Commits](https://github.com/scrumpy/tiptap/compare/tiptap-extensions@1.20.2...tiptap-extensions@1.21.0 )
2019-06-05 04:59:14 +00:00
dependabot-preview[bot]
af8a548958
Bump apollo-client from 2.6.0 to 2.6.1 in /webapp
...
Bumps [apollo-client](https://github.com/apollographql/apollo-client ) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/apollographql/apollo-client/releases )
- [Changelog](https://github.com/apollographql/apollo-client/blob/master/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-client/compare/apollo-client@2.6.0...apollo-client@2.6.1 )
2019-06-05 04:58:14 +00:00
Matt Rider
8cd62078f2
Start DeleteAccount functionality
2019-06-04 21:24:02 -03:00
Robert Schäfer
36f77e660e
Merge pull request #731 from Human-Connection/722_comment-date
...
Add date relative date on comments
2019-06-05 00:54:48 +02:00
Robert Schäfer
52a52d7ad4
Provide better user experience with different icon
...
@ogerly I changed the icon to use a normal eye if you want to release
the contribution. Changing visual state usually improves user
experience.
2019-06-04 18:15:07 +02:00
senderfm
f1b85d5256
Fixed clean ReleaseModal and DeleteModal
2019-06-04 16:25:59 +02:00
Matt Rider
8e96179b33
Remove unused prop, add error boundary handling
2019-06-04 08:57:22 -03:00
Matt Rider
db0ad1a315
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 688-hover-effect-user-image-upload
2019-06-04 08:39:29 -03:00
Matt Rider
57a253637c
Remove annoying vue-dropzone messages
2019-06-04 08:20:51 -03:00
aonomike
55b3764258
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 722_comment-date
2019-06-04 13:54:41 +03:00
Matt Rider
19667762ce
Remove unneeded/unused code
2019-06-04 07:52:21 -03:00
dependabot-preview[bot]
b9c8d35def
Bump tippy.js from 4.3.1 to 4.3.2 in /webapp
...
Bumps [tippy.js](https://github.com/atomiks/tippyjs ) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/atomiks/tippyjs/releases )
- [Commits](https://github.com/atomiks/tippyjs/compare/v4.3.1...v4.3.2 )
2019-06-04 04:59:26 +00:00