Moriz Wahl
1c3f628fb2
count views of post teaser
2021-03-01 15:33:20 +01:00
Moriz Wahl
f1c762d835
changed post views icon
2021-02-24 18:03:14 +01:00
Moriz Wahl
96066eae02
tests fixed for clickedCount
2021-02-22 22:23:56 +01:00
Wolfgang Huß
a69a310ff0
Refactor SearchInput.vue storybook, but couldn't fix it
...
- If I run 'yarn storybook' and chose 'SearchInput' the error 'undefined is not an object (evaluating '$i18n.locale')' still occurs.
2021-01-26 09:54:07 +01:00
Moriz Wahl
de2193e75a
changes requested by reviewers
2020-06-02 14:12:14 +02:00
ogerly
446fd18e3b
location: de one and more numbers
2020-04-30 15:54:17 +02:00
ogerly
4a60911c9a
fix: lint and test for SearchableInput ok
2020-04-22 09:58:53 +02:00
ogerly
1d79900e5e
fix: lint
2020-04-17 08:51:07 +02:00
ogerly
9fe882b39b
feature: sum search results added, Enter closes the preview search field, language file EN, DE adjusted
2020-04-15 11:18:15 +02:00
Moriz Wahl
1adc2b6962
MMerge branch 'master' into 2144-Add_Search_Results_Page
2020-04-08 17:42:35 +02:00
mattwr18
ca5c1a5516
chore: update variable to avoid validation error
...
- test was throwing a validation error for count as searchResults was
setting commentCount instead of commentsCount
2020-04-07 15:41:47 +02:00
Alina Beck
797efe0a60
use CounterIcon component to show counts
...
- also adds a 'soft' variant to CounterIcon to make it more adaptable
2020-04-07 15:41:47 +02:00
mattwr18
668159fa5e
fix(frontend): update tests with new CSS selectors
2020-04-07 15:41:45 +02:00
mattwr18
ff44fdb12c
refactor: favor CSS over syleguide components
2020-04-07 15:41:06 +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
roschaefer
276ea79e8f
Update prettier to v2
2020-03-24 21:11:11 +01:00
mattwr18
906f1bc0ca
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 2144-Add_Search_Results_Page
2020-03-19 16:02:54 +01:00
Moriz Wahl
7024ea0b30
specs for Search for Hashtags
2020-03-19 15:09:43 +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
014be6e7f8
partially working, index page does not update when route is changed
2020-03-19 12:59:15 +01:00
Moriz Wahl
16ad565ec8
partially working, index page does not update when route is changed
2020-03-19 12:55:59 +01:00
mattwr18
6d83299e75
Extract component, start story, styling (wip)
2020-03-18 19:46:40 +01:00
roschaefer
79fbdd7734
refactor: Avoid store use query parameters+routing
2020-03-18 16:02:15 +01:00
ogerly
1bf57cbf58
sorting result in users and posts
2020-03-17 06:15:48 +01:00
Robert Schäfer
512ef672bf
feat: Introduce graphql image type ( #3043 )
...
* refactor(graphql): Introduce image type
* Undo changes to .travis.yml
* chore: Upgrade travis to node LTS
- URL is available since v10
* chore: use lts
Co-authored-by: mattwr18 <mattwr18@gmail.com>
2020-03-16 15:32:19 +01:00
ogerly
bba5a09ba9
search query extended to categories, sorting of results, first graphical display
2020-03-15 10:11:16 +01:00
ogerly
cbacbec724
feat: search on a new search page
2020-03-14 07:21:22 +01:00
mattwr18
bbb4dd56cd
Follow review suggestions/add button to unblock
...
- @roschaefer gave several suggestions
- we have a button to unblock/unmute users on profile page
2020-01-23 19:18:12 +01:00
Alina Beck
24898f5fe2
quick fix tests relying on classes of child components
...
changing class names in the UserTeaser leads to tests failing for other components, like SearchableInput and NotificationsTable – I just updated the classes but long-term it would be good to find a way to not rely on implementation details of child components – maybe just test if the child component is rendered?
2020-01-21 17:07:00 +03:00
mattwr18
1da872ba1e
Update SearchableInput spec after rebase
2020-01-20 10:11:48 +01:00
mattwr18
2cc350936f
Update HcUser to UserTeaser
2020-01-20 10:06:31 +01:00
mattwr18
0a4defe36d
Merge branch 'master' of github.com:Human-Connection/Human-Connection into dependabot/npm_and_yarn/webapp/vue/test-utils-1.0.0-beta.30
2020-01-16 14:52:58 +01:00
mattwr18
81cbb7a85c
Refactor styling, fix naming convention
...
- Emotions buttons were not displaying images correctly
- Follow vue guidelines for multiword naming convention
- Favor tokens over magic px numbers
2020-01-15 17:37:54 +01:00
Alina Beck
eaf738c12b
replace last instance of ds-button with base-button
2020-01-15 16:13:47 +03:00
Alina Beck
fcbe6125f3
refactor and use base-button in SearchableInput
2020-01-15 16:04:27 +03:00
roschaefer
8c29ad947b
Update vue-test-utils and follow updated docs
...
https://vue-test-utils.vuejs.org/guides/#writing-asynchronous-tests-using-nexttick-new
2020-01-11 00:37:22 +01:00
mattwr18
84780013f4
Fix cypress tests/start refactor search story
...
- Cannot use data-test in cypress tests as we use production image and
data-test are removed to minimize the image. Select based on styleguide
input's class
- Story is still not working because of filter dateTime and
$i18n.locale(), we can fix this later.
- Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2020-01-10 12:52:54 +01:00
Moriz Wahl
8c7079cf81
changes requested by reviews
2020-01-10 09:23:56 +01:00
Moriz Wahl
3f37b007d7
improved specs
2020-01-07 15:35:04 +01:00
Moriz Wahl
57ab9128ea
removed Hashtag search
2020-01-07 09:16:34 +01:00
Moriz Wahl
d2088a3a92
Missing SearchTag.vue added
2020-01-06 16:59:55 +01:00
Moriz Wahl
71c9d92aea
query string for searches changed and basics for Hashtag search added
2020-01-06 16:46:43 +01:00
Moriz Wahl
bc3aa519d0
Specs for Searches
2020-01-06 16:10:28 +01:00
roschaefer
fb6e116446
isFirstOfType is not a computed property
2019-12-20 17:38:30 +01:00
mattwr18
46191e5889
Refactor isOfFirstType to computed/styling updates
2019-12-19 17:13:58 +01:00
mattwr18
b79c292ef4
Fix failing component tests
...
- Extract testing logic to SearchableInput spec
- write new tests for SearchResources
2019-12-19 17:13:14 +01:00
mattwr18
d74d2072ba
Separate concerns in components
...
- SearchResources is a feature component that handles communication with
the backend and fetches the search results
- Those results are passed to SearchableInput which displays the results
in a ds-select dropdown and handles interacting with them
- SearchInput renders the SearchHeading, SearchPost, and HcUser generic
components
- Would love to make the SearchableInput more generic and reusable, or
create a new reusable component for this, but I think this will happen
just when we migrate the Search.vue from the styleguide
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2019-12-18 19:50:01 +01:00