Skip to content

Commit

Permalink
update frontend submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
TonCherAmi committed Oct 11, 2023
1 parent e8a6417 commit 676c6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend
Submodule frontend updated 37 files
+2 −2 app/channel/data/Action.ts
+13 −0 app/common/icons/ClockRotateLeft.tsx
+1 −0 app/common/icons/index.ts
+12 −4 app/common/utils/date.ts
+2 −0 app/database/api/index.ts
+12 −4 app/database/components/DatabaseDirectory/index.tsx
+2 −13 app/database/components/DatabaseItem/use/useDatabaseItemContextMenu.tsx
+34 −9 app/database/components/DatabaseItem/use/useDatabaseItemContextMenuItems.ts
+48 −0 app/database/components/DatabaseRecentsGroup/index.tsx
+93 −0 app/database/components/DatabaseRecentsGroup/styles.scss
+63 −0 app/database/components/DatabaseRecentsItem/index.tsx
+72 −0 app/database/components/DatabaseRecentsItem/styles.scss
+40 −0 app/database/components/DatabaseRecentsItem/use/useDatabaseRecentsItemContextMenu.tsx
+12 −4 app/database/components/DatabaseSearch/index.tsx
+4 −2 app/database/data/DatabaseFile.ts
+6 −0 app/database/utils/types.ts
+49 −0 app/database/views/DatabaseRecentsView/index.tsx
+10 −0 app/database/views/DatabaseRecentsView/route.ts
+30 −0 app/database/views/DatabaseRecentsView/styles.scss
+44 −0 app/database/views/DatabaseRecentsView/utils.ts
+1 −1 app/history/components/HistoryList/index.tsx
+2 −2 app/history/components/HistoryList/styles.scss
+0 −1 app/history/components/HistoryListItem/index.tsx
+1 −1 app/history/views/HistoryView/styles.scss
+4 −0 app/layout/components/App/index.tsx
+8 −2 app/layout/components/Sidebar/items.ts
+4 −29 app/layout/use/useDefaultContextMenu.tsx
+1 −2 app/playlists/components/PlaylistFile/index.tsx
+1 −13 app/playlists/components/PlaylistFile/styles.scss
+4 −2 app/playlists/components/PlaylistFile/use/usePlaylistFileContextMenu.tsx
+5 −1 app/playlists/components/PlaylistFileList/index.tsx
+2 −2 app/playlists/components/PlaylistHeader/index.tsx
+10 −2 app/playlists/components/PlaylistList/index.tsx
+1 −1 app/queue/components/QueueItemList/use/useQueueItemListKeybindings.ts
+9 −5 app/queue/use/useQueueActions.ts
+4 −2 app/queue/use/useQueueItemContextMenu.tsx
+6 −6 app/ui/use/useContextMenu.tsx

0 comments on commit 676c6bc

Please sign in to comment.