Patrik Oldsberg
|
988b4d2a8e
|
Merge pull request #12870 from kuangp/feat/playlists
feat(playlists): implement playlist plugin
|
2022-09-19 16:49:44 +02:00 |
|
Ben Lambert
|
a3e40e1f38
|
Merge pull request #13621 from backstage/renovate/eslint-plugin-react-7.x-lockfile
fix(deps): update dependency eslint-plugin-react to v7.31.8
|
2022-09-16 17:40:55 -04:00 |
|
blam
|
7c09eb1bb7
|
chore: what da font
Signed-off-by: blam <ben@blam.sh>
|
2022-09-16 16:52:11 -04:00 |
|
Phil Kuang
|
02a5296f85
|
refactor(search-react): address review comment
Signed-off-by: Phil Kuang <pkuang@factset.com>
|
2022-09-16 14:34:33 -04:00 |
|
Phil Kuang
|
d3737da337
|
feat(playlists): implement playlist plugin
Signed-off-by: Phil Kuang <pkuang@factset.com>
|
2022-09-16 09:30:47 -04:00 |
|
Camila Belo
|
69ce53d588
|
feat(search-react): create search result group component
Signed-off-by: Camila Belo <camilaibs@gmail.com>
|
2022-09-15 07:48:25 +02:00 |
|
Camila Belo
|
589e6a4fba
|
feat(search-react): create search result list component
Signed-off-by: Camila Belo <camilaibs@gmail.com>
|
2022-09-15 07:48:25 +02:00 |
|
Camila Belo
|
acb8804a77
|
feat(search-react): add search result query prop
Signed-off-by: Camila Belo <camilaibs@gmail.com>
|
2022-09-15 07:48:25 +02:00 |
|
Camila Belo
|
633b090d88
|
refactor(search-react): sort context import and states definitions
Signed-off-by: Camila Belo <camilaibs@gmail.com>
|
2022-09-15 07:48:25 +02:00 |
|
Camila Belo
|
ca8d5a6eae
|
refactor: apply review suggestions
Signed-off-by: Camila Belo <camilaibs@gmail.com>
|
2022-09-01 12:39:45 +02:00 |
|
Camila Belo
|
c32945d787
|
feat(search-react): create search bar autocomplete
Signed-off-by: Camila Belo <camilaibs@gmail.com>
|
2022-09-01 11:25:38 +02:00 |
|
Camila Belo
|
412825d9eb
|
feat(search-react): add use parent context prop
Signed-off-by: Camila Belo <camilaibs@gmail.com>
|
2022-09-01 11:25:38 +02:00 |
|
Fredrik Adelöw
|
aaab1e34da
|
Fix linting errors after #13392
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
|
2022-08-30 13:44:09 +02:00 |
|
Camila Belo
|
7d2f89a1bd
|
fix(search): when reset page cursor
Signed-off-by: Camila Belo <camilaibs@gmail.com>
|
2022-06-30 21:47:23 +02:00 |
|
Camila Belo
|
8382852597
|
refactor(search-react): apply review suggestions
Signed-off-by: Camila Belo <camilaibs@gmail.com>
|
2022-06-23 13:28:43 +02:00 |
|
Eric Peterson
|
915700f64f
|
Set a pagination-aware rank value for all search engines.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
|
2022-06-10 15:36:11 +02:00 |
|
Eric Peterson
|
effb3b27a4
|
Further review feedback.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
|
2022-06-10 11:29:38 +02:00 |
|
Anders Näsman
|
2dc4818541
|
apply review feedback
Signed-off-by: Anders Näsman <andersn@spotify.com>
|
2022-06-10 10:28:45 +02:00 |
|
Anders Näsman
|
b3d64b448e
|
api-report cleanup
Signed-off-by: Anders Näsman <andersn@spotify.com>
|
2022-06-10 10:27:57 +02:00 |
|
Anders Näsman
|
bc6ce63e7b
|
Move DefaultResultListItem from @backstage/plugin-search to @backstage/plugin-search-react and deprecate it in @backstage/plugin-search, and properly deprecate SearchResult in @backstage/plugin-search
Signed-off-by: Anders Näsman <andersn@spotify.com>
|
2022-06-10 10:27:57 +02:00 |
|
Anders Näsman
|
ccbabfd4bd
|
Move SearchBar, SearchBarBase, and SearchTracker from @backstage/plugin-search to @backstage/plugin-search-react and deprecate SearchBar and SearchbarBase in @backstage/plugin-search
Signed-off-by: Anders Näsman <andersn@spotify.com>
|
2022-06-10 10:27:57 +02:00 |
|
Anders Näsman
|
193ae37f15
|
Move SearchResultPager from @backstage/plugin-search to @backstage/plugin-search-react and deprecate it in @backstage/plugin-search
Signed-off-by: Anders Näsman <andersn@spotify.com>
|
2022-06-10 10:27:57 +02:00 |
|
Anders Näsman
|
01abb3bc7e
|
Move SearchResult from @backstage/plugin-search to @backstage/plugin-search-react and deprecate it in @backstage/plugin-search
Signed-off-by: Anders Näsman <andersn@spotify.com>
|
2022-06-10 10:27:56 +02:00 |
|
Anders Näsman
|
d7044784f0
|
Move SearchFilter from @backstage/plugin-search to @backstage/plugin-search-react and deprecate it in @backstage/plugin-search, and also remove SearchFilterNext
Signed-off-by: Anders Näsman <andersn@spotify.com>
|
2022-06-10 10:27:56 +02:00 |
|
Phil Kuang
|
3a74e203a8
|
feat(search): highlight search result terms
Signed-off-by: Phil Kuang <pkuang@factset.com>
|
2022-05-09 11:13:34 -04:00 |
|
Emma Indal
|
30cf3bd830
|
introduce a new mock implementation of the search api, delete SearchContextProviderForStorybook and SearchApiProviderForStorybook
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
|
2022-04-29 11:20:44 +02:00 |
|
Phil Kuang
|
11a46863de
|
fix(HomePageSearchBar): don't require SearchContext
Signed-off-by: Phil Kuang <pkuang@factset.com>
|
2022-04-22 08:22:43 -04:00 |
|
Emma Indal
|
7fba6163fe
|
clean up search-react api report warnings
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
|
2022-04-15 11:08:23 +02:00 |
|
Emma Indal
|
20a3d62a7a
|
remove todo + clarify error message
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
|
2022-04-14 13:54:14 +02:00 |
|
Emma Indal
|
e1de8526aa
|
context managed through version-bridge
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
|
2022-04-13 15:14:56 +02:00 |
|
Emma Indal
|
b7d035cc29
|
feedback fixups
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
|
2022-04-11 17:11:52 +02:00 |
|
Emma Indal
|
c4baa24009
|
introduce new search-react package
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
|
2022-04-11 11:37:33 +02:00 |
|