- Add arrow key navigation for autosuggestion dropdown - Add scroll-into-view for long suggestion lists - Add enter key selection for highlighted suggestions - Add README with macOS CIFS share access instructions 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
26 lines
836 B
Markdown
26 lines
836 B
Markdown
# Photos Gallery
|
|
|
|
A Next.js application for displaying and organizing photos.
|
|
|
|
## Prerequisites
|
|
|
|
### macOS CIFS Share Access
|
|
|
|
If you're running this application on macOS and accessing photos from a mounted CIFS share, you'll need to grant your terminal application full disk access:
|
|
|
|
1. Open **System Preferences** → **Security & Privacy** → **Privacy**
|
|
2. Select **Full Disk Access** from the left sidebar
|
|
3. Click the lock icon and enter your password to make changes
|
|
4. Click the **+** button and add your terminal application (e.g., Terminal.app, iTerm2, etc.)
|
|
5. Restart your terminal application
|
|
|
|
This is required because macOS restricts access to network-mounted drives without explicit permission.
|
|
|
|
## Getting Started
|
|
|
|
```bash
|
|
npm install
|
|
npm run dev
|
|
```
|
|
|
|
Open [http://localhost:3000](http://localhost:3000) in your browser. |