Skip to content

Tags: dominikschopper/tgsr

Tags

v1.0.1

Toggle v1.0.1's commit message
update dep.s

v1.0.0

Toggle v1.0.0's commit message
Add multi-tag input support with comprehensive tests

Features:
- Split input by non-word characters (\W+) to support multiple tags
- Deduplicate tags within the same input batch
- Filter already-taken tags in Quickdraw mode
- Display aggregate feedback messages with color-coded prefixes
- Maintain backward compatibility with single-tag input
- Replace emoji prefixes with text prefixes (OK:/ERR:)

Changes:
- Updated handleSubmitTag() to split and process multiple tags
- Updated placeholder and label text to indicate multi-tag support
- Replaced ✓/✗ with OK:/ERR: in feedback messages for better clarity
- Added color coding to multi-tag feedback messages
- Added comprehensive test suite with 34 test cases
- Refactored tests to use MOCK_GAME_ID constant
- Bump version to 1.0.0

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <[email protected]>