Skip to content

Commit

Permalink
Merge pull request #4041 from LibreSign/chore/show-loading-before-fin…
Browse files Browse the repository at this point in the history
…ish-load-file-list

chore: show loading before finish load file list
  • Loading branch information
vitormattos authored Nov 25, 2024
2 parents afcd83a + 3dca545 commit e6d01b7
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 e6d01b7

Please sign in to comment.