peaklabs-dev
739c7e8dd1
cleanup
2025-09-12 19:13:14 +02:00
peaklabs-dev
4fc9fce5e0
feat: add useForm example
2025-09-12 19:08:45 +02:00
peaklabs-dev
0896329aba
cleanup
2025-09-12 19:08:35 +02:00
peaklabs-dev
b5effb879f
feat: improve TanStack From
...
- use onDynamic validation. Which validates onChange after the first submit.
- use zod schema
- await inertia router call
- fix state issue with svelte
2025-09-12 18:57:52 +02:00
peaklabs-dev
a8afbeff33
feat: add type to inertia router.restore
2025-09-12 18:45:34 +02:00
peaklabs-dev
764599cf35
chore: improve routes
...
- use inertia() helper
- add additional validation rule.
- simulate a delay of the server response.
2025-09-12 18:38:19 +02:00
peaklabs-dev
de634ab10f
feat: add zod schema
2025-09-12 18:34:35 +02:00
peaklabs-dev
16e0617782
chore(deps): bump packages
2025-09-12 18:33:21 +02:00
peaklabs-dev
ba530a934a
feat: add state debugging
2025-08-22 17:34:06 +02:00
peaklabs-dev
e14f1bd071
feat: add route for state test
2025-08-19 17:44:24 +02:00
🏔️ Peak and GitHub
3e8c9691b1
Merge branch 'v5.x' into v5.x-form-test
2025-08-19 17:41:57 +02:00
peaklabs-dev
66a5c4e5e9
feat(core): improve local dev until docker is ready
2025-08-19 17:40:00 +02:00
peaklabs-dev
13735e1adc
feat(core): add temporary Contributing guide
2025-08-19 17:39:31 +02:00
peaklabs-dev
4536c2c877
remove not needed comments
2025-08-19 17:09:30 +02:00
peaklabs-dev
77c68ef44f
fix: tanstack error states
2025-08-19 16:55:40 +02:00
peaklabs-dev
d8a2e1dbf3
feat: TanStack from with inertia state
2025-08-19 16:52:13 +02:00
peaklabs-dev
51bf3b350b
fix: use setErrorMap
2025-08-18 14:50:40 +02:00
peaklabs-dev
597cb5d0b0
feat: add routes
2025-08-18 00:58:42 +02:00
peaklabs-dev
644e5eac1b
feat: add vue tanstack from example
2025-08-18 00:58:05 +02:00
peaklabs-dev
b92fde7c34
feat: vue add inertia Form
2025-08-18 00:49:28 +02:00
peaklabs-dev
056517b52a
feat: svelte from with new Form component
2025-08-18 00:17:54 +02:00
peaklabs-dev
406da1e335
feat: svelte from way 3 tanstacki - conflicting!
2025-08-18 00:14:04 +02:00
peaklabs-dev
4e8b21621b
feat: svelte form way 2 tanstack
2025-08-18 00:10:35 +02:00
peaklabs-dev
152c8d7d30
feat: svelte from way 1 tanstack
2025-08-18 00:07:55 +02:00
peaklabs-dev
a9a007fbe6
feat: share flash messages
2025-08-17 23:52:09 +02:00
peaklabs-dev
0481ada5a7
feat: render svelte & vue pages with inertia
2025-08-17 22:55:50 +02:00
peaklabs-dev
68b64659f2
feat: init svelte
2025-08-17 22:55:15 +02:00
peaklabs-dev
e22b71d172
feat: install svelte & upgrade inertia
2025-08-17 22:53:31 +02:00
peaklabs-dev
c7de43f48b
feat(workflows): improve tests action
...
- add Bun Audit step
- improve naming
- wait on composer validation, bun and composer audit before running test suite
2025-06-20 22:37:22 +02:00
Andras Bacsai
52b66b4009
chore(dependencies): add Vue 3.5.13 to package.json and bun.lock
2025-05-06 12:10:07 +02:00
Andras Bacsai
a8b1c6223a
more basic stuffs, like sidebar, teamswitcher, etc.
2025-05-05 22:16:20 +02:00
Andras Bacsai
50c329ada5
feat(ui): Enhance sidebar component and layout structure with new AppSidebar and Layout.vue files
2025-05-05 11:23:49 +02:00
Andras Bacsai
48a7f72890
feat(ui): Add all shadcn components
2025-05-05 10:48:04 +02:00
Andras Bacsai
9bcb8dc739
feat(ui): Add shadcn-vue and all related things
2025-05-05 10:34:55 +02:00
Andras Bacsai
bfba95c499
feat(inertia): integrate Inertia.js with Laravel, add Vue support and create initial Home page
2025-05-05 10:15:47 +02:00
Andras Bacsai
444214dbd0
feat(migrations): add cache and sessions tables with necessary fields
2025-05-05 10:05:10 +02:00
peaklabs-dev
d45a2fcf37
refactor(git): new .gitignore file
2025-04-30 17:36:03 +02:00
peaklabs-dev
117012bd17
refactor(core): new v5 changelog
2025-04-30 16:42:16 +02:00
peaklabs-dev
d41e700c3f
refactor(core): encrypt session and expire them on close
2025-04-30 16:32:29 +02:00
peaklabs-dev
bbccafdb12
chore(workflows): update cache key naming
2025-04-30 16:28:33 +02:00
peaklabs-dev
b7d7e49b46
chore(core): rename composer scripts for clarity
2025-04-30 16:19:39 +02:00
peaklabs-dev
f284a8f2b9
feat(workflows): Add new test Action which runs all tests
2025-04-30 16:17:39 +02:00
peaklabs-dev
580e4ab987
refactor(workflows): Add optimized stale and lock actions
2025-04-30 16:16:50 +02:00
peaklabs-dev
6b649e96c4
chore(core): add missing config value & wording update
2025-04-29 13:39:48 +02:00
peaklabs-dev
4e52b86d6d
feat(GitHub): Add new Issue Templates
2025-04-29 13:01:49 +02:00
peaklabs-dev
8784605e14
refactor(core): storage framework gitignore file
2025-04-24 10:29:33 +02:00
peaklabs-dev
f6e6149f68
feat(core): new cleaned up .env files
2025-04-24 10:28:13 +02:00
peaklabs-dev
041aaed8da
chore(docker): adjust dockerignore for more editor files
2025-04-23 22:08:50 +02:00
peaklabs-dev
e798359f1f
feat(docker): new strict dockerignore file
2025-04-23 15:54:45 +02:00
peaklabs-dev
ae4ce2ba65
fix(types): make types more strict in config files
2025-04-22 22:17:34 +02:00