Skip to content

Conversation

@fusionstrings
Copy link
Owner

No description provided.

- Deleted unused Preact components: ButtonPreact, CounterPreact, Button, Counter, and their associated templates.
- Simplified main.ts by removing unnecessary imports and routes.
- Updated standard-web-components.html to include a form for the counter element.
- Removed importmap.js and wrangler.jsonc as they are no longer needed.
- Cleaned up CSS files related to buttons and counters.
- Adjusted types/elements.ts to reflect the removal of unused elements.
- Modified Button component to use a local handleClick function that increments the counter value.
- Removed the onClick prop in favor of the new functionality.

chore: update deno.json to use unstable-bundle flag

- Changed the bundle command to include the --unstable-bundle flag for compatibility.

docs: add link to Preact Web Components in index.html

- Added a new navigation link for Preact Web Components in the main index.html file.
@fusionstrings fusionstrings merged commit b406993 into main Sep 14, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants