Apoorv Mishra
0f1f0e82c2
Enable keyboard navigation in member invite list ( #7102 )
...
* feat: keyboard nav in share popover
* fix: memoize
2024-06-21 17:35:05 -07:00
Apoorv Mishra
23c8adc5d1
Replace reakit/Composite with react-roving-tabindex ( #6985 )
...
* fix: replace reakit composite with react-roving-tabindex
* fix: touch points
* fix: focus stuck at first list item
* fix: document history navigation
* fix: remove ununsed ListItem components
* fix: keyboard navigation in recent search list
* fix: updated lib
2024-06-13 18:45:44 +05:30
Tom Moor
958cf45d74
Support for filter by parent document ( #6850 )
...
* Backend support for filter by parent document
* parentDocumentId -> documentId
2024-04-25 19:44:15 -07:00
Tom Moor
34a8b8146d
Shorten document filter labels
2024-04-13 22:39:54 -04:00
Pranav Joglekar
50b90b8878
improv: use statusFilter instead of includeArchive,includeDrafts for document search ( #6537 )
...
* improv: use statusFilter instead of includeArchive,includeDrafts for document search
* improv: update FilterComponent to add support for multiple selected items
* feat: update document type search ui
* fix test
* Restore support for old parameters to avoid breaking change
---------
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2024-02-24 11:02:19 -08:00
Tom Moor
c3b515f0e1
chore: Rename tooltip.tooltip prop to tooltip.content
2024-02-03 16:22:51 -05:00
Tom Moor
5ce8827a8c
chore: Convert <Text /> component to span by default
2024-01-30 22:49:31 -05:00
Apoorv Mishra
7606a3af41
Reconfigure document type filter for search results ( #6335 )
...
* fix: include drafts in search results
* fix: default to Active
* fix: names
2024-01-02 15:34:31 -08:00
Tom Moor
551f569896
feat: Allow filtering searches by 'source'
...
fix: Do not show API searches in recent list in app
2023-12-27 16:56:27 -05:00
Tom Moor
9e9fedaff1
fix: Missing unencoding of search terms in url, related #6268
2023-12-10 21:30:30 -05:00
Tom Moor
5dfa6a6011
Convert Search page to functional component ( #6268 )
2023-12-09 18:54:39 -08:00
Tom Moor
b8f5d669fe
Improve styling of search results
2023-11-28 23:04:20 -05:00
Tom Moor
b9767a9fdc
fix: Do not rely on class names in production bundle ( #6212 )
2023-11-24 09:59:57 -08:00
Tom Moor
9f6c1f8b67
Hide scrollbars on search filters bar
2023-10-29 19:20:15 -04:00
Tom Moor
a652386329
fix: Use consistent active state on recent search items
2023-10-11 23:39:11 -04:00
ktmouk
c5c323690b
Add the keyboard operation on recent search items ( #5987 )
...
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2023-10-11 20:37:57 -07:00
Tom Moor
5c839998c1
fix: Initials do not display on notification avatars ( #5803 )
2023-09-09 18:01:14 -07:00
Tom Moor
4e53029377
Use "Inter" as default typeface ( #5741 )
...
* Inter
* tweaks
* tweaks
2023-08-31 15:07:45 -07:00
Tom Moor
b7bfc4bb1a
chore: Remove optimize imports to allow vite upgrade ( #5691 )
2023-08-14 11:44:58 -07:00
Tom Moor
f843a20a54
chore: Improves linting rule to catch mishandled promises ( #5506 )
2023-07-01 10:25:51 -07:00
Tom Moor
89d5527d39
Handle promise linting ( #5488 )
2023-06-28 17:18:18 -07:00
Tom Moor
ac6047bbb7
fix: Mobile hover states make notifications unscrollable
2023-05-20 11:32:05 -04:00
Tom Moor
aab3a49f2c
chore: Bump outline-icons ( #5170
...
* Bump outline-icons to default use currentColor
* wip
2023-04-08 08:16:05 -07:00
Tom Moor
422bdc32d9
Add 's' method to access theme props ( #5163 )
2023-04-07 19:43:34 -07:00
Tom Moor
64d8f3091a
fix: 'Search titles' filter wraps to multiple lines on small screens
2023-01-02 21:25:24 -05:00
Aditya Sharma
712ff8265e
feat: add search title only filter for search options ( #4587 )
...
* feat: search title only filter
* fix: page reload will keep settings
* fix: working with additional filters
* style changes
2023-01-02 10:00:10 -08:00
Tom Moor
ea63023fca
feat: added user avatars in author search dropdown ( #4551 )
...
* feat: added user avatars in author search dropdown
* cleanup
* cleanup
* feat: added user avatars in author search dropdown
* cleanup
* cleanup
* added user icon
* Size tweaks
Co-authored-by: Aditya Sharma <aditya167411@gmail.com >
2022-12-06 20:10:56 -08:00
Tom Moor
b9bf2e58cb
feat: Add cursor style user preference ( #4199 )
...
* feat: Add cursor style user preference
* Remove headings for now
2022-10-01 04:39:45 -07:00
Tom Moor
4b4b0f7037
Revert "feat: Port scenes/Search to functional component style ( #3800 )" ( #3827 )
...
This reverts commit 5758ff3459 .
2022-07-21 03:37:27 -07:00
CuriousCorrelation
5758ff3459
feat: Port scenes/Search to functional component style ( #3800 )
...
* feat: Refactor Search scene to functional style
* fix: Clicking on recent not updating search input
* Replace translations and root objs with stores
* Replace `props.location` with `useLocation`
* deconstruct `useLocation` for readability
* Replace match prop term with `useParams`
* [WIP] Replace props history with `useHistory`
* Replace `ReactComponentProps` with state style
* Remove `lastParam` check, use dependency array instead
* Add explict match on param change
This reverts commit bfcc4038ff13ed69e0b87e1ac898e2147f2ca6bf.
2022-07-20 15:06:49 -07:00
Tom Moor
bf0ff6c823
chore: Casing of logger -> Logger as it's an instantiated class
2022-05-21 13:59:23 +01:00
Tom Moor
11477a1185
chore: Centralize clientside logging
2022-04-25 23:31:30 -07:00
Tom Moor
0ecfa95efc
fix: Search params are not considered on first load
...
closes #3378
2022-04-14 17:50:20 -07:00
Nan Yu
75a868e5e8
feat: Search shared documents ( #3126 )
...
* provide a type-ahead search input on shared document pages that allow search of child document tree
* improve keyboard navigation handling of all search views
* improve coloring on dark mode list selection states
* refactor PaginatedList component to eliminate edge cases
2022-04-08 10:40:51 -07:00
Tom Moor
203980c845
fix: ARIA fixes, missing button labels
2022-03-16 23:41:06 -07:00
Nan Yu
d1b28499c6
chore: new arrow key navigation ( #3229 )
...
* rebuild keyboard navigation lists
* add new keyboard navigation components
* remove references to boundless-arrow-key-navigation
* fix aria-labels on paginated lists everywhere
2022-03-15 10:36:10 -07:00
Tom Moor
63265b49ea
feat: Trigger cmd+k from sidebar ( #3149 )
...
* feat: Trigger cmd+k from sidebar
* Add hint when opening command bar from sidebar
2022-02-22 20:13:56 -08:00
Tom Moor
3d5bf56d09
fix: It is possible to have a recent search item with no content, closes #3112
2022-02-17 22:45:30 -08:00
Tom Moor
d5763233ca
HelpText -> Text
2022-02-17 20:59:40 -08:00
Tom Moor
c5a11fe17b
chore: Enable eslint to enforce curly ( #3060 )
2022-02-05 10:15:40 -08:00
Nan Yu
735aaa668a
fix: add toc to mobile views and account for branding on shared view layouts ( #2997 )
...
* fix: add toc to mobile views and center the branding
* add padding to bottom of sidebar
* put the mobile branding inline
* finesse the padding
* make spelling of sign-in email less crazy looking
* move mobile sidebar button into header
* adds scene to search and 404 pages
* fix title alignment
* make filter buttons tight
* clean up unused imports
* lint
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2022-02-01 20:58:24 -08:00
Tom Moor
175857753e
fix: Bag 'o fixes
...
Remove menu hover styles on mobile
Fixed duplicate hover+active behavior on editor menus
Fixed editor menus visibly scroll to the top when reopened
Fixed some minor editor spacing issues
Renamed shred routeHelpers -> urlHelpers
2022-01-25 23:43:11 -08:00
Tom Moor
ce614ca170
chore: Minor typescript improves
2021-12-19 22:08:25 -08:00
Tom Moor
73bc7d9f2a
fix: Reduce loading jank on recent searches screen
2021-12-19 13:07:22 -08:00
Tom Moor
6fc1b5cc22
feat: Show recent searches ( #2868 )
...
* stash
* root hookup
* recent searches UI
* feat: Add search query deletion
* simplify no results state
* lint
2021-12-19 11:08:28 -08:00
Saumya Pandey
cda43b5c7f
fix: focus input when page refresh ( #2814 )
...
* fix: focus input when page refresh
* fix: increase to 100ms
2021-12-09 22:50:06 -08:00
Tom Moor
e4f0ef6ddf
chore: Upgrade outline-icons (typescript)
2021-12-03 17:32:19 -06:00
Tom Moor
15b1069bcc
chore: Move to Typescript ( #2783 )
...
This PR moves the entire project to Typescript. Due to the ~1000 ignores this will lead to a messy codebase for a while, but the churn is worth it – all of those ignore comments are places that were never type-safe previously.
closes #1282
2021-11-29 06:40:55 -08:00
Tom Moor
57fa1305a6
chore: Remove react-keydown ( #2713 )
...
* First steps of remove react-keydown, replace with hook
* RegisterKeyDown component to aid transition away from react-keydown
2021-11-01 19:52:04 -07:00
Tom Moor
33b6fbdee9
feat: Command Bar ( #2669 )
2021-10-24 12:30:27 -07:00