3156 Commits

Author SHA1 Message Date
Raphael Beer
2c7ca87acc
Review: lint 2020-04-09 23:16:37 +02:00
Raphael Beer
7ff9d617d6
Review: remove showing both types in stories 2020-04-09 23:16:37 +02:00
Raphael Beer
38233da6d0
review: apply suggestions
Co-Authored-By: Alina Beck <alina.beck@mail.com>
2020-04-09 23:01:54 +02:00
Raphael Beer
72dfeb3983
Refactor: ds-text out 2020-04-01 11:21:44 +02:00
Raphael Beer
9dd65aa6d5
Remove: redundant defaults 2020-04-01 09:40:07 +02:00
Raphael Beer
8e985703bd
Refactor: apply vuejs styleguide attribute order 2020-04-01 09:01:59 +02:00
Raphael Beer
daa88168bb
Change: test effects of type prop 2020-04-01 08:43:22 +02:00
Raphael Beer
b05cc303b4
Fix: filter not preferring full matches in back +
The fuzzy filter wasn't scoring full matches
  high enough, when they weren't at the
  beginning of the name.

  Given the filter 'ger', results have been:

    - (Ger)hard Burg
    - (Ge)of(r)ey
    - Armin (Ger)lach

  with this fix the are:

    - (Ger)hard Burg
    - Armin (Ger)lach
    - (Ge)of(r)ey
2020-04-01 08:04:56 +02:00
Raphael Beer
a6484e3d0c
Refactor: ds-space out, general markup clean 2020-03-29 12:29:55 +02:00
Raphael Beer
4c344ee4ad
Remove: client-only wrappers 2020-03-29 11:15:53 +02:00
Raphael Beer
d62be2b0fb
Clean: make use of design tokens 2020-03-28 12:54:35 +01:00
Raphael Beer
95bc6d9719
Revert "[dep] Add: apollo-storybook-vue^0.0.6"
This reverts commit 0db0db690233ecc87293ddf803cbb02144de0206.
2020-03-28 05:57:48 +01:00
Raphael Beer
e6361c9b74
Refactor: move following/followedBy updating to page component 2020-03-28 05:57:48 +01:00
Raphael Beer
f69e7e42de
Fix: finish naming conventions 2020-03-27 09:37:40 +01:00
Raphael Beer
e516ae93a7
Fix: naming conventions
Co-Authored-By: mattwr18 <mattwr18@gmail.com>
2020-03-27 09:03:25 +01:00
Raphael Beer
1ac34a8fba
Refactor: use fakered users in test 2020-03-26 11:07:43 +01:00
Raphael Beer
41ea370e4b
Refactor: move all files to folder 2020-03-26 09:48:24 +01:00
Raphael Beer
c9f74c18c0
Fix: card width in mobile view 2020-03-26 09:48:23 +01:00
Raphael Beer
1d81d367b0
Change: use fakered users in storybook 2020-03-26 08:01:34 +01:00
Raphael Beer
0db0db6902
[dep] Add: apollo-storybook-vue^0.0.6 2020-03-26 08:01:34 +01:00
Raphael Beer
ee1d33d084
Add: loading state; for button during fetchConnections 2020-03-26 08:00:55 +01:00
Raphael Beer
d07bccfcaf
Change: move filter input to bottom 2020-03-26 05:27:43 +01:00
Raphael Beer
c7762e3539
Fix: UserAvatar missing alt-attribute 2020-03-26 05:27:42 +01:00
Raphael Beer
09fb93fc9a
Fix: message for 0 connections not rendering 2020-03-26 02:16:47 +01:00
Raphael Beer
76def5f901
Add: fuzzy FollowList filtering 2020-03-25 13:36:13 +01:00
Raphael Beer
e2b9e90b77
Add: FollowList storybook 2020-03-25 12:51:38 +01:00
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
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
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
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
dependabot-preview[bot]
af05492c04 build(deps-dev): bump prettier from 1.19.1 to 2.0.2 in /webapp
Bumps [prettier](https://github.com/prettier/prettier) from 1.19.1 to 2.0.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/1.19.1...2.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-24 21:07:52 +01:00
mattwr18
e0e026a8b8 fix(migration): return null for Image.url 2020-03-23 18:46:28 +01:00
mattwr18
0f334bc163
Merge pull request #3302 from Human-Connection/update-to-version-0.5.0
chore: upgrade to v0.5.0
2020-03-20 14:59:15 +01:00
mattwr18
b08b2da0a1 chore: upgrade to v0.5.0 2020-03-20 12:35:20 +01:00
mattwr18
135908a07b
Merge pull request #3301 from Human-Connection/dependabot/npm_and_yarn/webapp/validator-13.0.0
build(deps): bump validator from 12.2.0 to 13.0.0 in /webapp
2020-03-20 12:31:48 +01:00
dependabot-preview[bot]
25d2aa81c4
build(deps): bump validator from 12.2.0 to 13.0.0 in /webapp
Bumps [validator](https://github.com/chriso/validator.js) from 12.2.0 to 13.0.0.
- [Release notes](https://github.com/chriso/validator.js/releases)
- [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/chriso/validator.js/compare/12.2.0...13.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-20 09:44:50 +00:00
Moriz Wahl
fa7f1bb111 use watchQuery to watch query in URL instead of watch 2020-03-19 20:16:25 +01:00
Moriz Wahl
7024ea0b30 specs for Search for Hashtags 2020-03-19 15:09:43 +01:00
Moriz Wahl
e7d0e1b61e removed console statement 2020-03-19 14:30:32 +01:00
Moriz Wahl
1c43d5fe6f Search for Hashtags works due watching route in pages/index.vue 2020-03-19 14:19:13 +01:00
Moriz Wahl
07fbe92fa8 fixed locales after mistakes in rebase 2020-03-19 13:26:08 +01:00