AlacrisDevs 819d5b876a ui: overhaul files, kanban, calendar, settings, chat modules
- FileBrowser: modernize breadcrumbs, toolbar, list/grid items, empty states
- KanbanColumn: remove fixed height, border-based styling, compact header
- KanbanCard: cleaner border styling, smaller tags, compact footer
- Calendar: compact nav bar, border grid, today circle indicator, day view empty state
- DocumentViewer: remove bg-night rounded-[32px], border-b header pattern
- Settings tags: inline border/rounded-xl cards, icon action buttons
- Chat: create +layout.svelte with PageHeader, overhaul sidebar and main area
- Chat i18n: add nav_chat, chat_title, chat_subtitle keys (en + et)

svelte-check: 0 errors, vitest: 112/112 passed
2026-02-07 11:03:58 +02:00
2026-02-04 23:01:44 +02:00
2026-02-04 23:01:44 +02:00
2026-02-04 23:01:44 +02:00
2026-02-04 23:01:44 +02:00
2026-02-04 23:01:44 +02:00
2026-02-04 23:01:44 +02:00
2026-02-04 23:01:44 +02:00
2026-02-05 00:05:12 +02:00
2026-02-04 23:01:44 +02:00
2026-02-04 23:01:44 +02:00

Root

Team collaboration platform.

Quick Start

# Install
npm install

# Set up environment
cp .env.example .env
# Fill in your Supabase credentials in .env

# Run migrations in Supabase Dashboard > SQL Editor
# Copy & run each file in supabase/migrations/ in order (001, 002, 003...)

# Start dev server
npm run dev

Open http://localhost:5173

Docker

# Production
docker-compose up app

# Development
docker-compose up dev
Description
No description provided
Readme 3.1 MiB
Languages
Svelte 54.8%
TypeScript 39.4%
PLpgSQL 5.4%
CSS 0.3%