Merged
Conversation
sosnovsky
reviewed
Nov 25, 2025
Collaborator
Author
|
Sounds good. Fixed and pushed |
Collaborator
Author
sosnovsky
reviewed
Nov 26, 2025
Collaborator
sosnovsky
left a comment
There was a problem hiding this comment.
looks much better now 👍
sosnovsky
reviewed
Nov 27, 2025
Collaborator
sosnovsky
left a comment
There was a problem hiding this comment.
almost there, just a couple improvements :)
extension/chrome/settings/index.ts
Outdated
| // 3. Build HTML | ||
| // Header row | ||
| html += ` | ||
| <div class="row key-list-header" style="font-weight: 600; padding: 10px 0; border-bottom: 2px solid #eee;"> |
Collaborator
There was a problem hiding this comment.
let's use padding: 5px 0; like it was in the previous version, as with 10px padding rows become too high as before.
also what about moving all these newly added styles to css instead of putting them inline into html?
extension/chrome/settings/index.ts
Outdated
| const rowClass = isExpired ? 'key-content-row expired' : 'key-content-row'; | ||
| const opacityStyle = isExpired ? 'opacity: 0.7;' : ''; | ||
|
|
||
| html += `<div class="row ${rowClass}" style="padding: 10px 0; border-bottom: 1px solid #e6e6e6; align-items: center; ${opacityStyle}">`; |
Collaborator
sosnovsky
approved these changes
Dec 1, 2025
Collaborator
sosnovsky
left a comment
There was a problem hiding this comment.
looks great now, thanks!
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.




This PR improved my keys section
close #6114 // if this PR closes an issue
Tests (delete all except exactly one):
To be filled by reviewers
I have reviewed that this PR... (tick whichever items you personally focused on during this review):