peaklabs-dev
f98ea575a5
chore(ui): update inertia v3 layout props syntax
2026-03-23 20:42:09 +01:00
peaklabs-dev
885e454fa8
fix(types): inertia type declaration and shared props typing
...
- when there is no import or export statement on a .d.ts file TS treats it as a "script" instead of a "module“. In a "script", declare module "X" is an ambient module declaration that replaces the module. Adding any import or empty export makes the file a module, which changes declare module "X" to a module augmentation that merges with the real module. Read more: https://www.typescriptlang.org/docs/handbook/modules/reference.html#ambient-modules
2026-03-14 00:35:46 +01:00
peaklabs-dev
6f9866a855
refactor(types): move and rename inertia type declaration
2026-03-14 00:35:46 +01:00
peaklabs-dev
a93b2beccd
chore(ui): use layout on dashboard page
2026-03-14 00:35:46 +01:00
peaklabs-dev
0d6b1858db
chore(ui): add persistent layout with page title
2026-03-14 00:35:46 +01:00
peaklabs-dev
e4f58f280c
chore(setup): simplify inertia app entry point
2026-03-14 00:35:46 +01:00
peaklabs-dev
1f160fca43
style: format codebase
2026-03-13 23:13:55 +01:00
peaklabs-dev
164c3ce9ad
chore(ui): set dashboard page title and description
2026-03-04 21:19:56 +01:00
peaklabs-dev
619cefd426
chore(setup): enable inertia v3 options
2026-03-04 21:19:56 +01:00
peaklabs-dev
89a8b3cc89
chore(ui): add empty dashboard page
2026-03-04 21:19:56 +01:00
peaklabs-dev
053628e2bf
chore(ui): add inertia app entry point
2026-03-04 20:36:45 +01:00
peaklabs-dev
612219efa9
chore(setup): add global inertia type declarations
2026-03-04 17:29:28 +01:00
peaklabs-dev
3cb36b0c41
chore(setup): create core skeleton
2025-11-30 16:50:04 +01:00
Andras Bacsai
43ff38d914
feat(terminal): dispatch focus event for terminal after connection and enhance focus handling in JavaScript
2025-07-18 22:39:42 +02:00
Andras Bacsai
f7daddce58
refactor(ui): terminal
2025-06-17 09:28:07 +02:00
Andras Bacsai
6e85419adb
feat(terminal): implement resize handling with ResizeObserver for improved terminal responsiveness
2025-06-06 22:05:16 +02:00
Andras Bacsai
ba970d909c
feat(terminal-connection): enhance terminal connection handling with auto-connect feature and improved status messaging
2025-06-06 21:15:50 +02:00
Andras Bacsai
05a03c44d3
refactor(terminal): enhance terminal connection management and error handling, including improved reconnection logic and cleanup procedures
2025-05-29 14:36:13 +02:00
0x4e32 and GitHub
c728e6f2ba
feat(ui): Upgrade to Tailwind v4 ( #5710 )
2025-05-14 12:43:23 +02:00
Andras Bacsai
54db7523d5
refactor(app): remove unused MagicBar component and related code
2025-03-17 15:15:53 +01:00
Andras Bacsai
f2063939d4
fix: websocket connections autoreconnect
2024-11-25 12:55:21 +01:00
peaklabs-dev
97f868a285
Delete bootstrap.js
2024-11-12 15:29:59 +01:00
Luan Estradioto
764a24ba30
fix ctrl v terminal
2024-10-09 11:44:29 -03:00
Andras Bacsai
ceccd093d2
refactor: Improve socket reconnection interval in terminal.js
2024-10-02 21:24:05 +02:00
Andras Bacsai
e03e4f2e91
refactor: Improve SSH command generation in Terminal.php and terminal-server.js
2024-10-02 15:16:55 +02:00
Luan Estradioto
2c38af1df0
- fixes: no more exit fallback to server
2024-10-01 01:42:09 -03:00
Luan Estradioto
6bd8583eab
- resize check to int
...
- modularize, tree-shake terminal, idempotency on navigations
2024-09-25 22:14:05 -03:00
Andras Bacsai
dcf91cc034
Update WebSocket URL in terminal.blade.php to include /ws for consistency with the server configuration.
2024-09-13 16:58:16 +02:00
Andras Bacsai
51c43e7457
chore: Rename Command Center to Terminal in code and views
2024-09-13 15:18:00 +02:00
Luan Estradioto
c2ea8996ee
feat: fully functional terminal for command center
2024-08-15 11:17:18 -03:00
Andras Bacsai
f33fdb3bfd
Refactor code and comment out unused imports and code blocks
2024-04-03 14:32:23 +02:00
Andras Bacsai
37333f7fbe
fix: two factor
2024-03-25 14:23:32 +01:00
Andras Bacsai
a66090b594
ui + package updates
2024-03-25 10:41:44 +01:00
Andras Bacsai
b418a78e2e
ui ui ui (pig)
2024-03-24 16:00:25 +01:00
Andras Bacsai
91950e1891
ui: redesign
2024-03-19 15:37:16 +01:00
Andras Bacsai
6cb3df9350
rename boarding to onboarding
2024-03-13 12:11:37 +01:00
Andras Bacsai
7a7157c155
fix: deployment queue
...
fix: cancel deployment
ui: changed to simpler toaster
2024-01-25 11:57:47 +01:00
Andras Bacsai
238337fecb
Add new shared variable and update variable usage
2024-01-23 20:26:45 +01:00
Andras Bacsai
718603e37e
wip: migrate to livewire 3
2023-12-07 19:06:32 +01:00
Andras Bacsai
6ccafacc87
very important commit
2023-12-06 17:02:27 +01:00
Andras Bacsai
31251ef6cb
nothing to see here
2023-12-06 16:38:46 +01:00
Andras Bacsai
e9365aa09b
update js
2023-12-06 16:34:34 +01:00
Andras Bacsai
ceedd5225f
modal fix?
2023-12-06 15:50:13 +01:00
Andras Bacsai
b106705c8d
wip
2023-12-05 14:18:44 +01:00
Andras Bacsai
41280aa780
wip
2023-12-05 12:13:57 +01:00
Andras Bacsai
3a987c8a6e
wip
2023-12-05 11:47:40 +01:00
Andras Bacsai
ce49f26c53
wip
2023-12-05 11:17:52 +01:00
Andras Bacsai
810b55163c
revert: wip
2023-12-04 21:37:30 +01:00
Andras Bacsai
ac13ba0957
wip
2023-12-04 21:13:46 +01:00
Andras Bacsai
42ee4ca032
wip: broadcast
2023-12-04 20:47:32 +01:00