82 Commits

Author SHA1 Message Date
elweyn
b15d2ff252 Add user['Count'] to fetchAllConntections tests. 2023-03-13 14:10:16 +01:00
elweyn
0b7e0fbc4b Change Infinity to exact count. 2023-03-07 13:16:38 +01:00
Moriz Wahl
6eb5ad25af get all components tests running 2023-02-15 11:12:19 +01:00
Moriz Wahl
4ce5bdd6fa get most components working 2023-02-15 10:23:34 +01:00
Wolfgang Huß
aac951e7a7 Refine profile and follow list 2022-09-12 13:23:37 +02:00
Wolfgang Huß
8e1355e5ee Change 'titleNobody' in component 'ProfileList' to not(!) required 2022-09-12 09:42:03 +02:00
Wolfgang Huß
9e544b0e64 Rename props and classes in 'ProfileList' 2022-09-12 08:35:52 +02:00
Wolfgang Huß
b7be7018e8 Move important parts of 'FollowList' to sub component 'ProfileList' 2022-09-12 08:26:10 +02:00
Wolfgang Huß
a9376cb979 Renamed folder 'FollowList' to 'ProfileList' 2022-09-12 07:32:18 +02:00
ca654914f7
default must be a function 2021-04-24 13:19:54 +02:00
862d8ecb82
ReportsTable.vue make default not a function 2021-04-24 13:11:47 +02:00
Moriz Wahl
a763eae63c removed focus on input field of followlist to avoid scrolling 2021-02-17 21:38:33 +01:00
ogerly
6e934ed6b2 merge: master ok 2020-04-22 10:05:09 +02:00
Raphael Beer
e70faa0a2d
Review: user-teasers as unordered list 2020-04-19 17:58:22 +02:00
Raphael Beer
ee33731178
Review: test improvements
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2020-04-15 23:32:54 +02:00
Raphael Beer
30f66c3e14
Review: storybook 2020-04-10 00:21:31 +02:00
Raphael Beer
e018e2ead9
Review: add hasMore() computed value +
Replacing varying conditions for same
  logic with computed value `hasMore`.
2020-04-09 23:52:18 +02:00
Raphael Beer
b3f1137006
Review: fix styles 2020-04-09 23:39:47 +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
mattwr18
db20af2d39 Merge branch 'master' of github.com:Human-Connection/Human-Connection into 2144-Add_Search_Results_Page 2020-04-02 08:19:43 +02:00
Raphael Beer
72dfeb3983
Refactor: ds-text out 2020-04-01 11:21:44 +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
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
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
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
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
roschaefer
276ea79e8f Update prettier to v2 2020-03-24 21:11:11 +01:00
mattwr18
6d83299e75 Extract component, start story, styling (wip) 2020-03-18 19:46:40 +01:00