Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dotgreg
tiro-notes
Commits
a247ea7a
Commit
a247ea7a
authored
May 19, 2022
by
greg@1m
Browse files
0.30.3
parent
aed86d72
Changes
3
Hide whitespace changes
Inline
Side-by-side
client/src/components/windowGrid/DraggableGrid.component.tsx
View file @
a247ea7a
...
...
@@ -356,19 +356,6 @@ p.onGridUpdate({ layout: intLayout, content: intContent })
<
div
className
=
"mobile-grid-view"
>
<
div
className
=
" window-wrapper"
>
<
div
className
=
"note-wrapper"
>
111
{
mobileWindow
&&
mobileWindow
.
content
.
i
}
222
{
mobileWindow
&&
mobileWindow
.
layout
.
i
}
333
{
api
?.
ui
.
windows
.
active
.
get
()?.
content
.
file
?.
name
}
444
{
mobileWindow
&&
<
WindowEditor
content
=
{
mobileWindow
.
content
}
...
...
platforms/npm-cli-module/package.json
View file @
a247ea7a
{
"name"
:
"tiro-notes"
,
"version"
:
"0.30.3
1
-dev"
,
"version"
:
"0.30.3
2
-dev"
,
"description"
:
"Tiro Notes CLI to start Tiro Notes from the command line!"
,
"scripts"
:
{
"dev"
:
"ISDEV=true node cli.js"
,
...
...
shared/shared.config.ts
View file @
a247ea7a
...
...
@@ -30,7 +30,7 @@ export const sharedConfig = {
eventManager
:
true
,
upload
:
false
,
},
version
:
'
0.30.
2
'
,
version
:
'
0.30.
3
'
,
params
:
{
previewArea
:
{
scrollSpeed
:
1.3
...
...
Write
Preview
Supports
Markdown
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