add favicon, error page, remove garu tokenizer - #13
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
webview-bundle-website | 36e9824 | Commit Preview URL Branch Preview URL |
Jul 11 2026, 12:02 PM |
There was a problem hiding this comment.
All reported issues were addressed across 16 files
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
…validate - korean-tokenizer: Orama's tokenizer throws LANGUAGE_NOT_SUPPORTED for any language other than its own, so passing our `korean` through to the `english` base would break as soon as a caller supplies one (Orama leaves it undefined today, which is why it appeared to work). - ErrorPage: `reset` only clears the boundary, which re-renders the same stored loader error. `router.invalidate()` re-runs the loaders and bumps `loadedAt`, the key the boundary resets on, so the button actually retries. - Drop WORKS.md, which `oxfmt --check` was failing on in CI. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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 by cubic
Added site icons and a localized global error page with Sentry reporting. Replaced the
garu-based Korean search with a lightweight in-house tokenizer to shrink the Worker bundle and simplify the search API.New Features
__roothead tags.router.invalidate(), home action, and Sentry event ID. Shows raw error message only in dev.Refactors
garu-ko/garu-orama-tokenizerwith a small Korean tokenizer for@orama/oramathat strips common particles/endings and unions with English tokens; no longer forwardslanguageto the base tokenizer to avoid OramaLANGUAGE_NOT_SUPPORTED.kotokenizer and builds once without dynamic imports.garu-runtime.d.ts, and related deps; cleanedpackage.json/yarn.lock; droppedWORKS.md.*.envto.gitignore.Written for commit 36e9824. Summary will update on new commits.