Add system theme support, pin emoji icon, and compact toolbar#11
Merged
Conversation
Agent-Logs-Url: https://github.com/SillyLittleTech/PinStick/sessions/5ea3e041-441d-4423-ba10-869b412daca5 Co-authored-by: kiyarose <75678535+kiyarose@users.noreply.github.com>
|
|
Overall Grade |
Security Reliability Complexity Hygiene |
Code Review Summary
| Analyzer | Status | Updated (UTC) | Details |
|---|---|---|---|
| Rust | Apr 6, 2026 9:03a.m. | Review ↗ |
Copilot created this pull request from a session on behalf of
kiyarose
April 6, 2026 08:21
View session
kiyarose
marked this pull request as ready for review
April 6, 2026 08:23
Contributor
There was a problem hiding this comment.
Pull request overview
This PR delivers small UI/UX refinements to both the native macOS SwiftUI app and the cross-platform Tauri app, focusing on system theme compatibility, a more compact toolbar, and a pin icon affordance.
Changes:
- macOS: remove the hardcoded
TextEditorbackground so it can follow system light/dark appearance; reduce pin icon size and toolbar padding. - Tauri: add
prefers-color-scheme: darkstyling for core UI elements. - Tauri: switch the pin control to a 📌 icon with pinned-state styling and updated
title/aria-label.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| PinStickApp.swift | Makes the editor background system-adaptive and compacts the toolbar/pin icon sizing. |
| cross-platform/src/styles.css | Adds dark-mode styles and tightens header/button/layout spacing. |
| cross-platform/src/main.js | Updates pin button state presentation via .pinned class and accessibility text. |
| cross-platform/src/index.html | Sets the pin button’s initial icon content and adds an initial aria-label. |
kiyarose
marked this pull request as draft
April 6, 2026 08:35
Agent-Logs-Url: https://github.com/SillyLittleTech/PinStick/sessions/9e0ce4fb-d00a-4ff1-aafc-4b303ca81665 Co-authored-by: kiyarose <75678535+kiyarose@users.noreply.github.com>
Agent-Logs-Url: https://github.com/SillyLittleTech/PinStick/sessions/7fd7730e-4650-4868-8030-54e0d47b8e85 Co-authored-by: kiyarose <75678535+kiyarose@users.noreply.github.com>
kiyarose
marked this pull request as ready for review
April 6, 2026 09:06
kiyarose
approved these changes
Apr 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
icon.png+icon.ico(the generated Tauri icon files aren't committed to the repo, so the previous change would have broken local builds)v2.6.0shown for 2 seconds) using__TAURI__.app.getVersion()— this lets users immediately confirm which build they're running