Commit Graph

509 Commits

Author SHA1 Message Date
github-actions[bot] 74f77f151a Version Packages (next) 2023-08-08 14:07:10 +00:00
github-actions[bot] b441642fbe Version Packages (next) 2023-07-25 11:30:28 +00:00
github-actions[bot] 0abb3c37b8 Version Packages 2023-07-18 08:35:29 +00:00
github-actions[bot] 3cedd03ff2 Version Packages (next) 2023-07-11 15:34:57 +00:00
Ben Lambert 823bf5235e Merge pull request #18558 from oliviertassinari/mui-material-ui
fix: use Material UI vs. MUI where relevant
2023-07-10 14:20:33 +02:00
Ciprianna Engel 6bfc92a5ed Merge branch 'backstage:master' into master 2023-07-06 11:23:49 -05:00
Olivier Tassinari a51fb51617 fix: use Material UI vs. MUI where relevant
Signed-off-by: Olivier Tassinari <olivier.tassinari@gmail.com>
2023-07-04 23:49:19 +02:00
github-actions[bot] 2fc17fb329 Version Packages (next) 2023-07-04 16:24:25 +00:00
github-actions[bot] d72e2eeba6 Version Packages (next) 2023-06-27 12:10:42 +00:00
Ciprianna Engel c3381408d6 Use navigation handler in onClick to view full results
Full results button in searchModal was not correctly navigating
onClick. This switches the onClick to the correct handler
function to navigate.

Signed-off-by: Ciprianna Engel <ciprianna.engel@wpengine.com>
2023-06-23 09:32:52 -05:00
github-actions[bot] bc0c4bc64c Version Packages 2023-06-20 13:54:09 +00:00
Fredrik Adelöw 98ed4fe065 Merge pull request #18234 from backstage/blam/jsdom-env
cli: Add `Request` `Response` `Headers` and `fetch` to `jsdom` environment
2023-06-20 10:40:26 +02:00
Ben Lambert 5b7118b523 Merge pull request #18236 from backstage/fix-advance-search-qeury-redirect
[Search] Fix SearchModal and HomePageSearchBar debounce
2023-06-16 12:09:43 +02:00
Camila Belo 3fd72717a8 fix: search bar enter redirect
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2023-06-14 09:35:08 +02:00
github-actions[bot] 320ed50274 Version Packages (next) 2023-06-13 19:37:24 +00:00
blam 018553e29f chore: remove cross-fetch dep from plugins
Signed-off-by: blam <ben@blam.sh>
2023-06-13 16:25:53 +02:00
github-actions[bot] e37573d60e Version Packages (next) 2023-06-06 12:59:05 +00:00
github-actions[bot] a8634a9634 Version Packages (next) 2023-05-30 13:52:00 +00:00
Emma Indal 00b8b94dbb Merge branch 'master' into fix/BCKSTG-162-broken-custom-styles-on-searc
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2023-05-26 13:20:20 +02:00
Carlos Esteban Lopez 151e285b71 fix(search): Fix custom SearchModal in StoryBook
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
2023-05-24 14:54:18 -05:00
Oleg S 74b216ee4e set PropsWithChildren as explicit type on components
Signed-off-by: Oleg S <97077423+RobotSail@users.noreply.github.com>
2023-05-24 12:47:27 +02:00
Patrik Oldsberg 15c3d7cecd Merge pull request #17856 from luchillo17/fix/BCKSTG-162-broken-custom-styles-on-searc
Fix SearchBar styles & update StoryBook stories for custom styles
2023-05-24 11:32:10 +02:00
github-actions[bot] 75a1c93784 Version Packages (next) 2023-05-23 15:25:13 +00:00
Carlos Esteban Lopez 6b281bda66 fix(search): Fix accidental HomePageSearchBar input classes override on spread operator
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
2023-05-19 11:03:49 -05:00
Camila Belo ba261f9dcd fix(search): input base styles
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2023-05-19 11:03:49 -05:00
Carlos Esteban Lopez 2f660eb573 fix(search): Fix SearchBar styles & update StoryBook stories for custom styles for notchedOutline class
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
2023-05-19 11:03:49 -05:00
github-actions[bot] 73e7820731 Version Packages 2023-05-16 09:38:40 +00:00
github-actions[bot] 4f3076700a Version Packages (next) 2023-05-09 09:49:35 +00:00
github-actions[bot] 8b05da0912 Version Packages (next) 2023-05-02 13:41:12 +00:00
Andre Wanlin 0e3d8d6931 Fixed search 404 casued by URL encoding change
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2023-04-28 06:58:16 -05:00
github-actions[bot] e04bb20bdc Version Packages (next) 2023-04-25 15:53:19 +00:00
Carlos Esteban Lopez a87f98b385 fix(search): Revert placeholder & sync label & aria-label
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
2023-04-19 18:52:03 -05:00
Carlos Esteban Lopez 9e0f486ac2 fix(search): Fix broken tests
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
2023-04-19 13:14:47 -05:00
Carlos Esteban Lopez 87efd07490 fix(search): Address Github PR comments
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
2023-04-19 13:14:47 -05:00
Carlos Esteban Lopez 46310ee03f fix(search): Stop clear enter propagation
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
2023-04-19 13:14:47 -05:00
Carlos Esteban Lopez e22f74f421 feat(search): Improve search dialog's & page's bar UI
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
2023-04-19 13:14:47 -05:00
github-actions[bot] 6141c31839 Version Packages 2023-04-18 12:36:06 +00:00
github-actions[bot] ab75a16da7 Version Packages (next) 2023-04-11 14:21:21 +00:00
github-actions[bot] 9a5a1c4ba2 Version Packages (next) 2023-04-04 13:14:06 +00:00
Fredrik Adelöw 24e3daa6dc fixup
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-04-03 13:07:39 +02:00
Renan Mendes Carvalho 430b9f2890 test(useSearchModal): Add new test case for location change
Signed-off-by: Renan Mendes Carvalho <aitherios@gmail.com>
2023-04-03 12:10:50 +02:00
Renan Mendes Carvalho 3b9e96c536 feature(SearchModal): Reverting Modal component toggleModal
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Renan Mendes Carvalho <aitherios@gmail.com>
2023-04-03 12:10:50 +02:00
Renan Mendes Carvalho 4c916d5187 feature(SearchModal): Simplify solution
Co-authored-by: Harry Hogg <harry@hogg.io>
Signed-off-by: Renan Mendes Carvalho <aitherios@gmail.com>
2023-04-03 12:10:50 +02:00
Renan Mendes Carvalho 9dbdcccd20 feature(SearchModal): Auto close the search modal upon route change
Signed-off-by: Renan Mendes Carvalho <aitherios@gmail.com>
2023-04-03 12:10:50 +02:00
github-actions[bot] e32dc5e79d Version Packages (next) 2023-03-28 16:01:25 +00:00
Fredrik Adelöw 2cd810c414 @types/react to its right place in dependencies
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-03-27 14:46:31 +02:00
Fredrik Adelöw e0c6e8b9c3 get rid of majority of peer dependency warnings in yarn
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-03-27 12:26:23 +02:00
github-actions[bot] 5af2c4f412 Version Packages (next) 2023-03-21 13:38:30 +00:00
Morgan Bentell 103f5e2793 Merge branch 'master' into techdocs/remove-warnings
Signed-off-by: Morgan Bentell <morgan.bentell@gmail.com>
2023-03-16 16:18:32 +01:00
github-actions[bot] 24632ad94b Version Packages 2023-03-14 14:31:40 +00:00