What this page shows
This page is the main working grid for casino collections. Operators use it to find a collection, check whether it is active, see how many valid games are assigned to it, open maintenance flows, and delete or toggle individual collection rows.
The top cards are orientation cards for the currently loaded list query. Total Collections comes from the server pagination count. Active Collections counts active rows in the currently loaded page slice. Total Games sums the Games values in the currently loaded page slice.
How to read the grid
IDis the internal collection id.Nameshows the English collection title, the stored image when available, and the current order value underneath.Order IDis the stored ordering value used by the dedicated reorder flow.Statusshows Active or Inactive from the collection active flag.Gamesis a computed count of valid game-assignment rows for that collection.Actionsopens edit, add-games, activate/deactivate, and delete controls for the selected row.
Filters that change the result
Search collection...searches the English collection name through the server-backed list query.Statusfilters to all, active, or inactive collections.- Pagination and sorting request a new server-backed page slice.
- The visible
More Filtersbutton has no verified extra filter behavior in the current page code.
Main actions
Createopens the collection create form. The list page does not create a collection until that form is submitted.Reorderopens the dedicated collection reorder screen. The list page itself does not save order changes.Reset Imagesis a bulk maintenance action from the header, not a row action.- Row
Editopens the selected collection edit form. - Row
Add gamesopens the selected collection relation workflow for assigning games. - Row activate/deactivate flips the collection active flag through the shared status workflow.
- Row delete opens a confirmation dialog before removing the collection.
Untranslated Collections
The expandable translation panel shows each language with missing collection translations.
View detailsopens the affected collection rows for that language.- Opening a row navigates to its edit form.
Translaterequests a forced DeepL translation run for the selected language.- The panel refreshes after translation and reports translated, skipped, and failed rows.
Automatic translation is a content-assistance action. Review names and descriptions before publishing them to players.
Known caveats
Reset Imagessends the bulk reset path from this list flow and clears the stored image on every collection.- The reset button shows a local
Resetting...state and refreshes the list after a short timeout; it does not wait for the reset response before starting that timeout. Active Collectionsuses current-page active rows, while its percentage denominator is the server total count. Treat it as an orientation indicator, not a full active-rate report when there are multiple pages.Total Gamessums the currently loaded rows only, even though the card label says across all collections.- Changing search or status does not explicitly reset the current page; changing rows per page does reset back to the first page.
Add Gamesopens a separate relation workflow and should be treated apart from the edit form.- Deleting a collection also removes all of its game assignments and cannot be undone.