Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Upgrade to Svelte 5 #106

Open
wants to merge 29 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
8fd9069
initial commit for svelte5 ugprade
johndavedecano Nov 23, 2024
2d8e21e
update activities state
johndavedecano Nov 24, 2024
cb1d256
fixed activities store
johndavedecano Nov 24, 2024
f9995cc
list branches
johndavedecano Nov 24, 2024
601fc7b
update branch
johndavedecano Nov 24, 2024
ad3f547
upgrade create branch to svelte5
johndavedecano Nov 24, 2024
1d394d0
update pagination settings
johndavedecano Nov 24, 2024
7ad8e43
update branch selector
johndavedecano Nov 25, 2024
b06b4c9
update country select
johndavedecano Nov 25, 2024
dd80f65
update cycle select
johndavedecano Nov 25, 2024
54cc171
migrate header
johndavedecano Nov 25, 2024
2dfa125
upgrade components to svelte5
johndavedecano Nov 25, 2024
90c80d5
update component to svelte5
johndavedecano Nov 26, 2024
93ddd98
update navigation
johndavedecano Nov 29, 2024
3f8148d
update components to svelte 5
johndavedecano Nov 29, 2024
f121f4a
fix navigation
johndavedecano Nov 29, 2024
9e31dee
added members store
johndavedecano Nov 29, 2024
2ae94fd
update add and update member
johndavedecano Nov 29, 2024
1c60437
update auth with svelte5
johndavedecano Dec 1, 2024
6ee5180
refactor: update AppLayout and ModalFooter to use children props
johndavedecano Jan 5, 2025
ecbd773
feat: implement preventDefault utility for form submissions
johndavedecano Jan 5, 2025
28ed1e1
fix: update event handler syntax from on:click to onclick for consist…
johndavedecano Jan 5, 2025
650fe7c
refactor: reorganize imports and update event handler syntax for cons…
johndavedecano Jan 5, 2025
9ecaec2
refactor: change title to constant and update loading state to use $s…
johndavedecano Jan 5, 2025
a731433
refactor: change title to constant and update loading state to use $s…
johndavedecano Jan 5, 2025
f759a93
refactor: replace local state variables with $state for better reacti…
johndavedecano Jan 5, 2025
6a5486a
refactor: change title to constant and update loading and fields to u…
johndavedecano Jan 5, 2025
7efc0a4
refactor: change title to constant and update loading and fields to u…
johndavedecano Jan 5, 2025
8dc83bf
fix: close textarea tag in new cycle form for proper rendering
johndavedecano Jan 5, 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
2 changes: 2 additions & 0 deletions resources/apps/admin/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{
}
Binary file added resources/apps/admin/bun.lockb
Binary file not shown.
Loading