fix(style): clean up sidebar related style issue #1106
Merged
+322
−315
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes various formatting and layout adjustments across multiple components to improve consistency and readability. The most important changes are grouped by theme below.
Formatting Adjustments:
apps/dokploy/components/dashboard/docker/show/show-containers.tsx
: Updated the formatting of state initialization and method calls inShowContainers
component. [1] [2] [3]Layout Adjustments:
apps/dokploy/components/dashboard/docker/show/show-containers.tsx
: Modified theCard
component layout to remove unnecessarymax-w-8xl
class.apps/dokploy/components/dashboard/file-system/show-traefik-system.tsx
: Updated theCard
component layout to remove unnecessarymax-w-8xl
class.apps/dokploy/components/dashboard/monitoring/web-server/show.tsx
: Simplified thediv
layout inShowMonitoring
component.apps/dokploy/components/dashboard/swarm/monitoring-card.tsx
: Adjusted the grid layout and removed unnecessarymax-w-8xl
class inSwarmMonitorCard
component. [1] [2]apps/dokploy/pages/dashboard/settings/profile.tsx
: Removed unnecessary padding from thediv
layout in thePage
component.apps/dokploy/pages/dashboard/settings/server.tsx
: Removed unnecessary padding from thediv
layout in thePage
component.Additional Changes:
apps/dokploy/components/layouts/side.tsx
: Added new icons and updated the title for the "File System" menu item. Also added a new "Support" menu item with a link to Discord. [1] [2] [3]