Skip to content

Conversation

@cesarmr-github
Copy link
Contributor

@cesarmr-github cesarmr-github commented Jan 1, 2026

Currently, several components are still using the old button (import Button from '@/components/elements/Button'). This PR aims to replace most of these buttons with the newer version, to ensure visual and functional consistency across the panel.

Files currently using the old button:

resources/scripts/components/auth/LoginContainer.tsx
resources/scripts/components/auth/ResetPasswordContainer.tsx
resources/scripts/components/auth/LoginCheckpointContainer.tsx
resources/scripts/components/auth/ForgotPasswordContainer.tsx
resources/scripts/components/elements/ScreenBlock.tsx
resources/scripts/components/elements/ConfirmationModal.tsx
resources/scripts/components/elements/Pagination.tsx
resources/scripts/components/server/features/PIDLimitModalFeature.tsx
resources/scripts/components/server/features/JavaVersionModalFeature.tsx
resources/scripts/components/server/features/SteamDiskSpaceFeature.tsx
resources/scripts/components/server/features/eula/EulaModalFeature.tsx
resources/scripts/components/server/databases/DatabaseRow.tsx
resources/scripts/components/server/databases/RotatePasswordButton.tsx
resources/scripts/components/server/databases/CreateDatabaseButton.tsx

⚠️ Note:
There are other components that still use it. If anyone wants to contribute and update the remaining buttons, I would greatly appreciate it! I may change the ones that are missing when I have more time.

For example:
new:
image
old:
image

@cesarmr-github
Copy link
Contributor Author

cesarmr-github commented Jan 1, 2026

Ignoring so many commits has caused git to stop working for me :c

@cesarmr-github cesarmr-github closed this by deleting the head repository Jan 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant