Skip to content

Conversation

@Paulopk0
Copy link
Member

Description:
This PR implements several improvements to the platform listing management, including UI enhancements for better usability (Checkboxes, Selects), new "Save & Close" functionality, and critical fixes for data persistence in the update.php logic.

Changelog:
fix(index.php): Fixed Country Flags rendering by changing country codes to lowercase in countries.json (Needs testing).

  • feat(edit.php, update.php): Implemented "Save" and "Save and Close" functionality.
  • Save: Updates the record and remains on the edit page.
  • Save and Close: Updates the record and redirects to index.php.
  • feat(edit.php): Refactored Desktop, Mobile, and Listed fields from Radio Buttons to Checkboxes for better UX.
  • feat(edit.php): Changed Access field input to a ComboBox (Select dropdown).
  • feat(index.php): Improved UX/UI for status icons.
  • Desktop/Mobile: Displays as Green (Active) or Gray (Inactive).
  • fix(edit.php, update.php): Refactored the status logic and data posting for Rank, Fully Diluted Market Cap (FDMC), Circulating Supply, and Max Supply.
  • Fixed case sensitivity issues in update.php.
    Standardized validation logic (Okay/Wrong/Unavailable).

Visual:
image

image image image

- Desktop/Mobile: Displays as Green (Active), Red(Inactive) Gray (Not actived).
- Implemented "Save" (stay on page) and "Save and Close" (redirect) functionality.
- Refactored Desktop, Mobile, and Listed fields from Radio Buttons to Checkboxes.
- Changed Access field input to a ComboBox (Select dropdown).
- Fixed case sensitivity issues in update.php affecting Rank, FDMC, and Supplies.
- Standardized validation logic and data posting (Okay/Wrong/Unavailable).
@Paulopk0 Paulopk0 marked this pull request as ready for review January 30, 2026 16:22
@Paulopk0 Paulopk0 requested a review from uarloque January 30, 2026 16:22
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.

2 participants