Pujit Mehrotra
79b39fb49b
add docker feature flag to .env.production
2025-11-17 15:14:31 -05:00
Pujit Mehrotra
13f4a6aaa2
feat: server-side container ip
2025-11-17 15:14:31 -05:00
Pujit Mehrotra
d50ba35e24
chore: ignore build output in lint & fix
2025-11-17 15:14:31 -05:00
Pujit Mehrotra
678da62b1b
fix: revert color in main css
2025-11-17 15:14:31 -05:00
Pujit Mehrotra
80556bd9d8
fix: checkbox alignment
2025-11-17 15:14:31 -05:00
Pujit Mehrotra
9a31aea813
fix: container sizes modla overlay
2025-11-17 15:14:31 -05:00
Pujit Mehrotra
57a5de7783
feat: container sizes
2025-11-17 15:14:31 -05:00
Pujit Mehrotra
1ff22e546a
feat: bulk container updates
2025-11-17 15:14:31 -05:00
Pujit Mehrotra
92852466e8
fix: container update logic
2025-11-17 15:14:31 -05:00
Pujit Mehrotra
6c048bf550
feat: container update actions
2025-11-17 15:14:31 -05:00
Pujit Mehrotra
217b28c11b
chore(api): add dev/notifications to gitignore
2025-11-17 15:14:31 -05:00
Pujit Mehrotra
4edd243674
feat: add ENABLE_NEXT_DOCKER_RELEASE=true to staging environment
2025-11-17 15:14:31 -05:00
Pujit Mehrotra
1033e76576
fix: add background style reset, apply to button:hover as well
2025-11-17 15:14:31 -05:00
Pujit Mehrotra
cbbb45e05f
feat: bulk toggle auto-start
2025-11-17 15:14:29 -05:00
Pujit Mehrotra
73daa881e1
feat: container start & stop order
2025-11-17 15:14:15 -05:00
Pujit Mehrotra
1258e7e353
refactor: optimistic column toggle
2025-11-17 15:14:15 -05:00
Pujit Mehrotra
4abbcfc194
fix: optimistic column toggle update
2025-11-17 15:14:15 -05:00
Pujit Mehrotra
687d0bd110
add a flag to opt out of version check in super.shouldApply in file mods
2025-11-17 15:14:15 -05:00
Pujit Mehrotra
54b928e06b
fix: circular dependency in docker service
2025-11-17 15:14:15 -05:00
Pujit Mehrotra
7aa119c167
fix: add feature flag to containers file mod
2025-11-17 15:14:15 -05:00
Pujit Mehrotra
9c96c02697
feat: save column visibility preferences across visits
2025-11-17 15:14:15 -05:00
Pujit Mehrotra
994b252e17
fix: move update to a badge + popover
2025-11-17 15:14:15 -05:00
Pujit Mehrotra
7120c197c5
fix: column visibility toggle
2025-11-17 15:14:15 -05:00
Pujit Mehrotra
b04ba4498e
feat: implement manage settings action
2025-11-17 15:14:15 -05:00
Pujit Mehrotra
b9c99ba74e
feat: navigate to container update page
2025-11-17 15:14:15 -05:00
Pujit Mehrotra
0cbaec694a
feat: file modification for replacing docker overview table
2025-11-17 15:14:15 -05:00
Pujit Mehrotra
15509ca342
flatten css scopes
2025-11-17 15:14:15 -05:00
Pujit Mehrotra
96053ede6e
add docker constants
2025-11-17 15:14:15 -05:00
Pujit Mehrotra
4b680e94ee
Revert "fix: css"
...
This reverts commit 234c2e2c6518e39f5dcceec1c97400c69dc53140.
2025-11-17 15:14:15 -05:00
Pujit Mehrotra
fd57e789db
fix: css
2025-11-17 15:14:15 -05:00
Pujit Mehrotra
cb4382ebbe
fix api tests
2025-11-17 15:14:15 -05:00
Pujit Mehrotra
58c16f9cea
fix: notifications type check
2025-11-17 15:14:14 -05:00
Pujit Mehrotra
7f57489996
fix: nuxt ui portal styling
2025-11-17 15:14:14 -05:00
Pujit Mehrotra
c2f1cd9489
tmp: critical notifications system
2025-11-17 15:14:14 -05:00
Pujit Mehrotra
1e9a275ad0
feat: notifyIfUnique service method
2025-11-17 15:14:14 -05:00
Pujit Mehrotra
31dd8dd5d4
feat: critical notifications
2025-11-17 15:14:14 -05:00
Pujit Mehrotra
0224ba578e
feat: filtering & bulk actions in compact mode
2025-11-17 15:14:14 -05:00
Pujit Mehrotra
bacee666f1
fix: context menu
2025-11-17 15:14:14 -05:00
Pujit Mehrotra
946f51eb01
fix: search filtering
2025-11-17 15:14:14 -05:00
Pujit Mehrotra
d156aa13f1
chore: fix formatting
2025-11-17 15:14:14 -05:00
Pujit Mehrotra
abc7fc50cb
fix: container state badge
2025-11-17 15:14:14 -05:00
Pujit Mehrotra
fbefaa115e
feat: icon support
2025-11-17 15:12:39 -05:00
Pujit Mehrotra
4e04548b79
map containers to their template files
2025-11-17 15:12:39 -05:00
Pujit Mehrotra
ae213e9ebd
fix: rm extra Root layer in table
2025-11-17 15:12:39 -05:00
Pujit Mehrotra
1d59e54f94
refactor!: rm intermediate tree resolution of organizers
...
BREAKING CHANGE: ResolvedOrganizerView -> root is replaced by rootId +
flatEntries.
`root` resolved a tree representation of an organizer, but this required
clients to defined and use their own tree operations, thus increasing
client complexity.
Instead, `flatEntries` is more suitable for client operations and only
requires an initial mapping step on the client for efficiency.
2025-11-17 15:12:39 -05:00
Pujit Mehrotra
fd802ea2d8
refactor: simplify organizer operations
2025-11-17 15:12:39 -05:00
Pujit Mehrotra
11ee93cae0
refactor: extract composables
2025-11-17 15:12:39 -05:00
Pujit Mehrotra
9e3d7e865d
track active container in query param
2025-11-17 15:12:39 -05:00
Pujit Mehrotra
ca2579216f
click overview row to open details
2025-11-17 15:12:39 -05:00
Pujit Mehrotra
855e4656ec
add bottom padding to container to make it easier to drag items to bottom in sidebar
2025-11-17 15:12:39 -05:00