Add map search 🔍#4283
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
🚧 Files skipped from review as they are similar to previous changes (3)
WalkthroughAdds a searchable map picker to the game config UI. ChangesMap Search Feature
Sequence DiagramsequenceDiagram
participant User
participant GameConfigSettings
participant MapPicker
participant DOM
User->>GameConfigSettings: types in search input
GameConfigSettings->>GameConfigSettings: mapSearchQuery = value
GameConfigSettings->>MapPicker: searchQuery property updated
MapPicker->>MapPicker: filteredMaps getter runs
MapPicker->>DOM: renders search results or empty state
User->>GameConfigSettings: clicks clear button
GameConfigSettings->>GameConfigSettings: mapSearchQuery = ""
MapPicker->>DOM: renders tabbed view
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint install failed due to a network error. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
1e2d7fa to
e4dc56e
Compare
Description:
Add a search input field to the map picker section header, allowing users to quickly filter maps by name.
No search results:
Please complete the following:
Please put your Discord username so you can be contacted if a bug or regression is found:
FloPinguin