234 Commits
Author SHA1 Message Date
github-actions[bot] b4e66a181d chore: update plans data [skip ci] 2026-02-09 17:47:56 +00:00
github-actions[bot] f8e0ec8614 chore: update plans data [skip ci] 2026-02-09 15:52:20 +00:00
github-actions[bot] 0806703a84 chore: update weekly activity cache [skip ci] 2026-02-09 14:54:12 +00:00
github-actions[bot] e4617674b7 chore: update social cache [skip ci] 2026-02-09 14:53:09 +00:00
github-actions[bot] d6266d505d chore: update plans data [skip ci] 2026-02-09 14:16:50 +00:00
github-actions[bot] 52b133265e chore: update weekly activity cache [skip ci] 2026-02-09 13:13:29 +00:00
github-actions[bot] 07f7236633 chore: update plans data [skip ci] 2026-02-09 12:59:08 +00:00
github-actions[bot] c4dc3111c2 chore: update social cache [skip ci] 2026-02-09 12:51:39 +00:00
github-actions[bot] 5759f5998d chore: update plans data [skip ci] 2026-02-09 11:50:35 +00:00
github-actions[bot] 9179a0dbdb chore: update plans data [skip ci] 2026-02-09 10:58:40 +00:00
github-actions[bot] 9d2d215496 chore: update weekly activity cache [skip ci] 2026-02-09 10:57:04 +00:00
github-actions[bot] 5297073349 chore: update social cache [skip ci] 2026-02-09 10:54:31 +00:00
github-actions[bot] 9554668327 chore: update plans data [skip ci] 2026-02-09 09:58:47 +00:00
github-actions[bot] 064b0d2e98 chore: update weekly activity cache [skip ci] 2026-02-09 08:56:48 +00:00
github-actions[bot] 77a2a84806 chore: update plans data [skip ci] 2026-02-09 08:45:06 +00:00
github-actions[bot] f8ed1a91eb chore: update plans data [skip ci] 2026-02-09 07:53:47 +00:00
github-actions[bot] d97c0005d5 chore: update weekly activity cache [skip ci] 2026-02-09 07:07:26 +00:00
github-actions[bot] 763fec7c8b chore: update social cache [skip ci] 2026-02-09 07:03:13 +00:00
github-actions[bot] bddff3c188 chore: update plans data [skip ci] 2026-02-09 06:05:28 +00:00
github-actions[bot] 5763a0de7e chore: update weekly activity cache [skip ci] 2026-02-09 05:28:07 +00:00
github-actions[bot] ad701c3424 chore: update plans data [skip ci] 2026-02-09 04:24:10 +00:00
github-actions[bot] 85e2d6878c chore: update weekly activity cache [skip ci] 2026-02-09 02:27:49 +00:00
phranck 2dead418b7 Fix: Update preview image and display at correct retina size 2026-02-09 03:19:53 +01:00
phranck 6a4f6880bc Feat: Add preview button to CodePreview with terminal screenshot overlay
- VStack centers children relative to available width when spacers present
- CodePreview: Add Preview button that shows terminal screenshot
- Smooth fade-in animation with blur backdrop
- ESC or click outside to close
- Caption overlay on image
2026-02-09 02:57:48 +01:00
github-actions[bot] 02b5b08d94 chore: update plans data [skip ci] 2026-02-09 01:51:30 +00:00
github-actions[bot] 497241bbf6 chore: update social cache [skip ci] 2026-02-09 01:23:39 +00:00
github-actions[bot] 59f2fcc609 chore: update plans data [skip ci] 2026-02-08 23:26:50 +00:00
phranck dfd9bcd792 Fix: Update landing page example code to current API
- Change foregroundColor to foregroundStyle
- Remove .frame(height:) from List (not idiomatic)
- Fix syntax highlighter group indices (previous commit)
2026-02-09 00:12:07 +01:00
phranck 0e693145da Fix: Correct syntax highlighter match group indices
The regex groups were misaligned:
- match[3] is KeyPath (\.self), not modifier
- match[4] is modifier (.bold), not keyword
- match[5] is keyword, not type
- match[6] is type (was missing)
2026-02-09 00:09:32 +01:00
phranck d7b41f5e6e Docs: Update landing page with new tuikit CLI features
- Add git option for repository initialization
- Update SQLite.swift to SQLiteData
- Add example for combining options
- Mention Linux Swift installation
2026-02-09 00:08:07 +01:00
github-actions[bot] 935acbdc5a chore: update weekly activity cache [skip ci] 2026-02-08 22:29:45 +00:00
github-actions[bot] 62963e60ae chore: update plans data [skip ci] 2026-02-08 22:21:46 +00:00
github-actions[bot] 2449d86f57 chore: update plans data [skip ci] 2026-02-08 21:22:10 +00:00
github-actions[bot] d5dc5f6daf chore: update weekly activity cache [skip ci] 2026-02-08 20:30:43 +00:00
github-actions[bot] a9a982468a chore: update plans data [skip ci] 2026-02-08 20:21:33 +00:00
github-actions[bot] ace3dfd680 chore: update plans data [skip ci] 2026-02-08 19:21:26 +00:00
github-actions[bot] 9e209e933a chore: update plans data [skip ci] 2026-02-08 18:30:04 +00:00
github-actions[bot] 0e24013a53 chore: update social cache [skip ci] 2026-02-08 18:29:20 +00:00
github-actions[bot] 246dfe3e33 chore: update plans data [skip ci] 2026-02-08 17:23:14 +00:00
phranck dbce266008 Feat: Add scheduled workflow to update weekly activity cache 2026-02-08 17:46:28 +01:00
github-actions[bot] d72876db75 chore: update plans data [skip ci] 2026-02-08 16:25:23 +00:00
github-actions[bot] e50254e16b chore: update social cache [skip ci] 2026-02-08 16:24:59 +00:00
phranck 0b1aab1d50 Fix: Load test count from project-stats.json in astro config 2026-02-08 17:13:19 +01:00
phranck 05dacbc7da Docs: Preload power-on and hard-drive-boot sounds 2026-02-08 17:09:50 +01:00
phranck 0b5676b50a Docs: Expand CLI installer description on landing page 2026-02-08 17:07:21 +01:00
phranck 9786ee36b7 Refactor: Replace xcode-template with project-template CLI tool
- Remove Xcode template (did not work properly)
- Keep only tuikit CLI tool for project creation
- Update landing page with new install command
- Add Quick Start section to main README
2026-02-08 16:58:24 +01:00
github-actions[bot] 179f11ed2d chore: update plans data [skip ci] 2026-02-08 15:21:40 +00:00
github-actions[bot] b8f4dcba1e chore: update plans data [skip ci] 2026-02-08 14:23:48 +00:00
phranck 645b8f3225 Merge pull request #86 from phranck/feature/list-table-improvements
Feat: List & Table improvements with Xcode template
2026-02-08 14:46:29 +01:00
github-actions[bot] 03322abf9a chore: update plans data [skip ci] 2026-02-08 13:41:31 +00:00