mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-24 20:45:56 +03:00
[PR #561] [MERGED] Web #622
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#622
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/anomalyco/opentui/pull/561
Author: @simonklee
Created: 1/20/2026
Status: ✅ Merged
Merged: 1/23/2026
Merged by: @kommander
Base:
main← Head:web📝 Commits (10+)
966c6a3feat(web): init61cc024misc97b8ecefeat(landing): add copy-to-clipboard button and update code editor themefd99ee9fix getting-startedeab6775getting starteddf4b6afdocs(web): improve getting-started guide and add interactive features517370estyle(editor): switch syntax highlighting to monochrome paletteb1d394dfix(web): update GitHub links to new organizationc81139frefactor(web): clean up hero visual and fix canvas/link handling4a628b8fix(css): hide features visual on mobile and adjust breakpoint📊 Changes
37 files changed (+8017 additions, -7 deletions)
View changed files
➕
.github/workflows/deploy.yml(+33 -0)📝
bun.lock(+788 -7)➕
packages/web/.gitignore(+4 -0)➕
packages/web/astro.config.mjs(+20 -0)➕
packages/web/package.json(+22 -0)➕
packages/web/public/favicon.svg(+4 -0)➕
packages/web/scripts/test-doc-examples.ts(+99 -0)➕
packages/web/scripts/verify-doc-examples.ts(+342 -0)➕
packages/web/src/components/TuiSurface.astro(+363 -0)➕
packages/web/src/content/config.ts(+14 -0)➕
packages/web/src/content/docs/bindings/react.mdx(+380 -0)➕
packages/web/src/content/docs/bindings/solid.mdx(+408 -0)➕
packages/web/src/content/docs/components/ascii-font.mdx(+191 -0)➕
packages/web/src/content/docs/components/box.mdx(+203 -0)➕
packages/web/src/content/docs/components/code.mdx(+276 -0)➕
packages/web/src/content/docs/components/frame-buffer.mdx(+249 -0)➕
packages/web/src/content/docs/components/input.mdx(+195 -0)➕
packages/web/src/content/docs/components/scrollbox.mdx(+242 -0)➕
packages/web/src/content/docs/components/select.mdx(+205 -0)➕
packages/web/src/content/docs/components/tab-select.mdx(+203 -0)...and 17 more files
📄 Description
Something for #254
https://github.com/user-attachments/assets/b245ec24-2214-416b-9e4b-bac8cbde7125
Tried to keep it simple and align with opencode.ai. Keep it simple so it's not too much to maintain. Probably remove most of the items in the docs menu until there is contents for it, added it just to show what I was thinking in terms of scope.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.