Skip to content

Commit

Permalink
Clean up examples and sort them alphabetically
Browse files Browse the repository at this point in the history
Examples are now sorted alphabetically by their label.
Improved labels of various examples to better reflect what they contain.

Removed examples:
- day 1 to day 6: Contain various elements covered in other examples.
- 1169: Covers specific tester bug, reusable tester is covered by core unit tests.
- 1220: Old issue from 2.2
- 1253: Old issue from 2.2, multiple other oneOf examples
- 1254: Integrated in enum.ts
- 1645: Performance / debouncing can be tested with the huge example
- 1996: oneOf part is covered by oneOfArray.ts, anyOf part was integrated in anyOf.ts
- booleanToggle: Covered in control-options.ts

Renamed examples:
- 1779.ts -> list-with-detail-primitives.ts
- stepper.ts -> categorization-stepper.ts
- steppershownav.ts -> categorization-stepper-nav-buttons.ts
- dynamic.ts -> generate-dynamic.ts

Part of #1706
  • Loading branch information
lucas-koehler committed Feb 22, 2023
1 parent 3861749 commit a438722
Show file tree
Hide file tree
Showing 31 changed files with 65 additions and 1,282 deletions.
62 changes: 0 additions & 62 deletions packages/examples/src/examples/1169.ts

This file was deleted.

146 changes: 0 additions & 146 deletions packages/examples/src/examples/1220.ts

This file was deleted.

0 comments on commit a438722

Please sign in to comment.