Skip to content

Commit

Permalink
add info
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectronicBlueberry committed Aug 2, 2024
1 parent 15b353e commit bb43a51
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions client/src/components/UndoRedo/UndoRedoStack.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ function updateSavedUndoActions() {
<span class="state-indicator"> start of session </span>
</div>

<span class="info"> click an action to undo/redo multiple changes </span>

<label>
Max saved changes
<input
Expand All @@ -91,6 +93,14 @@ function updateSavedUndoActions() {
<style scoped lang="scss">
@import "theme/blue.scss";
.info {
line-height: 1;
margin-bottom: 0.5rem;
margin-top: 0.25rem;
color: $text-muted;
font-style: italic;
}
.undo-redo-stack {
width: 100%;
Expand Down

0 comments on commit bb43a51

Please sign in to comment.