diff --git a/src/webviews/apps/scss/popup.scss b/src/webviews/apps/scss/popup.scss index 077cbe8..9d34088 100644 --- a/src/webviews/apps/scss/popup.scss +++ b/src/webviews/apps/scss/popup.scss @@ -3,7 +3,7 @@ cursor: default; padding: 1em; position: absolute; - top: 46px; + top: 72px; width: 80vw; min-width: 373px; max-width: 472px; diff --git a/src/webviews/apps/settings/partials/blame.html b/src/webviews/apps/settings/partials/blame.html index 6a6354e..7f64151 100644 --- a/src/webviews/apps/settings/partials/blame.html +++ b/src/webviews/apps/settings/partials/blame.html @@ -58,6 +58,7 @@ type="text" placeholder="${message|50?} ${agoOrDate|14-}" data-setting + data-setting-preview data-default-value="${message|50?} ${agoOrDate|14-}" data-popup-trigger /> @@ -66,6 +67,14 @@
+ Example: + +Commit Id | +Commit SHA | id |
author | ||
Commit Author (except you) | +authorNotYou | +|
Commit Author E-mail | agoOrDate | |
+ Commit or Authored Date (Short) Short relative or absolute based on date setting Committed vs Authored based on + setting + |
+ agoOrDateShort | +|
Authored Date Relative date |
authorAgo | authorAgoOrDate |
Authored Date (Short) Short relative or absolute date based on date setting |
+ authorAgoOrDateShort | +|
Commit Date Relative date |
committerAgo | committerAgoOrDate |
Commit Date (Short) Short relative or absolute date based on date setting |
+ committerAgoOrDateShort | +|
Pull Request Pull request (if any) that introduced the commit |
+ pullRequest | +|
+ Pull Request State State (open, merged, closed) of the pull request (if any) that introduced the commit + |
+ pullRequestState | +|
Branch & Tag Tips Indicates if the commit is a tip of any branches or tags |
tips |