Skip to content

[16] docs: update readme#35

Merged
maestriny merged 1 commit intomainfrom
docs/16/readme
Feb 21, 2026
Merged

[16] docs: update readme#35
maestriny merged 1 commit intomainfrom
docs/16/readme

Conversation

@maestriny
Copy link
Owner

No description provided.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the README documentation to enhance the visual presentation of the todo app. It adds a logo to the header, splash screen previews, and a comprehensive screenshots section showcasing the app's UI in both light and dark modes.

Changes:

  • Added a new logo image file (assets/logos.png) and integrated it into the README header
  • Added splash screen icon previews for both light and dark themes
  • Introduced a new "Screenshots" section with a table layout displaying 10 app screenshots covering various features and screens

Reviewed changes

Copilot reviewed 1 out of 12 changed files in this pull request and generated 3 comments.

File Description
assets/logos.png New logo image file added to the assets directory
README.md Enhanced with logo in header, splash icons, and comprehensive screenshots section showcasing app features

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@@ -1,7 +1,11 @@
# something (todo)
# <img src="assets/logos.png" alt="something logo" width="40" style="margin-right: 8px; vertical-align: middle;" /> something (todo)
Copy link

Copilot AI Feb 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inline CSS styles in markdown may not render consistently across all markdown parsers. GitHub supports this, but many other platforms (like npm, PyPI, or certain documentation generators) may strip out the style attribute. Consider using standard markdown formatting or placing the logo on its own line without inline styles for better portability.

Suggested change
# <img src="assets/logos.png" alt="something logo" width="40" style="margin-right: 8px; vertical-align: middle;" /> something (todo)
# ![something logo](assets/logos.png) something (todo)

Copilot uses AI. Check for mistakes.
Comment on lines +5 to +7
<img src="assets/splash-icon.png" alt="Splash light" width="180" />
&nbsp;&nbsp;&nbsp;&nbsp;
<img src="assets/splash-icon-dark.png" alt="Splash dark" width="180" />
Copy link

Copilot AI Feb 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's inconsistent indentation on this line with two leading spaces before the img tag. This doesn't match the formatting of the rest of the document and could cause unexpected rendering. Remove the leading spaces to align with the document's formatting style.

Suggested change
<img src="assets/splash-icon.png" alt="Splash light" width="180" />
&nbsp;&nbsp;&nbsp;&nbsp;
<img src="assets/splash-icon-dark.png" alt="Splash dark" width="180" />
<img src="assets/splash-icon.png" alt="Splash light" width="180" />
&nbsp;&nbsp;&nbsp;&nbsp;
<img src="assets/splash-icon-dark.png" alt="Splash dark" width="180" />

Copilot uses AI. Check for mistakes.
@maestriny maestriny merged commit 520ddbd into main Feb 21, 2026
7 checks passed
@maestriny maestriny deleted the docs/16/readme branch February 21, 2026 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants