Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Motion Bank
MB.js
Quasar Components MoSys
Commits
b890ec4a
Commit
b890ec4a
authored
Nov 06, 2019
by
christianrhansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mosys mobile: new cell header: close-button styling & functionality
parent
f715aa5b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
partials/GridEditor.vue
partials/GridEditor.vue
+12
-1
No files found.
partials/GridEditor.vue
View file @
b890ec4a
...
...
@@ -23,9 +23,14 @@
q-item-main
strong New
{{
newCellType
}}
q-item-side
//
q-btn.bg-transparent.text-white.on-right(@click.native="clearCachedCell()", round, flat)
q-icon(name="clear")
q-btn.text-white.q-px-md.q-mr-md.on-right(@click="clearHandler('cached cell')", flat,
style="border-radius: .5rem; width: 42px; border: 1px solid rgba(255, 255, 255, .3);")
q-icon(name="clear")
// -------------------------------------------------------------------------------------------- selected cell header
#selected-cell-header.fixed-top.z-top.bg-dark.text-white.transition(:class="{'show': showEditingCells}")
q-item.q-pl-md.q-pr-none.q-py-none.full-height(v-if="!modal")
...
...
@@ -488,6 +493,10 @@
})
this
.
$store
.
commit
(
'
mosys/setEditingCells
'
,
''
)
break
case
'
cached cell
'
:
this
.
$store
.
commit
(
'
mosys/cacheNewCell
'
,
undefined
)
this
.
clearTempCell
()
break
}
},
intersectionChanged
(
obj
)
{
...
...
@@ -596,10 +605,12 @@
this
.
cellHandler
.
resize
.
y
=
this
.
gridDimensions
.
full
.
cell
.
height
*
res
.
y
-
8
-
20
}
},
/*
clearCachedCell () {
this.$store.commit('mosys/cacheNewCell', undefined)
this.clearTempCell()
},
*/
handleCellInfoTouch
(
event
,
annotation
)
{
console
.
log
(
'
handleCellInfoTouch
'
,
annotation
)
this
.
touchMobileCell
(
event
,
annotation
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment