Skip to content

Incremental Upgrade #22

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

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
d38b8d6
chore: upgrade to inertia version 2
kresnasatya Jul 28, 2025
14fe47a
chore: upgrade to tailwind version 4
kresnasatya Jul 29, 2025
0be5147
chore: upgrade to svelte version 5 along with vite version 7
kresnasatya Jul 29, 2025
7243824
fix: put preventDefault() inside function as svelte 5 change behavior…
kresnasatya Jul 29, 2025
52fbd83
fix: use $props rune in TextInput component
kresnasatya Jul 29, 2025
ed4ed18
fix: use $props run in LoadingButton component
kresnasatya Jul 29, 2025
7764927
fix: use $props in SelectInput component
kresnasatya Jul 29, 2025
e5c6a96
fix: tweak Dropdown and SearchFilter components using runes
kresnasatya Jul 29, 2025
75029d9
fix: use html attribute directive
kresnasatya Jul 29, 2025
9bf4cc0
chore: fix package-lock.json
kresnasatya Jul 29, 2025
97fc4da
chore: remove v-if directive
kresnasatya Jul 29, 2025
be5cf53
chore: remove TextareaInput component
kresnasatya Jul 29, 2025
f236565
fix: improve import Layout component
kresnasatya Jul 29, 2025
d2bd1a1
fix: correct annotation import Layout
kresnasatya Jul 29, 2025
0f13e86
fix: use $props rune in FileInput component
kresnasatya Jul 29, 2025
124dd00
fix: replace run (svelte/legacy) into $effect rune
kresnasatya Jul 29, 2025
e8cabf5
fix: tweak Dropdown component
kresnasatya Jul 29, 2025
49b4fd3
feat: add server side rendering script
kresnasatya Jul 29, 2025
e5951be
chore: replace lodash with es-toolkit
kresnasatya Jul 29, 2025
5bf5a8c
chore: remove js and css from public folder
kresnasatya Jul 29, 2025
3436fef
chore: update dev dependencies
kresnasatya Jul 29, 2025
01f45cc
docs: remove lowercase readme.md
kresnasatya Jul 29, 2025
426d05c
docs: put the uppercase README.md
kresnasatya Jul 29, 2025
be45f53
chore: tweak Dropdown by using @floating-ui/dom instead of popper
kresnasatya Jul 30, 2025
60855d5
fix: add shouldPick parameter in pickBy function to make search work
kresnasatya Jul 30, 2025
43f0ddc
fix: tweak Dropdown component in order to make dropdown repositioning…
kresnasatya Jul 30, 2025
df490f4
fix: tweak Dropdown component by add z-index in backdrop and dropdown
kresnasatya Jul 30, 2025
ef5fe7d
fix: add aria-label in order to supress svelte warning
kresnasatya Jul 30, 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
21 changes: 0 additions & 21 deletions .eslintrc.cjs

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"ext-gd": "*",
"fakerphp/faker": "^1.23",
"guzzlehttp/guzzle": "^7.2",
"inertiajs/inertia-laravel": "^1.0",
"inertiajs/inertia-laravel": "^2.0",
"laravel/framework": "^11.1",
"laravel/sanctum": "^4.0",
"laravel/tinker": "^2.9",
Expand Down
Loading