mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 13:17:08 +00:00
Compare commits
2 Commits
12a762f44f
...
210-loadin
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8eb49e5e09 | ||
|
|
e40ea33345 |
@@ -207,7 +207,7 @@
|
||||
</v-menu>
|
||||
<!-- END Context menu for log entries -->
|
||||
|
||||
<v-container fluid class="pa-0 pb-2" v-if="sequenceData">
|
||||
<v-container fluid class="pa-0 pb-2" v-if="false">
|
||||
<v-row no-gutters class="d-flex flex-column flex-sm-row">
|
||||
<v-col cols="6" class="d-flex flex-column">
|
||||
<v-card outlined tile class="flex-grow-1">
|
||||
@@ -495,6 +495,11 @@ export default {
|
||||
contextMenuX: 0,
|
||||
contextMenuY: 0,
|
||||
contextMenuItem: null
|
||||
|
||||
// FIXME Temporary kludge to cope with
|
||||
// https://gitlab.com/wgp/dougal/software/-/issues/210
|
||||
// until it gets fixed.
|
||||
,loading: false
|
||||
}
|
||||
},
|
||||
|
||||
@@ -550,7 +555,7 @@ export default {
|
||||
}
|
||||
},
|
||||
|
||||
...mapGetters(['user', 'writeaccess', 'loading', 'online', 'sequence', 'line', 'point', 'position', 'timestamp', 'lineName', 'serverEvent']),
|
||||
...mapGetters(['user', 'writeaccess', 'online', 'sequence', 'line', 'point', 'position', 'timestamp', 'lineName', 'serverEvent']),
|
||||
...mapState({projectSchema: state => state.project.projectSchema})
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user