5 Commits

Author SHA1 Message Date
Tobias Fried
8a9a5a0aef
feat: add common keyboard shortcuts (#424)
Co-authored-by: lukasIO <mail@lukasseiler.de>
2025-05-21 09:59:03 -06:00
lukasIO
8b2ee6c324
Adopt room context provider pattern (#412) 2025-04-15 20:26:07 +02:00
renovate[bot]
17ff1d6092
fix(deps): update nextjs monorepo to v15 (major) (#406)
* fix(deps): update nextjs monorepo to v15

* fix code for v15 upgrade

* fix param await

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: lukasIO <mail@lukasseiler.de>
2025-04-08 08:09:47 +02:00
lukasIO
c24b42eaad
Fix height of custom page (#336) 2024-09-19 18:06:00 +02:00
Jonas Schell
15e58cd797
Migrate to Next app router (#297)
* Migrate Home Page to App Router

* Update themeColor from layout.tsx

* port room page to app router

* small changes

* port custom page to app router

* port token and url api routes

* port start stop routes

* Refactor error handling in GET function

* delete pages folder

* remove unused function

* remove deprecated field

from docs: @deprecated — will be enabled by default and removed in Next.js 15

* wrap useSearchParams in Suspense

* split up custom page into server and client component

* update imports

* simplify

* Refactor error handling in GET function

* refactor to use props for components

* Refactor video codec validation and handling

* Refactor LiveKitRoom component to handle null liveKitUrl

* refactor: improve video codec validation and handling

* add video codec typeguard

* fix isVideoCodec
2024-08-21 14:05:42 +02:00