This website requires JavaScript.
Explore
Help
Sign In
c-l
/
immich
Watch
1
Star
0
Fork
You've already forked immich
0
mirror of
https://github.com/immich-app/immich.git
synced
2025-01-10 13:56:47 +01:00
Code
Releases
Activity
deb1e7f41f
immich
/
web
/
src
/
api
/
index.ts
4 lines
76 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Refactor web to use OpenAPI SDK (#326) * Refactor main index page * Refactor admin page * Refactor Auth endpoint * Refactor directory to prep for monorepo * Fixed refactoring path * Resolved file path in vite * Refactor photo index page * Refactor thumbnail * Fixed test * Refactor Video Viewer component * Refactor download file * Refactor navigation bar * Refactor upload file check * Simplify Upload Asset signature * PR feedback
2022-07-11 04:41:45 +02:00
export
*
from
'./open-api'
;
export
*
from
'./api'
;
fix(web): buffering for video player (#520) * fix(web): buffering for video player * chore(): missing file -_- * refactor(web): using URL builder * chore(): add semicolon * fix(web): video player * remove deadcode Co-authored-by: Alex <alex.tran1502@gmail.com>
2022-08-24 05:21:41 +02:00
export
*
from
'./utils'
;
Copy permalink