Improved UI
This commit is contained in:
@@ -10,6 +10,7 @@ A web application for sorting and organizing images using swipe gestures, simila
|
||||
- **NSFW Filtering**: Toggle to include/exclude NSFW images on both the main swiper and history pages
|
||||
- **NSFW Blur**: Optional blur for NSFW thumbnails on the history page with a toolbar toggle
|
||||
- **Orientation & Action Filters**: Filter results by orientation (portrait/landscape/square) and by action taken
|
||||
- **Image Sorting**: Choose to display images in random order (default), oldest first, or newest first
|
||||
- **Database Storage**: All selections are saved in a SQLite database
|
||||
- **Reset Functionality**: Option to clear all selections and start fresh
|
||||
|
||||
@@ -29,6 +30,10 @@ A web application for sorting and organizing images using swipe gestures, simila
|
||||
|
||||
1. Run the server: `python server.py`
|
||||
2. Open a web browser and navigate to `http://localhost:8000`
|
||||
|
||||
### Main Page Features
|
||||
- **Sort Order**: Use the dropdown in the sidebar to select image display order (Random, Oldest to Newest, or Newest to Oldest)
|
||||
- **Mobile View**: On smaller screens, action buttons appear directly below the swipe window for easy access
|
||||
3. Use the on-screen buttons or swipe gestures to categorize images:
|
||||
- Left: Discard
|
||||
- Right: Keep
|
||||
|
||||
Reference in New Issue
Block a user