mirror of
https://github.com/hiaaryan/sileo.git
synced 2026-04-26 23:45:50 +03:00
[GH-ISSUE #7] [Feature] Svelte #5
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sileo#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hej-julian on GitHub (Feb 16, 2026).
Original GitHub issue: https://github.com/hiaaryan/sileo/issues/7
Nice Project!
Make it compatible with Svelte for the future?
@alexgipi commented on GitHub (Feb 16, 2026):
This would be wonderful! If supporting Svelte is in your plans and you need help, I could take care of it @hiaaryan!
Great work, by the way! 👏👏
Cheers!
@HorizonCode commented on GitHub (Feb 16, 2026):
until a proper Svelte port exists, you can use react and react-dom as a workaround. This approach already works in Svelte:
Create a
SileoToast.sveltecomponent and paste the following:Hopefully this helps until an official Svelte version becomes available :)
@hej-julian commented on GitHub (Feb 17, 2026):
Great solution @HorizonCode, but I'm waiting for full support.