summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
3 daysupstream update: 0.6.5 -> 0.6.6jinzhongjia
3 daysUpdate to 0.6.5jinzhongjia
4 daysUpdate to 0.6.4jinzhongjia
5 daysUpdate to 0.6.3jinzhongjia
6 daysfix: plant a local .git in the source tree to unblock Tailwind scanningjinzhongjia
@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 daysfix: patch globals.css to avoid tmpfs Tailwind utility lossjinzhongjia
@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 daysInitial commit for terax 0.6.1jinzhongjia