mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-23 17:26:43 +02:00
fix(manacore): improve dashboard layout polish
- Remove unnecessary wrapper div in WidgetContainer - Increase grid gap from gap-4 to gap-5 for breathing room - Add auto-rows-fr for equal row heights - Add min-h on widget content so empty widgets aren't tiny - Change default layout to 3 equal columns (small) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
02215dfb12
commit
61c23d5e79
45 changed files with 185 additions and 100 deletions
|
|
@ -42,6 +42,7 @@ COPY packages/shared-error-tracking ./packages/shared-error-tracking
|
|||
COPY packages/shared-vite-config ./packages/shared-vite-config
|
||||
COPY packages/shared-api-client ./packages/shared-api-client
|
||||
COPY packages/shared-stores ./packages/shared-stores
|
||||
COPY packages/shared-app-onboarding ./packages/shared-app-onboarding
|
||||
|
||||
# Copy clock packages and web
|
||||
COPY apps/clock/packages ./apps/clock/packages
|
||||
|
|
|
|||
1
apps/clock/apps/web/src/routes/offline/+page.ts
Normal file
1
apps/clock/apps/web/src/routes/offline/+page.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export const prerender = true;
|
||||
Loading…
Add table
Add a link
Reference in a new issue