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
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
1fe46e605a
feat: syncs settings to disk for authenticated users ( #2445 )
2023-10-27 12:53:42 -07:00
Amir Raminfar
be11c32139
feat: adds forward-proxy ( #2442 )
2023-10-23 15:31:39 -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
072a6c09bb
feat: finds same name containers and shows option redirect to new containers ( #2390 )
2023-09-24 15:22:27 -07:00
Amir Raminfar
538a1e5dcd
fix: fixes padding for settings page
2023-09-23 13:29:47 -07:00
Amir Raminfar
9e30045e6f
fix: Improves UI with padding and color improvements
2023-09-23 13:16:40 -07:00
Amir Raminfar
9e98640731
chore: css clean up
2023-09-22 12:46:28 -07:00
Amir Raminfar
fa47512771
fix: fixes broken links on settings page
2023-09-22 12:35:44 -07:00
Amir Raminfar
e2bb23b2ed
fix: adds style for links in settings page
2023-09-22 11:37:14 -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
Amir Raminfar
a79495cdfc
chore: code clean up
2023-08-25 10:06:47 -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
7ea82ee2fd
fix: adds keyboard short component to settings page ( #2353 )
2023-08-18 10:32:58 -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
5f92e84d9d
feat: adds support for different std out and err streams ( #2229 )
...
* feat: adds support for different std out and err streams
* feat: adds std to json
* fixes tests
* fixes deprecated code
* fixes download
* adds defineEmit as an option
* chore: updates modules
* adds ui elements
* fixes tests
* updates languages
2023-05-31 15:19:40 -07:00
Amir Raminfar
f0424e1e94
feat: shows error message when container is not found ( #2213 )
2023-05-23 12:11:54 -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
551fb1579d
chore: removes semver in favor of localeCompare ( #2141 )
...
* chore: removes semver in favor of localeCompare
* chore: removes v
2023-04-21 13:52:38 -07:00
Amir Raminfar
9c9f247e0c
cleans up typescript errors
2023-03-29 09:38:02 -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
4fb012c0e4
Merge branch 'amir20:master' into responsible
2022-11-03 22:48:44 +03: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
54c08cf79b
Removes duplicate case sensistive files ( #1939 )
2022-11-03 09:41:59 -07: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
70d72060d9
Cleans up define props with typescript and cleans up css ( #1879 )
...
* Tries to clean up defineprops
* Cleans up define props for all components
2022-09-14 12:00:36 -07:00
Amir Raminfar
4d03a36940
Adds layouts ( #1871 )
2022-09-09 14:17:58 -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
Amir Raminfar
57008b9c94
Adds a loaders for left menu ( #1750 )
...
* Adds a loader
* Adds a loader and cleans up home page
* Fixes missing var
2022-05-16 09:45:54 -07:00