docs: replace README video with screenshot gallery#383
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the README.md file by replacing a video link with a hero image and adding a "Screenshots" section containing a table of features. The reviewer suggested combining the images and their captions into single cells using <br> tags to improve accessibility for screen readers and prevent layout misalignment.
| | | | | ||
| |:---:|:---:| | ||
| |  |  | | ||
| | **Fast fuzzy search** | **AI agents with tool calling** | | ||
| |  |  | | ||
| | **Instant calculator** | **Clipboard history** | | ||
| |  |  | | ||
| | **MCP servers** | **Window management** | | ||
| |  |  | | ||
| | **Snippets** | **Scripts** | | ||
| |  |  | | ||
| | **Extensions** | **Browser integration** | | ||
| |  |  | | ||
| | **Keyboard-first** | **Settings** | |
There was a problem hiding this comment.
Using separate rows for images and their captions in a Markdown table can cause accessibility issues (screen readers will read all images in a row before reading their captions) and layout misalignment if the images have different heights or if the page is viewed on smaller screens.
Combining the image and its caption into a single cell using a <br> tag keeps them grouped together, improving both accessibility and layout robustness.
| | | | | |
| |:---:|:---:| | |
| |  |  | | |
| | **Fast fuzzy search** | **AI agents with tool calling** | | |
| |  |  | | |
| | **Instant calculator** | **Clipboard history** | | |
| |  |  | | |
| | **MCP servers** | **Window management** | | |
| |  |  | | |
| | **Snippets** | **Scripts** | | |
| |  |  | | |
| | **Extensions** | **Browser integration** | | |
| |  |  | | |
| | **Keyboard-first** | **Settings** | | |
| | | | | |
| |:---:|:---:| | |
| | <br>**Fast fuzzy search** | <br>**AI agents with tool calling** | | |
| | <br>**Instant calculator** | <br>**Clipboard history** | | |
| | <br>**MCP servers** | <br>**Window management** | | |
| | <br>**Snippets** | <br>**Scripts** | | |
| | <br>**Extensions** | <br>**Browser integration** | | |
| | <br>**Keyboard-first** | <br>**Settings** | |
No description provided.