Amir Raminfar
eafd2f144f
fix: improves performance for fuzzy search dialog ( #2656 )
2024-01-05 12:47:07 -08:00
Amir Raminfar
1835404376
chore: cleans up snapshot
2023-12-29 19:16:13 -08:00
Amir Raminfar
0ab9c730c7
feat!: strips all ansi colors and disables showing any colors ( #2626 )
2023-12-28 07:27:52 -08:00
Akash Ramaswamy
7a0fc84842
fix: copy log ansi character parsing and html decode ( #2621 )
2023-12-23 06:48:22 -08:00
Amir Raminfar
a8c9237c72
fix: improves padding for mobile ( #2616 )
2023-12-20 22:42:30 +00:00
Amir Raminfar
3a214590be
chore: uses size-x instead of w-x h-x ( #2615 )
2023-12-20 11:56:48 -08:00
Amir Raminfar
f332b5c9b5
chore: updates icons
2023-12-15 10:12:24 -08:00
Akash Ramaswamy
d776777b7e
feat: Moves Jump-To-Context right ( #2584 )
2023-12-10 13:13:29 -08:00
Akash Ramaswamy
5d883c0825
fix: actions on log UI issues ( #2580 )
2023-12-09 14:02:24 -08:00
Akash Ramaswamy
e6fa8ced58
feat: actions on log messages ( #2572 )
2023-12-09 05:56:51 -08:00
Amir Raminfar
185538b794
test: fixes test snapshot and updates vitest ( #2569 )
2023-12-05 23:00:29 +00:00
Amir Raminfar
fd5ed091d5
fix: moves favorite star to the left and healthcheck to the right of container name ( #2555 )
2023-12-01 06:31:26 -08:00
Akash Ramaswamy
f78534f529
feat: can start and stop containers now using the drop down. This feature is not enabled by default. ( #2548 )
2023-11-30 14:04:22 -08:00
Amir Raminfar
1fa44cc920
chore: updates modules ( #2544 )
2023-11-28 15:53:31 -08:00
Amir Raminfar
60650ddc2c
feat: syncs all profile localStorage to disk ( #2537 )
2023-11-27 15:57:54 -08:00
Amir Raminfar
9bc5496b0e
fix: imroves margin left on title bar ( #2542 )
2023-11-26 19:41:11 -08:00
Amir Raminfar
ae72e3f4a6
chore: updates icons ( #2540 )
2023-11-26 16:55:26 -08:00
Amir Raminfar
2ed41282a5
fix: uses a single key in localStorage to save all visible JSON keys. ( #2530 )
2023-11-23 18:37:00 -08:00
Amir Raminfar
f83b5c948e
fix: converts HSL colors OKLCH with DaisyUI v4 ( #2497 )
2023-11-13 14:00:35 -08:00
Amir Raminfar
9fa4911aec
feat: list of releases can now be seen at the top ( #2480 )
2023-11-10 19:45:47 +00:00
Amir Raminfar
1fe46e605a
feat: syncs settings to disk for authenticated users ( #2445 )
2023-10-27 12:53:42 -07:00
Amir Raminfar
11a972b048
fix: fixes broken icons ( #2438 )
2023-10-21 09:36:11 -07:00
Amir Raminfar
4f748bf9e1
fix: fixes swallowed error when bad headers are found and fixing #2416 ( #2423 )
...
* fix: fixes swallowed error when bad headers are found and fixing #2416
* minor clean up
* fixes broken on first connect
* fixes on reconnect
2023-10-16 03:35:10 +00:00
Amir Raminfar
f1dad96b86
fix: clears logs when an exception is thrown in logs events source ( #2406 )
...
* feat: adds more logging for eventsource
* feat: removes error from event streams
* removes unused code
* adds errors back
* moves logs to debug
* removes lastEventId
* fixes tests
2023-10-03 16:58:46 +00:00
Amir Raminfar
666ad7ba05
fix: fixes negative CPU values when container stops
2023-09-28 09:46:45 -07:00
Amir Raminfar
58edb4f602
feat: adds automatic redirect when a new container is found ( #2396 )
...
* feat: implements a toast for alerting errors and other useful information
* removes unused code
* feat: adds automatic redirect when a new container is found
* complete the flow with alerts and settings page
* adds more langs and option for once
* removes files
2023-09-27 16:00:44 -07:00
Amir Raminfar
40d02d993b
chore: code clean up
2023-09-25 11:37:07 -07:00
Amir Raminfar
a051245805
fix: UI improvements to colors
2023-09-25 09:54:16 -07:00
Amir Raminfar
66738313c8
fix: improves styles for redirect alert
2023-09-25 09:44:48 -07:00
Amir Raminfar
072a6c09bb
feat: finds same name containers and shows option redirect to new containers ( #2390 )
2023-09-24 15:22:27 -07:00
Amir Raminfar
ad461c9dbc
chore: fixes tests
2023-09-23 13:06:01 -07:00
Amir Raminfar
907360a334
chore: fixes tests
2023-09-22 13:17:33 -07:00
Amir Raminfar
3c4442a8dc
feat: alt+enter in search opens a new pane
2023-09-22 13:15:22 -07:00
Amir Raminfar
e31e3138fb
chore: creates a container context ( #2388 )
...
* chore: creates a container context
* fixes tests
* fixes tests
2023-09-22 12:24:05 -07:00
Amir Raminfar
60beb85bb1
fix: improves colors in light mode
2023-09-22 11:30:38 -07:00
Amir Raminfar
9f3a256334
feat!: refactors UI using faster components and clean up visually ( #2381 )
...
* feat: moves to tailwindcss and better component library
* update styles
* creates toggle component
* adds drop down component
* cleans up components
* removes unused components
* uses tailwind for scroll view
* removes table component
* improves animation
* cleans up more styles
* uses more tailwind
* cleans up more styles with flex
* more styles
* removes bulma
* adds colors
* updates modules
* fixes bugs
* stops importing styles.scss
* more clean up
* cleans up headers
* cleans up title
* fixes title
* fixes mobile-hidden
* fixes shadow
* fixes colors
* add tailwindcss/nesting
* adds more colors
* fixes more colors
* updates colors
* fixes colors
* colors
* fixes menu on left
* menu and modal
* menu and modal
* fuzzy search
* fixes menu on left
* remove logs
* cleans up search
* adds host to search
* remove outline from inputs
* cleans up left search icon
* removes unused styles
* fixes docker
* removes sass!
* cleans up styles
* Fixe smobile menu
* fixes mobile menu
* fixes typecheck
* fixes seconday color
* adds drop down for container
* cleans header css
* updates css
* fixes other layouts
* updates some tests
* fixes border
* fixes home screen font
* fixes top header
* fixes tests
* fixes fieldlist
* fixes complex
* cleans up more
* removes index
* fixes tests
* fixes tests
* resolves conflicts
2023-09-22 10:59:29 -07:00
Amir Raminfar
617bf71cad
fix: fixes flicker on scroll progress bar ( #2371 )
2023-08-28 16:06:31 +00:00
Amir Raminfar
a77db667ab
fix: quick fix to improve the slash with single host
2023-08-25 14:21:20 -07:00
Amir Raminfar
34ad45c64e
feat: improves host labels and respects configurations for labels ( #2369 )
...
* feat: improves host labels and respects configurations for labels
* fixes tests
2023-08-25 13:42:00 -07:00
Amir Raminfar
512b181b48
fix: adds ellipses for titles that have swarm id ( #2368 )
2023-08-25 13:33:03 -07:00
Amir Raminfar
7ea82ee2fd
fix: adds keyboard short component to settings page ( #2353 )
2023-08-18 10:32:58 -07:00
Amir Raminfar
c51df3b4e7
feat: hides swarm id on title and animates it on hover ( #2351 )
2023-08-16 18:19:44 +00:00
Amir Raminfar
076f62bac7
feat: allows containers to be pinned ( #2350 )
...
* feat: allows containers to be pinned
* adds animation
* clean up
* updates int test
* fixes tests
2023-08-15 14:16:32 -07:00
Amir Raminfar
14edf1b404
feat: adds keyboard shortcuts visually ( #2344 )
...
* feat: adds keyboard shortcuts visually
* Adds missing file
* uses tags instead
* removes @vueuse/math
* fixes background
2023-08-11 12:53:02 -07:00
Amir Raminfar
e26a60ffa4
fix: fixes download link when searching. see #2342 ( #2343 )
2023-08-10 08:22:21 -07:00
Amir Raminfar
44e21cba83
chore: cleans up types in typescript ( #2335 )
2023-08-03 09:23:58 -07:00
Amir Raminfar
40c259b1be
feat: adds table sort to homepage ( #2330 )
...
* feat: adds table sort to homepage
* feat: adds sorting to dashboard
* fixes colors
2023-07-31 16:54:27 +00:00
Amir Raminfar
97f50d696c
fix: fixes JSON encoding when nested array is found. see #2325 ( #2327 )
2023-07-28 20:16:05 +00:00
Amir Raminfar
1b056346c0
feat: adds exponential average and a new dashboard showing all containers ( #2317 )
...
* chore: updates modules
* feat: adds support for exponential moving average
* feat: add expoentital moving avg
* adds index page
* cleans up table
* fixes typecheck
* adds bar chart
* updates dashboard to orgua table
* wip
* cleans up ui
* remove screenshot tests for playwright
* adds more tests
* fixes icon
* fixes default sort
* removes unused var
* adds vscode settings
2023-07-24 15:06:42 -07:00
Amir Raminfar
e4ef784be7
chore(format): updates js files to updates prettier
2023-07-06 08:41:04 -07:00