Skip to content

Conversation

rsmithlal
Copy link
Member

Summary

  • replace uploads index with searchable, sortable gallery
  • add buttons to copy file URLs or emit signed IDs
  • wire up Stimulus controller for filtering, sorting, copy, and insert

Testing

  • bundle exec rubocop (fails: bundler: command not found: rubocop)
  • bundle exec brakeman -q -w2 (fails: bundler: command not found: brakeman)
  • bundle exec bundler-audit --update (fails: bundler: command not found: bundler-audit)
  • bin/codex_style_guard (fails: bundler: command not found: rubocop)
  • bin/ci (fails: bundler: command not found: rails)

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

## Summary
- add feature spec covering uploads gallery search, sort, and copy
- configure Capybara to use system Chromium and driver

## Testing
- `bundle exec rubocop`
- `bundle exec brakeman -q -w2`
- `bundle exec bundler-audit --update`
- `bin/codex_style_guard`
- `bundle exec rspec spec/features/uploads/gallery_spec.rb` *(fails:
unable to connect to /usr/bin/chromedriver 127.0.0.1:9515)*

------
https://chatgpt.com/codex/tasks/task_e_689b56effd6883219038a87564dbdd5d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant