Bulk edit tags

This commit is contained in:
Bad Manners 2025-04-20 10:23:51 -03:00
parent 8fac396d7e
commit 94269d82f0
8 changed files with 252 additions and 24 deletions

View file

@ -6,31 +6,36 @@ Sam's small image board.
Still very much an early WIP.
### Features
- Image and video posts.
- Tagging with autocompletion.
- Post pools.
- RSS feeds.
### Known issues
- [ ] No way to close tag autocompletion on mobile
- No way to close tag autocompletion on mobile
### Roadmap
- [ ] Favicon from post
- [ ] Bulk edit tag
- [ ] RSS feed
- [ ] Logging
- [ ] Improved error handling
- [ ] Caching
- [ ] Delete pools
- [ ] Logging and improved error handling
- [ ] Lossless compression
- [ ] User management
- [ ] Cleanup/fixup background tasks
- [ ] Caching
- [ ] Text media
- [ ] Improve CSS
- [ ] Garbage collection background tasks (tags, pools)
- [ ] User management
- [ ] Migrate to Cot...?
## Prerequisites
## Running
### Prerequisites
- `ffmpeg` and `ffprobe`
## Running
### Development
```bash