Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
f5b4109
feat: run codemod to convert tests to gjs
Oct 24, 2025
8271ad3
chore: add types for sinon and @codemirror/view
Oct 28, 2025
fd72a69
feat: convert Accordion tests to gts
Oct 28, 2025
e0e55d4
feat: convert Alert tests to gts
Oct 28, 2025
b9f9c65
feat: convert AppFooter tests to gts
Oct 28, 2025
166cdba
feat: convert AppFrame tests to gts
Oct 28, 2025
697450f
feat: convert AppHeader tests to gts
Oct 28, 2025
6548a07
feat: convert Application State tests to gts
Oct 28, 2025
e328c9f
feat: convert Badge tests to gts
Oct 28, 2025
9136b5b
feat: convert BadgeCount tests to gts
Oct 28, 2025
792b6b0
feat: convert Breadcrumb tests to gts
Oct 28, 2025
7192d5d
feat: convert Button tests to gts
Oct 28, 2025
a459c00
feat: convert ButtonSet tests to gts
Oct 28, 2025
1a9c646
feat: convert Card tests to gts
Oct 28, 2025
53bfc73
feat: convert CodeBlock tests to gts
Oct 28, 2025
f9327aa
feat: convert CodeEditor tests to gts
Oct 28, 2025
a7af299
feat: convert Copy tests to gts
Oct 28, 2025
8f50f4d
feat: convert DialogPrimitive tests to gts
Oct 28, 2025
5882284
feat: convert DisclosurePrimitive tests to gts
Oct 28, 2025
0d14d17
feat: convert DismissButton tests to gts
Oct 28, 2025
bfd2307
feat: convert Dropdown tests to gts
Oct 28, 2025
f807ad5
feat: convert Flyout tests to gts
Oct 28, 2025
985a3b3
feat: convert Form Base Element tests to gts
Oct 28, 2025
92f7cb9
feat: convert Form Layout components to gts
Oct 28, 2025
3255ace
feat: convert Form Checkbox tests to gts
Oct 28, 2025
5772141
feat: convert Form FileInput tests to gts
Oct 28, 2025
1e9b62b
feat: convert Form KeyValueInputs tests to gts
Oct 28, 2025
b7a1be5
feat: convert Form MaskedInput tests to gts
Oct 28, 2025
3508417
feat: convert Form Radio tests to gts
Oct 28, 2025
3a39463
feat: convert Form RadioCard tests to gts
Oct 28, 2025
a0f9ce1
feat: convert Form Select tests to gts
Oct 28, 2025
83c9451
feat: convert Form SuperSelect tests to gts
Oct 28, 2025
b4348c2
feat: convert Form TextInput tests to gts
Oct 28, 2025
19a9723
feat: convert Form Textarea tests to gts
Oct 28, 2025
99638f8
feat: convert Form Toggle tests to gts
Oct 28, 2025
90952cc
feat: convert Icon tests to gts
Oct 28, 2025
4bb0651
feat: convert IconTile tests to gts
Oct 28, 2025
3050c9e
feat: convert Interactive tests to gts
Oct 28, 2025
d22fdf1
feat: convert Layout component tests to gts
Oct 28, 2025
0e1728f
feat: convert Link tests to gts
Oct 28, 2025
9c6c4f8
feat: convert Modal tests to gts
Oct 28, 2025
33d358b
chore: remove menu primitive tests
Oct 28, 2025
1ceaa2c
feat: convert PageHeader tests to gts
Oct 28, 2025
d66d403
feat: convert Pagination tests to gts
Oct 28, 2025
e74cf6b
feat: convert PopoverPrimitive tests to gts
Oct 28, 2025
4640d75
feat: convert Reveal tests to gts
Oct 28, 2025
4084c3f
feat: convert RichTooltip tests to gts
Oct 28, 2025
dbfe9ee
feat: convert SegmentedGroup tests to gts
Oct 28, 2025
47c2f77
feat: convert Separator tests to gts
Oct 28, 2025
3d30bd6
feat: convert Stepper tests to gts
Oct 28, 2025
7cae4dd
feat: convert Table tests to gts
Oct 28, 2025
0e587f5
feat: convert Tabs tests to gts
Oct 28, 2025
4272fc2
feat: convert Tag tests to gts
Oct 28, 2025
8e11340
feat: convert Text tests to gts
Oct 28, 2025
9f55f30
feat: convert Toast tests to gts
Oct 28, 2025
d998e58
feat: convert Tooltip tests to gts
Oct 28, 2025
8bf453d
feat: convert Time tests to gts
Oct 30, 2025
8b4f89d
chore: lint helper, modifier integration tests
Oct 30, 2025
db90285
feat: convert AdvancedTable tests to gts, break up index tests into s…
Oct 31, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"@babel/plugin-proposal-decorators": "^7.27.1",
"@codemirror/lint": "^6.8.4",
"@codemirror/state": "^6.5.0",
"@codemirror/view": "^6.36.2",
"@ember/optional-features": "^2.2.0",
"@ember/render-modifiers": "^2.1.0",
"@ember/string": "^4.0.1",
Expand All @@ -63,6 +64,7 @@
"@tsconfig/ember": "^3.0.10",
"@types/qunit": "^2.19.12",
"@types/rsvp": "^4.0.9",
"@types/sinon": "^17.0.4",
"broccoli-asset-rev": "^3.0.0",
"concurrently": "^9.1.2",
"ember-a11y-testing": "^7.1.2",
Expand Down Expand Up @@ -131,5 +133,9 @@
},
"ember": {
"edition": "octane"
},
"exports": {
"./tests/*": "./tests/*",
"./*": "./app/*"
}
}
Loading