| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 3 days | upstream update: 0.6.5 -> 0.6.6 | jinzhongjia | |
| 3 days | Update to 0.6.5 | jinzhongjia | |
| 4 days | Update to 0.6.4 | jinzhongjia | |
| 5 days | Update to 0.6.3 | jinzhongjia | |
| 6 days | fix: plant a local .git in the source tree to unblock Tailwind scanning | jinzhongjia | |
| @tailwindcss/oxide walks parent directories to discover a .git boundary, then respects that repository's .gitignore for its source scan. The AUR package repo's .gitignore is `*` (so only PKGBUILD, .SRCINFO and .gitignore are tracked), which silently flagged the entire upstream tree at src/terax-ai-<pkgver>/ as ignored. The result was a CSS bundle with zero Tailwind utilities and a completely unstyled UI in the installed binary. Plant an empty .git/HEAD inside the extracted source so oxide stops climbing at the upstream root, where the project's own .gitignore applies. Replaces the previous @source patch from pkgrel=2/3, which did not address this root cause. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 6 days | fix: patch globals.css to avoid tmpfs Tailwind utility loss | jinzhongjia | |
| @tailwindcss/oxide's automatic source detection silently drops utility classes on tmpfs filesystems (which yay/paru use as the default BUILDDIR), producing a WebView with no Tailwind styling. Inject an explicit @source directive in prepare() so utility scanning is filesystem-independent. Bump pkgrel to 2. Refs: https://github.com/t8y2/dbx/issues/167 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 6 days | Initial commit for terax 0.6.1 | jinzhongjia | |