Skip to content

Commit

Permalink
feat: add encode details page and dialog (#29)
Browse files Browse the repository at this point in the history
* feat: store outputted ffmpeg logs in a encode

* feat: raise event on encode progression

* feat: use subscription to listen to encode progression changes

* feat: add encode dialog to dashboard

* feat: add global scroll bar style

* feat: raise event on encode outputs and subscribe via encode dialog

* feat: add sidebar and split components into separate files

* refactor: collocate common ui components into separate directories

* feat: add blank encode analytics panel

* feat: add encode size comparison widget

* fix: use @giantnodes/react v1.0.0-canary.16 components

* feat: use intercepting routes to display dialog

* feat: add dedicated encode detail page

* fix: drop duplicate FileSystemEntryFilterType

* fix: rename EncodeFindOne

* feat: add encode operation details widget

* fix: nextjs unable to build

* refactor: use separate encode chip components

* feat: add flag to anchor encode output + chip color changes
  • Loading branch information
PHILLIPS71 authored May 12, 2024
1 parent 4addd8a commit 0f965f2
Show file tree
Hide file tree
Showing 59 changed files with 1,818 additions and 343 deletions.
5 changes: 4 additions & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@giantnodes/react": "1.0.0-canary.14",
"@giantnodes/react": "1.0.0-canary.16",
"@hookform/resolvers": "^3.3.4",
"@tabler/icons-react": "^3.3.0",
"clsx": "^2.1.1",
Expand All @@ -43,6 +43,8 @@
"react-hook-form": "^7.51.4",
"react-intersection-observer": "^9.10.2",
"react-relay": "^16.2.0",
"react-syntax-highlighter": "^15.5.0",
"recharts": "^2.12.7",
"relay-runtime": "^16.2.0",
"tailwindcss": "^3.4.3",
"zod": "^3.23.6"
Expand All @@ -52,6 +54,7 @@
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/react-relay": "^16.0.6",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/relay-runtime": "^14.1.23",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
Expand Down
Loading

0 comments on commit 0f965f2

Please sign in to comment.