Logo
Explore Help
Register Sign In
immich-app/immich
1
0
Fork 0
You've already forked immich
mirror of https://github.com/immich-app/immich.git synced 2025-12-17 17:23:20 +03:00
Code Issues Packages Projects Releases 16 Wiki Activity
Files
2ebb755f007783c656ef1c620debad56f139d505
immich/web/tailwind.config.cjs

20 lines
355 B
JavaScript
Raw Normal View History

Add web interface with admin functionality (#167)
2022-05-21 02:23:55 -05:00
module.exports = {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {
colors: {
'immich-primary': '#4250af',
'immich-bg': '#f6f8fe',
Feature - Add upload functionality on Web (#231) * Added file selector * Extract metadata to upload files to the web * Added request for uploading * Generate jpeg/Webp thumbnail for asset uploaded without thumbnail data * Added generating thumbnail for video and WebSocket broadcast after thumbnail is generated * Added video length extraction * Added Uploading Panel * Added upload progress store and styling the uploaded asset * Added condition to only show upload panel when there is upload in progress * Remove asset from the upload list after successfully uploading * Added WebSocket to listen to upload event on the web * Added mechanism to check for existing assets before uploading on the web * Added test workflow * Update readme
2022-06-19 08:16:35 -05:00
'immich-fg': 'black',
// 'immich-bg': '#121212',
// 'immich-fg': '#D0D0D0',
Add web interface with admin functionality (#167)
2022-05-21 02:23:55 -05:00
},
fontFamily: {
'immich-title': ['Snowburst One', 'cursive'],
},
},
},
plugins: [],
};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 473ms Template: 7ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API