dependabot-preview[bot]
999cd392cb
build(deps-dev): bump @storybook/addon-a11y in /webapp
...
Bumps [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/addons/a11y ) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.13/addons/a11y )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-12 09:53:32 +00:00
dependabot-preview[bot]
3f1f60edf5
build(deps-dev): bump @storybook/vue from 5.3.12 to 5.3.13 in /webapp
...
Bumps [@storybook/vue](https://github.com/storybookjs/storybook/tree/HEAD/app/vue ) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.13/app/vue )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-12 04:24:18 +00:00
Alina Beck
53931a38e5
fix cypress tests
2020-02-11 19:47:05 +01:00
Alina Beck
278868133f
use base-card on user profile
2020-02-11 18:31:14 +01:00
Alina Beck
408b77a3e7
use base-card on post page
2020-02-11 18:19:40 +01:00
Alina Beck
9895c32b0b
replace remaining instances of ds-card with base-card
2020-02-11 17:45:32 +01:00
Alina Beck
60818c5902
replace CardWithColumns with new and improved BaseCard
2020-02-11 16:57:25 +01:00
Alina Beck
3c8c9d51e1
re-refactor LoginForm, ContributionForm and TeaserImage
2020-02-11 16:34:35 +01:00
Alina Beck
37959d8167
refactor BaseCard to use slots and props
2020-02-11 16:10:45 +01:00
Alina Beck
9c3378807c
introduce CardWithColumns component
2020-02-11 11:23:34 +01:00
Alina Beck
1eac8ed14d
add variants to BaseCard
2020-02-11 11:17:04 +01:00
Alina Beck
d460819dee
move client-only wrapper into LocaleSwitch component
...
so we don't have to wrap <locale-switch> in <client-only> every time we use it
2020-02-11 11:14:59 +01:00
Alina Beck
09dee69ee0
rename PostCard to PostTeaser
2020-02-11 10:07:16 +01:00
Alina Beck
6671d893e6
refactor PostCard (wip)
2020-02-11 09:20:45 +01:00
dependabot-preview[bot]
11989edca2
build(deps-dev): bump vue-svg-loader from 0.15.0 to 0.16.0 in /webapp
...
Bumps [vue-svg-loader](https://github.com/visualfanatic/vue-svg-loader ) from 0.15.0 to 0.16.0.
- [Release notes](https://github.com/visualfanatic/vue-svg-loader/releases )
- [Commits](https://github.com/visualfanatic/vue-svg-loader/compare/0.15.0...0.16.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-11 04:22:25 +00:00
Alina Beck
cea538e2f1
refactor Notification component
2020-02-10 17:56:18 +01:00
mattwr18
f16c8b27e7
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 1703-add-vue-apollo-subsriptions
2020-02-10 17:37:34 +01:00
mattwr18
63ef9e339d
chore: Update to v0.3.1
2020-02-10 17:33:31 +01:00
mattwr18
5347f734af
Fix cypress tests/frontend implementation
...
- Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
2020-02-10 16:25:00 +01:00
Alina Beck
861b9aff94
clean up LoginForm
2020-02-10 15:46:49 +01:00
Alina Beck
0a9da862ed
replace instances of ds-card with base-card
2020-02-10 15:45:09 +01:00
Alina Beck
509892b6ca
refactor DeleteData template and CSS
2020-02-10 12:40:38 +01:00
mattwr18
3b29d480e3
Display unblock feature only for blocking user
...
- add hasBlocked query to check if userA initiated the blocking and, if
true, only them to unblock userB.
- add cypress tests to make sure we don't break this in the future.
2020-02-10 12:34:40 +01:00
dependabot-preview[bot]
e8410a62dc
build(deps-dev): bump @vue/cli-shared-utils in /webapp
...
Bumps [@vue/cli-shared-utils](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-shared-utils ) from 4.1.2 to 4.2.2.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v4.2.2/packages/@vue/cli-shared-utils )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-10 04:31:28 +00:00
mattwr18
7488e724cb
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 1703-add-vue-apollo-subsriptions
2020-02-07 14:50:53 +01:00
Robert Schäfer
a9b7318874
Merge pull request #2826 from Human-Connection/error-pages
...
fix: Error pages can be translated
2020-02-07 11:59:33 +01:00
Alina Beck
41ef496d6b
refactor CategoriesSelect template
2020-02-05 21:45:28 +01:00
Alina Beck
1d435392ff
refactor ContributionForm template
2020-02-05 21:39:50 +01:00
Alina Beck
e14cbf8173
refactor TeaserImage component
2020-02-05 20:43:47 +01:00
mattwr18
6cf067937d
Clean up
...
- remove the code for subscriptions to Post as we won't implement this
at this time... I've created a new branch with the code that can be
built on later
- remove unused subscription path
- add possibility to use websockets uri for production env.
2020-02-05 20:24:23 +01:00
mattwr18
2f43069ea0
Subscribe to notifications/remove polling
...
- We want to publish when a notification occurs for a specific user, not
have the client poll the backend for ever user every minute.
- Co-authored-by: @Tirokk <wolle.huss@pjannto.com>
2020-02-05 17:37:38 +01:00
mattwr18
04f0467d2d
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 1703-add-vue-apollo-subsriptions
2020-02-05 14:33:57 +01:00
dependabot-preview[bot]
9241c6f5db
build(deps-dev): bump @storybook/addon-actions in /webapp
...
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions ) from 5.3.10 to 5.3.12.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.12/addons/actions )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-05 12:41:57 +00:00
dependabot-preview[bot]
13644faf79
build(deps-dev): bump @storybook/addon-notes in /webapp
...
Bumps [@storybook/addon-notes](https://github.com/storybookjs/storybook/tree/HEAD/addons/notes ) from 5.3.10 to 5.3.12.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.12/addons/notes )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-05 10:07:06 +00:00
dependabot-preview[bot]
b0ebb0c0d6
build(deps-dev): bump @storybook/addon-a11y in /webapp
...
Bumps [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/addons/a11y ) from 5.3.10 to 5.3.12.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.12/addons/a11y )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-05 08:00:04 +00:00
Alexander Friedland
798e4d4f5a
Merge branch 'master' into 1188-Delete_teaser_image
2020-02-05 08:00:55 +01:00
dependabot-preview[bot]
7aa1baae9f
build(deps-dev): bump @storybook/vue from 5.3.10 to 5.3.12 in /webapp
...
Bumps [@storybook/vue](https://github.com/storybookjs/storybook/tree/HEAD/app/vue ) from 5.3.10 to 5.3.12.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.12/app/vue )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-05 04:21:15 +00:00
mattwr18
fd21de48de
Merge pull request #2951 from Human-Connection/dependabot/npm_and_yarn/webapp/storybook/addon-notes-5.3.10
...
build(deps-dev): bump @storybook/addon-notes from 5.3.9 to 5.3.10 in /webapp
2020-02-05 00:28:29 +01:00
ogerly
28d0b307d4
feat: proposals for changes incorporated, tests started
2020-02-04 16:58:27 +01:00
dependabot-preview[bot]
6b6c913194
build(deps): bump @nuxtjs/sentry from 3.1.0 to 3.2.2 in /webapp
...
Bumps [@nuxtjs/sentry](https://github.com/nuxt-community/sentry-module ) from 3.1.0 to 3.2.2.
- [Release notes](https://github.com/nuxt-community/sentry-module/releases )
- [Changelog](https://github.com/nuxt-community/sentry-module/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nuxt-community/sentry-module/compare/v3.1.0...v3.2.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-04 08:33:57 +00:00
dependabot-preview[bot]
75137ce716
build(deps-dev): bump @storybook/addon-notes in /webapp
...
Bumps [@storybook/addon-notes](https://github.com/storybookjs/storybook/tree/HEAD/addons/notes ) from 5.3.9 to 5.3.10.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v5.3.10/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.10/addons/notes )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-04 08:33:20 +00:00
mattwr18
4a91e3e82e
Merge pull request #2959 from Human-Connection/dependabot/npm_and_yarn/webapp/nuxtjs/pwa-3.0.0-beta.20
...
build(deps): bump @nuxtjs/pwa from 3.0.0-beta.19 to 3.0.0-beta.20 in /webapp
2020-02-04 09:31:23 +01:00
mattwr18
eae1c12fa6
Merge pull request #2956 from Human-Connection/dependabot/npm_and_yarn/webapp/storybook/addon-a11y-5.3.10
...
build(deps-dev): bump @storybook/addon-a11y from 5.3.9 to 5.3.10 in /webapp
2020-02-04 09:30:40 +01:00
mattwr18
3a636e93c8
Merge pull request #2949 from Human-Connection/dependabot/npm_and_yarn/webapp/eslint-plugin-import-2.20.1
...
build(deps-dev): bump eslint-plugin-import from 2.20.0 to 2.20.1 in /webapp
2020-02-04 09:28:39 +01:00
dependabot-preview[bot]
0bb2e32781
build(deps-dev): bump @storybook/addon-a11y in /webapp
...
Bumps [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/addons/a11y ) from 5.3.9 to 5.3.10.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.10/addons/a11y )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-04 00:35:50 +00:00
dependabot-preview[bot]
54f3b62901
build(deps-dev): bump eslint-plugin-import in /webapp
...
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import ) from 2.20.0 to 2.20.1.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases )
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md )
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.20.0...v2.20.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-04 00:34:50 +00:00
dependabot-preview[bot]
a7b6d82cda
build(deps-dev): bump @storybook/addon-actions in /webapp ( #2953 )
...
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions ) from 5.3.9 to 5.3.10.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.10/addons/actions )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-04 01:33:13 +01:00
dependabot-preview[bot]
42df140672
build(deps): bump @nuxtjs/pwa in /webapp
...
Bumps [@nuxtjs/pwa](https://github.com/nuxt-community/pwa-module ) from 3.0.0-beta.19 to 3.0.0-beta.20.
- [Release notes](https://github.com/nuxt-community/pwa-module/releases )
- [Changelog](https://github.com/nuxt-community/pwa-module/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.19...v3.0.0-beta.20 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-04 00:33:02 +00:00
dependabot-preview[bot]
5097c41cec
build(deps-dev): bump @storybook/vue from 5.3.9 to 5.3.10 in /webapp ( #2961 )
...
Bumps [@storybook/vue](https://github.com/storybookjs/storybook/tree/HEAD/app/vue ) from 5.3.9 to 5.3.10.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.10/app/vue )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-04 01:30:37 +01:00
dependabot-preview[bot]
6c15d6cf09
build(deps): bump @nuxtjs/axios from 5.9.4 to 5.9.5 in /webapp ( #2962 )
...
Bumps [@nuxtjs/axios](https://github.com/nuxt-community/axios-module ) from 5.9.4 to 5.9.5.
- [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.9.4...v5.9.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-04 01:30:20 +01:00