Skip to content

Conversation

@KroZen-Dev
Copy link

@KroZen-Dev KroZen-Dev commented Jan 11, 2026

This pull request makes adjustments to improve user experience and functionality:

  • Product Sorting Change: Minor adjustment to the sorting of products when retrieving upgrade options in the ServerController. Products are now ordered by ascending price instead of creation date, which should improve the relevance of upgrade suggestions for users.
  • Changed product sorting in getUpgradeOptions from created_at to ascending price to prioritize cheaper upgrade options. (app/Http/Controllers/ServerController.php)
  • Password Field Autocomplete Fix: Added autocomplete="new-password" attribute to the "New Password" field in the admin user edit form to prevent browsers from auto-filling the field with the user's login password, enhancing security and usability.
  • Prevents unintended password auto-substitution when admins edit user profiles. (themes/default/views/admin/users/edit.blade.php)

These changes are backward-compatible and do not affect existing functionality.

@KroZen-Dev
Copy link
Author

image image

@KroZen-Dev KroZen-Dev changed the title Change product change list from "created at" to price Sort products by price and fix password autocomplete Jan 12, 2026
@MrWeez MrWeez requested review from 1day2die and Ferks-FK January 13, 2026 10:46
@MrWeez MrWeez added the Low Priority Can wait, not urgent. Handle when possible label Jan 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Low Priority Can wait, not urgent. Handle when possible

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants