This website requires JavaScript.
Explore
Help
Sign In
cotugno
/
immich
Watch
2
Fork
0
You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced
2024-11-15 18:08:48 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c44271e9b2
immich
/
web
/
postcss.config.cjs
7 lines
83 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Add web interface with admin functionality (#167)
2022-05-21 00:23:55 -07:00
module
.
exports
=
{
chore(web): prettier (#2821) Co-authored-by: Thomas Way <thomas@6f.io>
2023-06-30 21:50:47 -07:00
plugins
:
{
tailwindcss
:
{
}
,
autoprefixer
:
{
}
,
}
,
Use cookies for client requests (#377) * Use cookie for frontend request * Remove api helper to use SDK * Added error handling to status box * Remove additional places that check for session.user * Refactor sending password * prettier clean up * remove deadcode * Move all authentication requests to the client * refactor upload panel to only fetch assets after the upload panel disappear * Added keydown to remove focus on title change on album viewer
2022-07-26 10:28:07 -07:00
}
;
Reference in New Issue
Copy Permalink