Skip to content

Commit

Permalink
Merge pull request #4042 from LibreSign/backport/4041/stable29
Browse files Browse the repository at this point in the history
[stable29] chore: show loading before finish load file list
  • Loading branch information
vitormattos authored Nov 25, 2024
2 parents 27b7bb1 + a29a32a commit 0d9c4d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/FilesList/FilesList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default {
},
data() {
return {
loading: false,
loading: true,
dirContentsFiltered: [],
}
},
Expand Down Expand Up @@ -136,6 +136,7 @@ export default {
},
async mounted() {
await this.filesStore.getAllFiles({ force_fetch: true })
this.loading = false
subscribe('libresign:visible-elements-saved', this.closeSidebar)
this.filesStore.disableIdentifySigner()
},
Expand Down

0 comments on commit 0d9c4d8

Please sign in to comment.