Amir Raminfar
efa95078ac
chore: upgrades to tailwind v4 and daisyUI v5 🎨 ( #3505 )
2025-01-05 21:38:36 +00:00
Amir Raminfar
cc620ad429
chore: clean up ( #3503 )
2025-01-03 17:51:05 +00:00
Amir Raminfar
74063a0c72
feat: makes improvements to mobile view ( #3244 )
2024-08-30 09:36:27 -07:00
Amir Raminfar
9ea7024c2a
feat: show version number on top right. see #3228 ( #3239 )
2024-08-29 00:39:24 +00:00
Amir Raminfar
ba0206a903
feat: supports swarm mode with stacks and services on remote hosts 🙌🏼 ( #2961 )
2024-05-23 10:17:16 -07:00
Amir Raminfar
4b3d2b3224
feat: uses expoentital average for host ( #2951 )
2024-05-12 20:24:04 +00:00
Amir Raminfar
44f68cc482
feat: Shows hosts in cards with their respective stats and updates the container table to filter by host 🥳 ( #2932 )
2024-05-10 21:35:17 +00:00
Amir Raminfar
e4e6903ef3
fix: removes toSorted() for older browsers that do not support it ( #2895 )
2024-04-14 14:06:11 -07:00
Amir Raminfar
e1d38a3582
fix: fixes stats on windows ( #2675 )
2024-01-09 13:03:30 -08:00
Amir Raminfar
6eb356aaa9
feat!: removes legacy authentication model ( #2633 )
2023-12-31 22:05:41 +00:00
Amir Raminfar
06bf8a312f
feat: displays warning for legacy auth ( #2631 )
2023-12-28 13:51:05 -08:00
Amir Raminfar
38d1f99387
fix: reduces padding on mobile ( #2476 )
2023-11-06 21:59:53 +00:00
Amir Raminfar
32de313c27
feat: supports having custom content with markdown ( #2466 )
2023-11-06 12:39:11 -08:00
Amir Raminfar
c74384d012
fix: fixes blank name for proxy mode
2023-10-31 11:15:50 -07:00
Amir Raminfar
5a068133bf
fix: fixes forward proxy bug not working ( #2460 )
2023-10-30 22:42:40 +00:00
Amir Raminfar
e85a4aefa2
feat: adds support for user.yml from disk ( #2455 )
2023-10-30 12:20:00 -07:00
Amir Raminfar
be11c32139
feat: adds forward-proxy ( #2442 )
2023-10-23 15:31:39 -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
9e30045e6f
fix: Improves UI with padding and color improvements
2023-09-23 13:16:40 -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
60ac81ff94
chore: code clean up on index
2023-08-25 10:14:37 -07:00
codeman1o1
2aaaf2ba1f
Improve page title handling ( #2365 )
...
I tried my best with the translations.
Google Translate gives me the right English translation back for each language
2023-08-25 09:58:02 -07: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
cbccc1ac4c
feat: shows running / total containers ( #2339 )
2023-08-07 09:34:08 -07:00
Amir Raminfar
44e21cba83
chore: cleans up types in typescript ( #2335 )
2023-08-03 09:23:58 -07:00
Amir Raminfar
11487003f2
fix(performance): remove table component and uses own table component to improve performance ( #2326 )
...
* fix: remove table component and uses own table component to improve performance
* adds id
2023-07-28 02:20:23 +00:00
Amir Raminfar
699181ec7c
fix: removes sorting from homepage temporary until a better fix is found ( #2323 )
...
* fix: removes sorting from homepage temporary until a better fix is found
* adds pagination and remove bar charts
2023-07-27 10:21:32 -07:00
Amir Raminfar
10de475a64
fix: adds new languages for dashboard ( #2320 )
2023-07-26 17:07:18 +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
Amir Raminfar
b2844469d6
chore(e2e): updates testing to use playwright ( #2181 )
...
* chore(e2e): updates testing to use playwright
* chore: updates workflows
* fixes spaces
* fixes space again
* fixes int test to add docker
* chore: ignore e2e tests for vite
* updates screenshots for linux
* updates screenshots again
* chore: uses docker compose for e2e
* adds PWTEST_SKIP_TEST_OUTPUT
* add ci
* updates screenshots again
* updates with css
* adds more tests
* updates tests
2023-05-22 11:33:25 -07:00
Amir Raminfar
e6efe6ff59
feat: adds on hover popup on the side menu
2023-04-27 11:07:08 -07:00
Amir Raminfar
db43f7a62d
Fixes vue-tsc errors
2023-03-29 09:27:35 -07:00
Amir Raminfar
3417ec3e99
Cleans up icons
2023-03-29 09:16:38 -07:00
Amir Raminfar
9ba1a0f76a
Adds health status by parsing the label from status ( #2099 )
...
* Adds healthcheck to status in menu
* Fixes bug with crated
* Moves colors to vars
* Updates icons
2023-03-29 08:58:12 -07:00
Amir Raminfar
0ef5c36900
Fixes #1990 by only coming list when relative fields change ( #1993 )
2022-12-18 14:38:29 -08:00
Dmitry Mazurov
2b9873e76b
Update mobile menu ( #1946 )
2022-11-08 15:09:57 -08:00
Dmitry Mazurov
54eca89c4e
Moved logout button to sidebar and fix default width sidebar. ( #1942 )
...
* Moved logout button to sidebar and fix default width sidebar.
Signed-off-by: Dmitry Mazurov <dimabzz@gmail.com >
* Fix logout url. Save collapse to localstorage.
Signed-off-by: Dmitry Mazurov <dimabzz@gmail.com >
* Clear code.
Signed-off-by: Dmitry Mazurov <dimabzz@gmail.com >
* Update logout button if collapse
Signed-off-by: Dmitry Mazurov <dimabzz@gmail.com >
* Fix dark mode for collapse button. Update toolbar. Remove localstorage.
* Fix collapse auto-import
* Remove collapse from settings
Signed-off-by: Dmitry Mazurov <dimabzz@gmail.com >
2022-11-08 11:45:11 -08:00
Dmitry Mazurov
b77448f2a9
Fix responsible list containers
...
Signed-off-by: Dmitry Mazurov <dimabzz@gmail.com >
2022-11-03 22:09:56 +03:00
Amir Raminfar
21e5f4fc56
Removes fuzzysearch and uses fuse.js ( #1888 )
...
* Removes fuzzysearch and uses fuse.js
* Fix search bug
* Adds locale
* Fixes more locale
* Fixes search to not update with stats
* Fixes sort order
2022-09-23 09:54:55 -07:00
Amir Raminfar
69c647336e
Cleans up log viewer and adds zigzag line for skipped logs ( #1885 )
...
* Cleans up log viewer and adds zigzag line for skipped logs
* Updates components
* Cleans up css
* Cleans up more css
* Fixes tests
* Fixes typing
* Fixes typescript errors
* Fixes selected color
2022-09-20 13:14:31 -07:00
Amir Raminfar
ee37d7c30e
Adds i18n support with vue-i18n ( #1870 )
...
* Adds asset changes for i18n
* Adds asset changes for i18n
* Adds vite configs
* Adds auto import and cleans up props
* Initital localzation
* Fixes dockerfile
* Fixes tests
* Updates fixutres
* Updates default lang
2022-09-08 15:40:26 -07:00
Amir Raminfar
4395bc9dc5
Cleans up main ts to modules ( #1869 )
...
* Cleans up main ts to modules
* Uses vite pages
* Updates vite-plugin-pages to prod
* Fixes title
* Fixes show
* Fixes file case
* Uses sync mode
2022-09-07 19:48:48 -07:00