feat(modal): fandom picker markup + styles
HTML/CSS for the inline fandom picker that slides in below the add-tag input. JS wiring in the next commit. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -61,6 +61,17 @@
|
||||
</div>
|
||||
<button type="submit">Add</button>
|
||||
</form>
|
||||
<div id="fandomPickerWrapper" class="fandom-picker-wrapper" aria-hidden="true">
|
||||
<label class="fandom-picker-label" for="fandomPickerInput">Fandom</label>
|
||||
<div class="fandom-picker-input-row">
|
||||
<input type="text" id="fandomPickerInput" class="fandom-picker-input"
|
||||
placeholder="Pick or create fandom (optional)" autocomplete="off">
|
||||
<button type="button" id="fandomPickerClear" class="btn-small"
|
||||
aria-label="Clear fandom" title="Clear fandom">×</button>
|
||||
</div>
|
||||
<div id="fandomPickerAutocomplete"
|
||||
class="tag-autocomplete tag-autocomplete-inline" aria-live="polite"></div>
|
||||
</div>
|
||||
<div id="tagAutocomplete" class="tag-autocomplete tag-autocomplete-inline" aria-live="polite"></div>
|
||||
<span id="tagActionFeedback" class="tag-feedback tag-feedback-inline"></span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user