70 Commits

Author SHA1 Message Date
phranck 6b225313bf Update README.md 2026-04-24 16:48:20 +02:00
phranck 6fbd708bbf Update README.md 2026-04-22 11:34:36 +02:00
phranck 7855c7e12c Update README.md 2026-04-21 22:00:42 +02:00
phranck e273e15de0 Docs: Refresh README to reflect current API surface
- Switch hero badges to a green gradient (darker at the edges, brightest in
  the centre) matching the banner's phosphor colour
- Correct the Hello example to use foregroundStyle, the actual public API
- Add ContentUnavailableView, ButtonRow and Toggle style variants
- Mention StatusBar compact/bordered styles and onKeyPress modifier/function
  key support
- Fix the border style list to match BorderStyle's real constants
- Drop the @SceneStorage claim and document the UserDefaults storage backend
- Update test count to 1172 across 93 files
2026-04-21 21:56:11 +02:00
phranck a275e47dc8 updates README 2026-04-21 21:39:27 +02:00
phranck 271336a71e Updates LICENSE and README 2026-04-21 21:36:45 +02:00
github-actions[bot] 400cc2ba00 chore: update test count badge to 1172 tests [skip ci] 2026-03-04 01:15:32 +00:00
github-actions[bot] c2019a5582 chore: update test count badge to 1170 tests [skip ci] 2026-02-27 07:08:33 +00:00
github-actions[bot] 5058d9e724 chore: update test count badge to 1165 tests [skip ci] 2026-02-16 00:30:38 +00:00
github-actions[bot] 2667f91e2b chore: update test count badge to 1164 tests [skip ci] 2026-02-15 23:55:42 +00:00
phranck c3cd00f15e Docs: Add dynamic release version badge to README 2026-02-16 00:03:14 +01:00
github-actions[bot] f64de94755 chore: update test count badge to 1157 tests [skip ci] 2026-02-15 22:49:49 +00:00
github-actions[bot] 7d09dd5565 chore: update test count badge to 1146 tests [skip ci] 2026-02-15 21:11:29 +00:00
github-actions[bot] 2ac89c3d7a chore: update test count badge to 1139 tests [skip ci] 2026-02-15 20:15:18 +00:00
github-actions[bot] 47e4a19e1b chore: update test count badge to 1122 tests [skip ci] 2026-02-15 17:20:13 +00:00
github-actions[bot] e4bec1e43e chore: update test count badge to 1113 tests [skip ci] 2026-02-14 23:13:28 +00:00
Frank Gregor 32d72b3b85 Chore: Update test count badge to 1113 tests [skip ci] 2026-02-14 20:34:09 +00:00
phranck d711979118 Refactor: Move i18n documentation from separate files to DocC
- Created new Localization.md article in DocC catalog
- Integrated user guide and developer guide content into single article
- Deleted separate Documentation/i18n-guide.md and i18n-developer.md
- Updated README.md to link to DocC documentation
- Updated GettingStarted.md to reference Localization guide

Documentation now follows project-wide DocC standards instead of separate Markdown files.
2026-02-14 19:56:38 +01:00
phranck 0f7cf6c703 Docs: Update README with i18n features and examples
- Add i18n badge to metadata
- Document 5 built-in languages with type-safe constants
- Add localized string example
- Update project structure to show Localization module
- Update test count to reflect i18n tests
- Link to comprehensive i18n guides
2026-02-14 19:40:28 +01:00
phranck b404a62731 Chore: README update, Foundation cleanup, file splitting
- Update README.md with multi-module structure, new components, macOS 14+
- Remove unnecessary import Foundation from 9 source files
- Split Focus.swift into Focus, Focusable, FocusState
- Split StatusBarItem.swift into StatusBarItem, SystemStatusBarItem, StatusBarItemBuilder
- Split ASCIIConverter.swift into ASCIIConverter, +Braille, +Dithering
- Update WHATS-NEXT.md with completed cleanup tasks
2026-02-14 16:57:16 +01:00
Frank Gregor e64b16a442 Chore: Update test count badge to 1071 tests [skip ci] 2026-02-14 14:06:30 +00:00
Frank Gregor 41dfb6f02d Chore: Update test count badge to 1066 tests [skip ci] 2026-02-13 23:53:56 +00:00
Frank Gregor 42ee49948c Chore: Update test count badge to 1039 tests [skip ci] 2026-02-13 15:25:43 +00:00
Frank Gregor 30a18cad1f Chore: Update test count badge to 998 tests [skip ci] 2026-02-10 03:19:09 +00:00
Frank Gregor 0ff6537f72 Chore: Update test count badge to 835 tests [skip ci] 2026-02-09 20:07:01 +00:00
Frank Gregor be2cc0f4f6 Chore: Update test count badge to 840 tests [skip ci] 2026-02-09 18:18:18 +00:00
Frank Gregor 7bcd4038a7 Chore: Update test count badge to 834 tests [skip ci] 2026-02-09 18:05:53 +00:00
Frank Gregor 9292b47570 Chore: Update test count badge to 798 tests [skip ci] 2026-02-09 17:45:48 +00:00
Frank Gregor b462ba794c Chore: Update test count badge to 791 tests [skip ci] 2026-02-09 17:21:33 +00:00
Frank Gregor c6a7613f14 Chore: Update test count badge to 746 tests [skip ci] 2026-02-09 00:34:20 +00:00
Frank Gregor ddd51cc417 Chore: Update test count badge to 745 tests [skip ci] 2026-02-09 00:14:10 +00:00
Frank Gregor e365b60f1a Chore: Update test count badge to 740 tests [skip ci] 2026-02-08 22:51:46 +00:00
Frank Gregor 7f95471801 Chore: Update test count badge to 729 tests [skip ci] 2026-02-08 22:26:28 +00:00
phranck a13784e55c Docs: Update README with current features and test count
- Update test count badge and references (733 → 727)
- Add missing features: List, Table, Section, Toggle, ProgressView, Spinner
- Add styling features: ListStyle, .badge() modifier
- Add advanced features: .focusSection(), .equatable() caching
- Fix awkward phrasing from em-dash removal
2026-02-08 23:24:19 +01:00
Frank Gregor 3fc2a775a4 Chore: Update test count badge to 729 tests [skip ci] 2026-02-08 22:18:14 +00:00
Frank Gregor 18f0abbc90 Chore: Update test count badge to 733 tests [skip ci] 2026-02-08 22:14:48 +00: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
Frank Gregor 076dbd38bc Chore: Update test count badge to 668 tests [skip ci] 2026-02-08 13:48:30 +00:00
Frank Gregor fd96a13659 Chore: Update test count badge to 652 tests [skip ci] 2026-02-07 23:34:17 +00:00
Frank Gregor 4fce32587e Chore: Update test count badge to 645 tests [skip ci] 2026-02-07 18:41:58 +00:00
Frank Gregor 63bbb2100b Chore: Update test count badge to 592 tests [skip ci] 2026-02-07 15:30:13 +00:00
Frank Gregor 7376747f96 Chore: Update test count badge to 591 tests [skip ci] 2026-02-07 00:15:46 +00:00
Frank Gregor bd23bfc695 Chore: Update test count badge to 618 tests [skip ci] 2026-02-06 23:35:27 +00:00
phranck cfa8b31631 Refactor: Standardize UI card styling and remove em-dashes
- Unified card headers: gap-3, Icon size 20, text-accent color
- PlansCard: collapsible sections, animated expand/collapse
- update-plans-data.ts: export all plans (no limit)
- Replaced all em-dashes with colons or full sentences
- Content text standardized to text-lg across all cards
- FeatureCard, ArchHighlight descriptions adjusted
2026-02-07 00:24:19 +01:00
Frank Gregor 6473d5a0aa Chore: Update test count badge to 591 tests [skip ci] 2026-02-06 19:10:00 +00:00
phranck 98dd157033 update README 2026-02-06 11:43:44 +01:00
phranck 48cb66de57 Chore: Filter [skip ci] commits from dashboard 2026-02-06 10:57:05 +01:00
Frank Gregor ccab42e61d Chore: Update test count badge to 552 tests [skip ci] 2026-02-05 22:36:22 +00:00
Frank Gregor afb21b83fd Chore: Update test count badge to 527 tests [skip ci] 2026-02-05 21:29:15 +00:00
phranck 07e240db86 Merge pull request #78 from phranck/refactor/flat-appearance
Refactor: remove block/flat appearances, consolidate border rendering
2026-02-05 22:27:23 +01:00