Merged
Conversation
… script - package.json license field: MIT → AGPL-3.0-only to match LICENSE file - add aria-hidden to decorative SVGs (grid-layout-switcher, site-footer, apps filter) - add role="presentation" to click interceptor divs (alternative-card, apps filter backdrop) - add biome-ignore for intentional dangerouslySetInnerHTML (html-description) - remove stale biome-ignore comments (apps/index, alternatives/index) - remove unused loaderData param (search route head) - rewrite cache-purge to use wrangler CLI with targeted key deletion
Obtainium's App.fromJson hard-casts id, url, author, and name as non-nullable Strings. Our stored configs were missing id entirely, omitting author when empty, and including overrideSource: null — all of which crash the Dart type cast. Always include all required fields with defaults in both the seed parser and at link generation time (for existing DB data).
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
unclouded | 8eaab57 | Commit Preview URL Branch Preview URL |
Mar 20 2026, 10:18 PM |
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.
Summary
App.fromJsonhard-castsid,url,author,nameas non-nullable Strings — missing or null fields crash with "type 'Null' is not a subtype of type 'String' in type cast"identirely, omittingauthorwhen empty, and includingoverrideSource: nullTest plan
obtainium://add/links still work