6777 Commits

Author SHA1 Message Date
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
44ed462db2 Add NotificationsTable story, refactor code
- Use percentages for width on all columns to help with resonsiveness
- export constants from other stories to dry code out
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
3ae71544d6 Add story for Empty component
Co-authored-by: @alina-beck
2019-11-11 08:52:04 +01:00
mattwr18
a1af4f5037 Add storybook notes
Co-authored-by: @alina-beck
2019-11-11 08:52:04 +01:00
mattwr18
aabaa2e637 Fix typo
Co-authored-by: Alina Beck <alina.beck@mail.com>
2019-11-11 08:50:35 +01:00
mattwr18
b916c9fe83 Add portuguese translations
Co-authored-by: ppelegrin <56610168+ppelegrin@users.noreply.github.com>
2019-11-11 08:50:35 +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
084388a21e Follow new file structure
- avoid nested directories
2019-11-11 08:50:35 +01:00
mattwr18
f34c8f44e0 Update resolver for paginated notifications 2019-11-11 08:50:35 +01:00
mattwr18
4448c12f2e Add componenet test for AvatarMenu
Co-authored-by: mindcodemediator
<mindcodemediator@users.noreply.github.com>
Co-authored-by: Mike Aono <aonomike@gmail.com>
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
994a0b049d Extract AvatarMenu into its own component 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
e8cf51095a Add back missing translation 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
mattwr18
ceb77d2bb6
Merge pull request #1909 from Human-Connection/add-missing-portuguese-translations
Add missing portuguese translation
2019-11-11 08:49:19 +01:00
Alina Beck
263ee16e3d
Merge pull request #2159 from Human-Connection/migrate-design-tokens
Migrate design tokens
2019-11-11 10:06:10 +03:00
ppelegrin
09064c57fa Manting portuguese translation 2019-11-07 11:37:10 +01:00
mattwr18
9c60775c81 Merge branch 'master' of github.com:Human-Connection/Human-Connection into migrate-design-tokens 2019-11-07 10:41:39 +01:00
mattwr18
1fd3fd8e41
Merge pull request #2158 from Human-Connection/dependabot/npm_and_yarn/webapp/babel/core-7.7.2
build(deps-dev): bump @babel/core from 7.7.0 to 7.7.2 in /webapp
2019-11-07 10:39:23 +01:00
mattwr18
a344919154
Merge pull request #2157 from Human-Connection/dependabot/npm_and_yarn/webapp/vue-svg-loader-0.14.0
build(deps-dev): bump vue-svg-loader from 0.12.0 to 0.14.0 in /webapp
2019-11-07 10:38:52 +01:00
mattwr18
28c9bb17c6
Merge pull request #2151 from Human-Connection/2150_remove-graphql-request
Remove graphql-requests
2019-11-07 10:16:04 +01:00
mattwr18
cb2b8ddad7
Merge pull request #2148 from Human-Connection/2128-close-all-sessions
close all open sessions
2019-11-07 10:05:59 +01:00
Alexander Friedland
f023fa40c9
Merge pull request #2126 from Human-Connection/1994-load-latest-posts-on-logo-click
Implement refresh posts, fix duplicate posts bug
2019-11-07 09:53:03 +01:00
Alexander Friedland
377b0eb2b3
Merge pull request #2118 from Human-Connection/fix-2057
Fix: Email is Case-Sensitive
2019-11-07 09:52:47 +01:00
Alina Beck
1e7b32cbbb aaah fix lint errors 2019-11-07 11:07:42 +03:00
dependabot-preview[bot]
b83586d9d9
build(deps-dev): bump @babel/core from 7.7.0 to 7.7.2 in /webapp
Bumps [@babel/core](https://github.com/babel/babel) from 7.7.0 to 7.7.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.0...v7.7.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-07 04:24:28 +00:00
dependabot-preview[bot]
4e97bdaea9
build(deps-dev): bump vue-svg-loader from 0.12.0 to 0.14.0 in /webapp
Bumps [vue-svg-loader](https://github.com/visualfanatic/vue-svg-loader) from 0.12.0 to 0.14.0.
- [Release notes](https://github.com/visualfanatic/vue-svg-loader/releases)
- [Commits](https://github.com/visualfanatic/vue-svg-loader/commits/0.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-07 04:23:21 +00:00
roschaefer
874b34211c Fix lint 2019-11-07 00:55:21 +01:00
Alina Beck
6814ca9376 make new design tokens globally available 2019-11-06 22:55:04 +03:00
Alina Beck
983587dcb8 add new design tokens to storybook webpack config 2019-11-06 22:48:46 +03:00
aonomike
c1938bacbf Remove graphql-requests
- Remove package-lock.json because we are using yarn
- Remove every instance of graphql-requests as the backend doesnt use it anymore
- Remove graphql-request dependancy from the backend
- Update scripts for running tests in package.json and remove the unused scripts
- Update travis.yml to run the new test scripts
2019-11-06 21:42:34 +03:00
Youri Seichter
d262ed678c close all open sessions 2019-11-06 18:32:25 +01:00
mattwr18
2a860297c7
Merge pull request #2135 from Human-Connection/dependabot/npm_and_yarn/backend/babel/preset-env-7.7.1
build(deps-dev): bump @babel/preset-env from 7.6.3 to 7.7.1 in /backend
2019-11-06 16:36:50 +01:00
dependabot-preview[bot]
a221aae5fb
build(deps-dev): bump @babel/preset-env from 7.6.3 to 7.7.1 in /backend
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.6.3 to 7.7.1.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.6.3...v7.7.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-06 13:23:51 +00:00
mattwr18
3e084d09d7
Merge pull request #2136 from Human-Connection/dependabot/npm_and_yarn/backend/graphql-shield-7.0.2
build(deps): bump graphql-shield from 7.0.1 to 7.0.2 in /backend
2019-11-06 14:21:55 +01:00
mattwr18
302b4d2270
Merge pull request #2134 from Human-Connection/dependabot/npm_and_yarn/backend/babel/node-7.7.0
build(deps-dev): bump @babel/node from 7.6.3 to 7.7.0 in /backend
2019-11-06 14:21:32 +01:00
mattwr18
ad5a69c793
Merge pull request #2132 from Human-Connection/dependabot/npm_and_yarn/webapp/babel/core-7.7.0
build(deps-dev): bump @babel/core from 7.6.4 to 7.7.0 in /webapp
2019-11-06 14:21:15 +01:00
dependabot-preview[bot]
5a084e12e9
build(deps-dev): bump @babel/core from 7.6.4 to 7.7.0 in /webapp
Bumps [@babel/core](https://github.com/babel/babel) from 7.6.4 to 7.7.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.6.4...v7.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-06 09:16:10 +00:00
dependabot-preview[bot]
06917d7774
build(deps-dev): bump @babel/node from 7.6.3 to 7.7.0 in /backend
Bumps [@babel/node](https://github.com/babel/babel) from 7.6.3 to 7.7.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.6.3...v7.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-06 09:15:45 +00:00
dependabot-preview[bot]
79bb29acc8
build(deps): bump graphql-shield from 7.0.1 to 7.0.2 in /backend
Bumps [graphql-shield](https://github.com/maticzav/graphql-shield) from 7.0.1 to 7.0.2.
- [Release notes](https://github.com/maticzav/graphql-shield/releases)
- [Commits](https://github.com/maticzav/graphql-shield/compare/v7.0.1...v7.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-06 09:13:29 +00:00
mattwr18
0867940197
Merge pull request #2133 from Human-Connection/dependabot/npm_and_yarn/webapp/babel/preset-env-7.7.1
build(deps-dev): bump @babel/preset-env from 7.6.3 to 7.7.1 in /webapp
2019-11-06 10:13:27 +01:00
mattwr18
707837fa6a
Merge pull request #2131 from Human-Connection/dependabot/npm_and_yarn/backend/babel/register-7.7.0
build(deps-dev): bump @babel/register from 7.6.2 to 7.7.0 in /backend
2019-11-06 10:12:48 +01:00
mattwr18
2cc3c7e0d4
Merge pull request #2130 from Human-Connection/dependabot/npm_and_yarn/backend/graphql-middleware-4.0.2
build(deps): bump graphql-middleware from 4.0.1 to 4.0.2 in /backend
2019-11-06 10:11:15 +01:00
mattwr18
0df4a327a1
Merge pull request #2129 from Human-Connection/dependabot/npm_and_yarn/backend/babel/cli-7.7.0
build(deps-dev): bump @babel/cli from 7.6.4 to 7.7.0 in /backend
2019-11-06 10:10:37 +01:00
mattwr18
558f0b7485
Merge pull request #2091 from Human-Connection/1851-tags-clickable
1851 tags clickable
2019-11-06 09:59:11 +01:00