Raphael Beer
15d5933821
Change: v-focus directive looking for input +
...
Searches children and uses first <input> child.
if target of v-focus is not instanceof HTMLInputElement
Also, adds vue-directives to storybook and tests
2020-03-25 12:51:38 +01:00
Raphael Beer
5a2c8220af
Add: overflow container when list has more than 7 items
2020-03-25 12:51:38 +01:00
Raphael Beer
bf7bd6fd59
[wip|rebase]: lint
2020-03-25 12:51:37 +01:00
Raphael Beer
0b916012e8
Fix: Vue's nextTick doesn't wait for jest mocks to resolve
2020-03-25 12:51:37 +01:00
Raphael Beer
801eb1e515
Fix: missing stub in _id/_slug spec
2020-03-25 12:51:36 +01:00
Raphael Beer
37ed748b29
Fix: not updating on user prop change, translation keys
2020-03-25 12:51:36 +01:00
Raphael Beer
984f69a738
Chore: lint
2020-03-25 12:51:36 +01:00
Raphael Beer
f339ed2c7f
Add: button to load all remaining connections
2020-03-25 12:51:35 +01:00
Raphael Beer
a873aac44d
Refactor: extract FollowList from profile page
2020-03-25 12:51:35 +01:00
Raphael Beer
481c96ee04
Change: seed db with all random users being followers/followed by user@example.com
2020-03-25 12:45:55 +01:00
roschaefer
8a90bf1642
Fix backend tests
2020-03-25 11:09:06 +01:00
roschaefer
79808fe692
fix(s3): Avoid invalid URL error on delete
2020-03-25 11:09:06 +01:00
roschaefer
e9bd969f0a
Fix cypress tests
2020-03-25 11:09:06 +01:00
roschaefer
32da8b2982
refactor: Remove redundant credentials
...
aws-sdk reads them from environment variables.
2020-03-25 11:09:06 +01:00
roschaefer
eb838257d4
Ensure overwritten images are deleted on S3
2020-03-25 11:09:06 +01:00
mattwr18
2447e2b39b
feat: Support/favor s3Uploads for new uploads
2020-03-25 11:08:57 +01:00
mattwr18
c33217c526
Find mimeType/update image.url
2020-03-25 11:07:57 +01:00
roschaefer
179d9d000a
Start migration to bulk upload images to S3
2020-03-25 11:07:57 +01:00
mattwr18
e1733201e8
chore: Fix lint, follow @alina-beck suggestions
2020-03-25 11:02:28 +01:00
Alina Beck
478e4fa08f
include magic numbers in tokens, fix tests
2020-03-25 11:02:28 +01:00
Alina Beck
d9c3412b41
outsource styling to FilterMenuSection component
...
@mattwr18 great work and great styling so far! ;)
fyi: I noticed there was a lot of duplicate CSS and the solution I came up with is this new component, using slots
2020-03-25 11:02:28 +01:00
mattwr18
863656f718
chore: add story for LabeledButton
2020-03-25 11:02:28 +01:00
mattwr18
70bf870e4a
chore: update name for HashtagsFilter
2020-03-25 11:02:28 +01:00
mattwr18
771fe49da6
chore: Fix locales sorting
2020-03-25 11:02:28 +01:00
mattwr18
eb4536d855
refactor: test the functionality separately
2020-03-25 11:02:28 +01:00
mattwr18
5b8fecc6ef
refactor: Extract LanguagesFilter to its own spec
2020-03-25 11:02:28 +01:00
mattwr18
bb183b1211
refactor: Extract FollowingFilter to its own spec
2020-03-25 11:02:28 +01:00
mattwr18
27c3c02e07
refactor: Extract CategoriesFilter to it own spec
2020-03-25 11:02:28 +01:00
mattwr18
38d2edf0f2
refactor: Extract EmotionsFilter to its own spec
2020-03-25 11:02:28 +01:00
mattwr18
4f8a4c6753
Refactor LanguageFilter to remove ds-flex
2020-03-25 11:02:28 +01:00
mattwr18
e400a10c45
chore: rename/refactor filter, make responsive
...
- Make the emotions filter similar in style to CategoriesFilter
2020-03-25 11:02:28 +01:00
mattwr18
0f03d09723
refactor: Extract FollowingFilter as own component
...
Co-authored-by: Alina Beck <alina.beck@mail.com>
2020-03-25 11:02:28 +01:00
mattwr18
b19a2a8dea
Refactor GeneralFilter to remove unnecessary code
...
- remove ds-flex, ds-flex-item, ds-space, ds-heading
- not really happy with the design, and in mobile the divider border is
hidden(!?)
2020-03-25 11:02:28 +01:00
Alina Beck
1ffde6bf10
refactor: CategoriesFilter to not use ds-flex
...
Co-authored-by: mattwr18 <mattwr18@gmail.com>
- introduce LabeledButton component
- rename FilterMenu to HashtagsFilter and FilterPosts to FilterMenu
2020-03-25 11:02:00 +01:00
dependabot-preview[bot]
6b5fda4517
build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 in /webapp
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.8.7 to 7.9.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.8.7...v7.9.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-25 09:06:06 +00:00
dependabot-preview[bot]
b58f9e524e
build(deps-dev): bump @babel/register from 7.8.6 to 7.9.0 in /backend
...
Bumps [@babel/register](https://github.com/babel/babel ) from 7.8.6 to 7.9.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.8.6...v7.9.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-25 09:05:47 +00:00
mattwr18
33237d8803
Merge pull request #3331 from Human-Connection/dependabot/npm_and_yarn/backend/sentry/node-5.15.0
...
build(deps): bump @sentry/node from 5.14.2 to 5.15.0 in /backend
2020-03-25 10:04:54 +01:00
mattwr18
6312a39211
Merge pull request #3327 from Human-Connection/dependabot/npm_and_yarn/webapp/prettier-2.0.2
...
build(deps-dev): bump prettier from 1.19.1 to 2.0.2 in /webapp
2020-03-25 10:04:36 +01:00
mattwr18
5b7f51dda3
Merge pull request #3315 from Human-Connection/dependabot/npm_and_yarn/webapp/babel-loader-8.1.0
...
build(deps-dev): bump babel-loader from 8.0.6 to 8.1.0 in /webapp
2020-03-25 10:03:36 +01:00
mattwr18
198f1baf6c
Merge pull request #3310 from Human-Connection/dependabot/npm_and_yarn/babel/register-7.9.0
...
build(deps-dev): bump @babel/register from 7.8.6 to 7.9.0
2020-03-25 10:03:11 +01:00
mattwr18
05afa30cdb
Merge pull request #3304 from Human-Connection/dependabot/npm_and_yarn/babel/core-7.9.0
...
build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0
2020-03-25 10:02:46 +01:00
dependabot-preview[bot]
688ca35bfe
build(deps): bump @sentry/node from 5.14.2 to 5.15.0 in /backend
...
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript ) from 5.14.2 to 5.15.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/5.14.2...5.15.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-25 04:17:51 +00:00
roschaefer
574ed578bc
Prefer router.replace if you delete sth.
...
@ogerly, this is a perfect example where `this.$router.replace` makes a
lot more sense that `this.$router.push`. When you go back in your browser
history, you won't get 404 not found error.
2020-03-24 22:48:11 +01:00
roschaefer
bfbbe365ed
Improve style of deleteUser modal
2020-03-24 22:43:13 +01:00
roschaefer
6a0b5a22e0
Merge remote-tracking branch 'origin/master' into 17-Admin-Remove-user-profile
2020-03-24 21:48:22 +01:00
dependabot-preview[bot]
f6b044dbf2
build(deps-dev): bump babel-loader from 8.0.6 to 8.1.0 in /webapp
...
Bumps [babel-loader](https://github.com/babel/babel-loader ) from 8.0.6 to 8.1.0.
- [Release notes](https://github.com/babel/babel-loader/releases )
- [Changelog](https://github.com/babel/babel-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel-loader/compare/v8.0.6...v8.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-24 20:22:34 +00:00
dependabot-preview[bot]
f3831e5f37
build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.8.7 to 7.9.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.8.7...v7.9.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-24 20:21:33 +00:00
dependabot-preview[bot]
9d8cc96e80
build(deps-dev): bump @babel/register from 7.8.6 to 7.9.0
...
Bumps [@babel/register](https://github.com/babel/babel ) from 7.8.6 to 7.9.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.8.6...v7.9.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-24 20:21:12 +00:00
roschaefer
515aade3d0
Update eslint-config-*
2020-03-24 21:16:58 +01:00
roschaefer
276ea79e8f
Update prettier to v2
2020-03-24 21:11:11 +01:00