Skip to content

Commit

Permalink
Merge pull request #1182 from NicoPennec/fix/issues
Browse files Browse the repository at this point in the history
Fix minor issues
  • Loading branch information
frankrousseau authored Sep 12, 2023
2 parents c252da7 + 2da62b0 commit b407b68
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/components/pages/People.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
class="search flexrow-item"
:can-save="true"
@change="onSearchChange"
@enter="saveSearchQuery"
@save="saveSearchQuery"
placeholder="ex: John Doe"
/>
Expand Down
1 change: 0 additions & 1 deletion src/components/pages/SequenceStats.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
ref="sequence-search-field"
:can-save="true"
@change="onSearchChange"
@enter="saveSearchQuery"
@save="saveSearchQuery"
placeholder="ex: e01 s01 anim=wip"
/>
Expand Down
1 change: 0 additions & 1 deletion src/components/pages/Shots.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
:can-save="true"
:active="isSearchActive"
@change="onSearchChange"
@enter="applySearch(query)"
@save="saveSearchQuery"
placeholder="ex: e01 s01 anim=wip"
/>
Expand Down
1 change: 0 additions & 1 deletion src/components/pages/TaskType.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
:can-save="true"
:focus-options="{ preventScroll: true }"
@change="onSearchChange"
@enter="saveSearchQuery"
@save="saveSearchQuery"
placeholder="ex: retake chara"
/>
Expand Down
1 change: 0 additions & 1 deletion src/components/pages/Todos.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
}"
ref="todos-search-field"
@change="onSearchChange"
@enter="saveSearchQuery"
@save="saveSearchQuery"
:can-save="true"
/>
Expand Down
1 change: 1 addition & 0 deletions src/components/widgets/Checklist.vue
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ export default {
margin-top: 2px;
padding: 0 0.2em;
text-align: center;
white-space: nowrap;
}
}
</style>
4 changes: 3 additions & 1 deletion src/locales/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ export default {
files_previous: 'Previous file for this revision',
frames_per_picture: 'Frames per picture',
fullscreen: 'See file in full screen',
object_background: 'Set a background to the 3D model',
object_background: 'Set a new environment map to the 3D model',
looping: 'Loop on current video',
mute: 'Mute',
overlay: 'Overlay',
Expand All @@ -744,6 +744,8 @@ export default {
switch_hd: 'Switch to high definition',
toggle_annotations: 'Show/Hide annotations while playing movies',
toggle_laser: 'Enable/Disable drawing laser mode',
toggle_object_background: 'Enable/Disable environment map',
toggle_environment_skybox: 'Show/Hide skybox background',
toggle_playing_annotations: 'Show/Hide annotations while playing movies',
toggle_waveform: 'Show/Hide movie waveform'
}
Expand Down

0 comments on commit b407b68

Please sign in to comment.