Andras Bacsai
2793bc5cdb
fix(ui): improve mobile terminal controls and target filtering
2026-08-12 16:39:13 +02:00
Andras Bacsai
3f47d41880
feat(ui): improve terminal mobile UX and server status feedback
...
Add keyboard-aware terminal controls, refine terminal layouts and navigation, surface proxy and Sentinel health warnings, and make avatar uploads update only after successful persistence.
2026-08-11 09:33:11 +02:00
Andras Bacsai
8ae9c03209
feat(terminal): lazy-load targets and polish theme UI
...
Defer container loading with wire:init and a containersLoaded gate,
add autoStart/starting session state, extract a shared theme selector,
and restyle terminal headers, pickers, and fullscreen chrome. Cover the
new packaging and header behavior in feature tests.
2026-08-07 14:14:26 +02:00
Andras Bacsai
5de6f97256
feat(ui): unify resource nav sidebars and polish project layouts
...
Extract application/database/service configuration sidebars and
unified headings; improve clone-to-environment, embedded deployments,
storage actions, OAuth icons, terminal, and shared form components.
2026-08-05 17:56:59 +02:00
8ae56587d5
feat(ui): Shadow UI redesign, domain management, and DNS autoconfigure ( #11119 )
...
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com >
2026-08-03 23:11:54 +02:00
Andras Bacsai
a8db2864f3
Merge remote-tracking branch 'origin/next' into mobile-terminal-toolbar-controls
2026-06-01 10:15:23 +02:00
Andras Bacsai
ec367549b4
feat(terminal): add mobile shell controls
...
Add a compact mobile toolbar for fullscreen terminal control keys and adjust terminal sizing so the toolbar does not cover rows.
2026-06-01 10:13:56 +02:00
Andras Bacsai
53f24df0a0
fix(terminal): enforce eight hour session expiry
...
Add a visible countdown in the terminal UI and terminate realtime PTY
sessions after the fixed maximum lifetime.
2026-06-01 09:45:56 +02:00
Andras Bacsai
b46d8e2601
fix(terminal): keep sessions alive without hard timeouts
2026-05-31 21:52:46 +02:00
Andras Bacsai
d3059d5514
fix(terminal): update text color for terminal availability message and improve readability
2025-08-12 10:07:11 +02:00
Andras Bacsai
2a419ab8da
Refactor terminal view: streamline HTML structure and improve readability by removing unnecessary conditional blocks
2025-06-14 12:42:20 +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
618a7d459c
refactor(logs): enhance container loading logic and improve UI for logs display across various resource types
2025-06-05 13:24:26 +02:00
0x4e32 and GitHub
c728e6f2ba
feat(ui): Upgrade to Tailwind v4 ( #5710 )
2025-05-14 12:43:23 +02:00
peaklabs-dev
09d64d4bf6
feat(terminal): show terminal unavailable if the container does not have a shell on the global terminal UI
2025-01-23 11:51:01 +01:00
peaklabs-dev
31992f4d02
fix(ui):show error on terminal if container has no shell (bash/sh)
2025-01-21 18:36:38 +01:00
Andras Bacsai
7a8f66b2ec
fix: logs icons everywhere + terminal
2025-01-16 12:40:37 +01:00
peaklabs-dev
1ffa88acf0
use config instead of env()
2024-11-12 15:53:05 +01: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
40e844fab4
refactor: Remove unnecessary console.log statements in terminal.blade.php
2024-09-18 12:54:31 +02:00
Andras Bacsai
2e56edd939
refactor: Update WebSocket connection initialization in terminal.blade.php
2024-09-18 09:51:20 +02:00
Andras Bacsai
8179a5c6a3
feat: custom terminal host
2024-09-18 09:43:47 +02:00
Andras Bacsai
5ecf31d1fc
refactor: Remove unnecessary code in Terminal.blade.php
2024-09-17 17:20:03 +02:00
Andras Bacsai
595a2414b1
fix: if you exit a container manually, it should close the underlying tty as well
2024-09-17 16:48:58 +02:00
Andras Bacsai
d92819ab60
fix: Handle WebSocket connection close in terminal.blade.php
2024-09-17 11:30:46 +02:00
Andras Bacsai
e1a6c3e776
chore: Refactor terminal component and select form layout
2024-09-16 11:25:20 +02:00
Andras Bacsai
08e4afbbc4
fix: keep-alive ws connections
2024-09-16 10:20:57 +02: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
2f692da1c9
chore: Update WebSocket URL in terminal.blade.php
2024-09-13 13:16:14 +02:00
Andras Bacsai
ecd98bfcd5
chore: Update APP_NAME environment variable in docker-compose.prod.yml
2024-09-13 13:13:23 +02:00
Andras Bacsai
e48ad87cdb
chore: Update terminal styling for better readability
2024-09-13 12:19:13 +02:00
Luan Estradioto
35dfb1b0f8
fix: grouped process and docker execs are killed with ssh process
...
fix: run clear command only if exists
fix: link terminal js on dev compose better dx
fix: add error on terminal ux
2024-09-12 01:58:56 -03:00
Andras Bacsai
117fbeb07c
fixes for terminal
2024-09-11 12:19:27 +02:00
Luan Estradioto
548fc21e40
added ws authentication
2024-08-15 11:17:18 -03:00
Luan Estradioto
c2ea8996ee
feat: fully functional terminal for command center
2024-08-15 11:17:18 -03:00