Skip to content

Commit

Permalink
Merge pull request #2717 from spacedriveapp/eng-1896-add-date-range-t…
Browse files Browse the repository at this point in the history
…o-search-options

[ENG-1896] Improved search filters and added date range
  • Loading branch information
jamiepine authored Jan 4, 2025
2 parents 5d4c03a + ee5287c commit 0445c59
Show file tree
Hide file tree
Showing 30 changed files with 2,280 additions and 850 deletions.
2 changes: 2 additions & 0 deletions interface/app/$libraryId/Explorer/QuickPreview/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ export const QuickPreview = () => {
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [explorer.selectedItemHashes, explorerView.updateActiveItem]);

// TODO: look here - jam
const handleMoveBetweenItems = (step: number) => {
const nextPreviewItem = items[itemIndex + step];
if (nextPreviewItem) {
Expand Down Expand Up @@ -557,6 +558,7 @@ export const QuickPreview = () => {
{(items) => (
<DropdownMenu.SubMenu
label={t('more_actions')}
// @ts-expect-error
icon={Plus}
>
{items}
Expand Down
Loading

0 comments on commit 0445c59

Please sign in to comment.