modified: web/assets/css/styles.css

modified:   web/components/base/input.templ
	modified:   web/components/base/input_templ.go
	modified:   web/components/base/range.templ
	modified:   web/components/base/range_templ.go
	modified:   web/components/base/select.templ
	modified:   web/components/base/select_templ.go
	modified:   web/components/base/textarea.templ
	modified:   web/components/base/textarea_templ.go
	modified:   web/components/icons.templ
	modified:   web/components/icons_templ.go
	modified:   web/components/issue.templ
	modified:   web/components/issue_templ.go
	modified:   web/components/layout.templ
	modified:   web/components/layout_templ.go
	new file:   web/components/sidebar.templ
	new file:   web/components/sidebar_templ.go
	new file:   web/components/status.templ
	new file:   web/components/status_templ.go
	modified:   web/handler/issues.go
	new file:   web/handler/task.go
	modified:   web/input.css
	deleted:    web/package-lock.json
	deleted:    web/package.json
	modified:   web/routes/layout.templ
	modified:   web/routes/layout_templ.go
	modified:   web/server/routes.go
	modified:   web/server/server.go
	modified:   web/web.go
This commit is contained in:
viljarb
2026-02-18 20:41:52 +01:00
parent ed8a0d02ec
commit 1d92041538
29 changed files with 1050 additions and 5847 deletions

View File

@@ -1,80 +1,7 @@
@import 'tailwindcss';
@source "./**/*.templ";
@source "./**/*.go";
@plugin "@tailwindcss/typography";
@plugin "daisyui" {
themes:
light --default,
dark --prefersdark;
}
@plugin "daisyui/theme" {
name: 'light';
default: true;
prefersdark: false;
color-scheme: 'light';
--color-base-100: oklch(92% 0 0);
--color-base-200: oklch(87% 0 0);
--color-base-300: oklch(70% 0 0);
--color-base-content: oklch(0% 0 0);
--color-primary: oklch(55% 0.135 66.442);
--color-primary-content: oklch(98% 0.018 155.826);
--color-secondary: oklch(53% 0.157 131.589);
--color-secondary-content: oklch(98% 0.031 120.757);
--color-accent: oklch(64% 0.222 41.116);
--color-accent-content: oklch(98% 0.016 73.684);
--color-neutral: oklch(43% 0 0);
--color-neutral-content: oklch(98% 0 0);
--color-info: oklch(52% 0.105 223.128);
--color-info-content: oklch(98% 0.019 200.873);
--color-success: oklch(50% 0.118 165.612);
--color-success-content: oklch(98% 0.018 155.826);
--color-warning: oklch(55% 0.195 38.402);
--color-warning-content: oklch(98% 0.016 73.684);
--color-error: oklch(52% 0.223 3.958);
--color-error-content: oklch(97% 0.014 343.198);
--radius-selector: 0.5rem;
--radius-field: 0.5rem;
--radius-box: 0.5rem;
--size-selector: 0.28125rem;
--size-field: 0.28125rem;
--border: 1px;
--depth: 1;
--noise: 0;
}
@plugin "daisyui/theme" {
name: 'dark';
default: false;
prefersdark: true;
color-scheme: 'dark';
--color-base-100: oklch(26% 0 0);
--color-base-200: oklch(20% 0 0);
--color-base-300: oklch(14% 0 0);
--color-base-content: oklch(97% 0 0);
--color-primary: oklch(79% 0.184 86.047);
--color-primary-content: oklch(28% 0.066 53.813);
--color-secondary: oklch(64% 0.2 131.684);
--color-secondary-content: oklch(98% 0.031 120.757);
--color-accent: oklch(64% 0.222 41.116);
--color-accent-content: oklch(98% 0.016 73.684);
--color-neutral: oklch(14% 0 0);
--color-neutral-content: oklch(98% 0 0);
--color-info: oklch(71% 0.143 215.221);
--color-info-content: oklch(98% 0.019 200.873);
--color-success: oklch(72% 0.219 149.579);
--color-success-content: oklch(98% 0.018 155.826);
--color-warning: oklch(70% 0.213 47.604);
--color-warning-content: oklch(98% 0.016 73.684);
--color-error: oklch(65% 0.241 354.308);
--color-error-content: oklch(97% 0.014 343.198);
--radius-selector: 0.5rem;
--radius-field: 0.5rem;
--radius-box: 0.5rem;
--size-selector: 0.28125rem;
--size-field: 0.28125rem;
--border: 1px;
--depth: 1;
--noise: 0;
}
themes: all;
}