Skip to content

Updating Zero State - #38

Merged
AlexKempen merged 9 commits into
certfrom
changing-zero-state
Aug 16, 2026
Merged

Updating Zero State#38
AlexKempen merged 9 commits into
certfrom
changing-zero-state

Conversation

@MrAtomicBombHead

Copy link
Copy Markdown
Collaborator

Replaced the Stack component inside ZeroState with EmptyState componenet.

Also fixed the issue where the UI shifts when a thumbnail fails to load due to different sized thumbnail and error.

@MrAtomicBombHead MrAtomicBombHead self-assigned this Aug 9, 2026
@MrAtomicBombHead MrAtomicBombHead linked an issue Aug 9, 2026 that may be closed by this pull request

@AlexKempen AlexKempen left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fixed a minor bug with the loader size being 3 instead of 36. I wasn't a fan of making the thumbnail preview larger, so I instead opted to put it in a Center, which appeared to work. I instead trimmed the title and description so it didn't wrap.

Resolved package.json/package-lock.json conflicts: kept cert's
@hono/zod-validator ^0.9.0 and this branch's @mantine/* ^9.5.1
(EmptyState requires the newer Mantine), then regenerated the lockfile.
- @cloudflare/vitest-pool-workers 0.18.x -> 0.21.3, wrangler -> ^4.123.0.
  This pulls miniflare 5.x with undici 7.29.0, clearing the five undici
  advisories (vulnerable range 7.0.0 - 7.28.0).
- Override js-yaml to ^4.3.1. @hey-api/json-schema-ref-parser@1.4.4 is
  latest and hard-pins js-yaml 4.2.0, so there is no upstream release to
  bump to; 4.3.1 is the patched version for both quadratic-CPU advisories.

Also refreshed the stale allowScripts pins (sharp, workerd) that the
version bump invalidated.

The remaining esbuild advisory is left alone: it comes in via drizzle-kit
pinning @esbuild-kit/* to an old esbuild.
@AlexKempen
AlexKempen merged commit 18d0233 into cert Aug 16, 2026
1 check passed
@AlexKempen
AlexKempen deleted the changing-zero-state branch August 16, 2026 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Thumbnail Error State Is Larger than the Thumbnail

2 participants