-
- Downloads
Mobile friendly search (#21434)
* Move SearchBarContainer styles to AppBar * Fix sidebar's border still takes space * Make search results take full space on mobile * Minor rename * Move floating results panel out of input * Add search clear button for mobile * Use collapsed search icon for mobile * Clean up styles * Add useKeyboardShortcut hook * Add useOnOutsideClick hook * Fix search behavior * Rename `useOnClickOutside`
Showing
- frontend/src/metabase/hooks/use-keyboard-shortcut.ts 18 additions, 0 deletionsfrontend/src/metabase/hooks/use-keyboard-shortcut.ts
- frontend/src/metabase/hooks/use-on-click-outside.ts 22 additions, 0 deletionsfrontend/src/metabase/hooks/use-on-click-outside.ts
- frontend/src/metabase/nav/components/RecentsList.jsx 3 additions, 3 deletionsfrontend/src/metabase/nav/components/RecentsList.jsx
- frontend/src/metabase/nav/components/RecentsList.styled.jsx 19 additions, 0 deletionsfrontend/src/metabase/nav/components/RecentsList.styled.jsx
- frontend/src/metabase/nav/components/SearchBar.styled.tsx 116 additions, 19 deletionsfrontend/src/metabase/nav/components/SearchBar.styled.tsx
- frontend/src/metabase/nav/components/SearchBar.tsx 64 additions, 28 deletionsfrontend/src/metabase/nav/components/SearchBar.tsx
- frontend/src/metabase/nav/containers/AppBar.styled.tsx 38 additions, 1 deletionfrontend/src/metabase/nav/containers/AppBar.styled.tsx
- frontend/src/metabase/nav/containers/AppBar.tsx 54 additions, 33 deletionsfrontend/src/metabase/nav/containers/AppBar.tsx
- frontend/src/metabase/nav/containers/Navbar.styled.tsx 2 additions, 28 deletionsfrontend/src/metabase/nav/containers/Navbar.styled.tsx
- frontend/src/metabase/nav/containers/NewButton.jsx 1 addition, 1 deletionfrontend/src/metabase/nav/containers/NewButton.jsx
Please register or sign in to comment