feat(web): immich-ui components (#14263)

* feat: add immich-ui to auth pages

* fix: welcome icon

* styling

* fix: mobile padding

---------

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
This commit is contained in:
Jason Rasmussen 2025-01-14 14:53:33 -05:00 committed by GitHub
parent 073fccb517
commit b9000d8770
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 345 additions and 262 deletions

View file

@ -19,6 +19,7 @@ export default defineConfig({
'xmlhttprequest-ssl': './node_modules/engine.io-client/lib/xmlhttprequest.js',
// eslint-disable-next-line unicorn/prefer-module
'@test-data': path.resolve(__dirname, './src/test-data'),
// '@immich/ui': path.resolve(__dirname, '../../ui'),
},
},
server: {