Updating Zero State - #38
Merged
Merged
Conversation
…CDesignApp into changing-zero-state
AlexKempen
approved these changes
Aug 16, 2026
AlexKempen
left a comment
Collaborator
There was a problem hiding this comment.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.