This website requires JavaScript.
Explore
Help
Sign In
edgevoid
/
vue-tui
Watch
1
Star
0
Fork
0
You've already forked vue-tui
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7fb1a9fee5129d36856849961a1ab0d5dc1139c5
vue-tui
/
packages
/
runtime-tests
/
integration
T
History
Yunfei He
666cbca73a
test: alternate screen teardown-safety and debug-mode tests
...
Co-Authored-By: Claude Opus 4.7 (1M context) <
noreply@anthropic.com
>
2026-05-27 13:59:01 +08:00
..
accessibility
feat: add accessibility support (aria props, screen reader output)
2026-05-26 16:26:10 +08:00
components
feat: Static style prop, identity tracking, and rerender semantics
2026-05-26 15:47:43 +08:00
composables
feat: add useIsScreenReaderEnabled + MountOptions.isScreenReaderEnabled
2026-05-26 16:16:31 +08:00
focus
fix: resolve remaining PTY test failures, remove stale todos
2026-05-27 10:13:36 +08:00
layout
fix: Text node defaults to flexDirection='row' matching Ink's ink-text
2026-05-26 00:52:37 +08:00
lifecycle
test: alternate screen teardown-safety and debug-mode tests
2026-05-27 13:59:01 +08:00
paint
feat: rewrite Output class with StyledChar[][] grid for correct emoji/wide char handling
2026-05-26 13:19:50 +08:00
pty
fix: add final unmount render to trigger shouldClearOnUnmount
2026-05-27 10:47:11 +08:00
counter.test.tsx
refactor: replace ref() with shallowRef() in all test files
2026-05-25 23:28:06 +08:00
public-api.test.ts
feat: add useWindowSize alias, terminal-size fallback, update public API + README
2026-05-26 16:28:46 +08:00
quickstart.test.tsx
refactor: replace ref() with shallowRef() in all test files
2026-05-25 23:28:06 +08:00
render-to-string.test.tsx
feat: add renderToString for synchronous string rendering
2026-05-26 15:59:17 +08:00
scheduler-throttle.test.tsx
feat: add time-based render throttle (~30fps) matching Ink
2026-05-26 00:55:02 +08:00
scheduler.test.tsx
refactor: replace ref() with shallowRef() in all test files
2026-05-25 23:28:06 +08:00