Add NSFW filter selector to model list #109

Merged
joelyoder merged 3 commits from codex/update-nsfw-filter-to-selector into main 2025-10-02 20:54:55 -04:00
joelyoder commented 2025-10-01 17:51:57 -04:00 (Migrated from github.com)

Summary

  • replace the model list NSFW toggle with a dropdown that supports No NSFW, Only NSFW, and Both options while persisting the selection
  • update backend model list filtering to accept the new nsfwFilter query, keep legacy hideNsfw support, and adjust tests accordingly

Testing

  • go test ./...
  • npm run build

https://chatgpt.com/codex/tasks/task_e_68dcbaf9fa288332a0f62b30e30bf75b

## Summary - replace the model list NSFW toggle with a dropdown that supports No NSFW, Only NSFW, and Both options while persisting the selection - update backend model list filtering to accept the new nsfwFilter query, keep legacy hideNsfw support, and adjust tests accordingly ## Testing - go test ./... - npm run build ------ https://chatgpt.com/codex/tasks/task_e_68dcbaf9fa288332a0f62b30e30bf75b
Sign in to join this conversation.
No description provided.