Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wilkes
purr-data
Commits
590707b2
Commit
590707b2
authored
Jul 21, 2021
by
Jonathan Wilkes
Browse files
Merge branch 'prakhar/purr-data-remove_view_menu' into emscripten
parents
cfd09b29
49c055d5
Pipeline
#3685
canceled with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
emscripten/project/purr-data/components/menu/menu.html
View file @
590707b2
...
...
@@ -33,14 +33,6 @@
</ul>
</li>
<!-- View Section -->
<li
id=
"menu-view"
>
<ul
class=
"rounded shadow"
>
<li
id=
"view-fullscreen"
></li>
</ul>
</li>
<!-- Media section -->
<li
id=
"menu-media"
>
<ul
class=
"rounded shadow"
>
...
...
emscripten/project/purr-data/components/menu/menu.js
View file @
590707b2
...
...
@@ -107,15 +107,6 @@ function menu_options(type, w, cid) {
onclick
:
function
()
{
menu_section_click
(
"
menu-view
"
+
cid
)
},
onmousemove
:
function
()
{
menu_section_move
(
"
menu-view
"
+
cid
)
}
}
},
// View entries
"
view-fullscreen
"
:
{
label
:
l
(
"
menu.fullscreen
"
),
key
:
pdbundle
.
shortcuts
.
menu
.
fullscreen_web
.
key
,
modifiers
:
pdbundle
.
shortcuts
.
menu
.
fullscreen_web
.
modifiers
,
tooltip
:
l
(
"
menu.fullscreen_tt
"
),
top_hr
:
{}
}
}
...
...
@@ -185,10 +176,6 @@ function menu_options(type, w, cid) {
modifiers
:
pdbundle
.
shortcuts
.
menu
.
preferences_web
.
modifiers
,
tooltip
:
l
(
"
menu.preferences_tt
"
)
},
// View
...
view_base
,
// Media section
"
menu-media
"
:
{
label
:
l
(
"
menu.media
"
),
...
...
@@ -417,6 +404,8 @@ function menu_options(type, w, cid) {
},
// View section
...
view_base
,
// View entries
"
view-zoomreset
"
:
{
label
:
l
(
"
menu.zoomreset
"
),
key
:
pdbundle
.
shortcuts
.
menu
.
zoomreset_web
.
key
,
...
...
@@ -436,9 +425,13 @@ function menu_options(type, w, cid) {
modifiers
:
pdbundle
.
shortcuts
.
menu
.
zoomout_web
.
modifiers
,
tooltip
:
l
(
"
menu.zoomout_tt
"
)
},
...
view_base
,
// View entries
"
view-fullscreen
"
:
{
label
:
l
(
"
menu.fullscreen
"
),
key
:
pdbundle
.
shortcuts
.
menu
.
fullscreen_web
.
key
,
modifiers
:
pdbundle
.
shortcuts
.
menu
.
fullscreen_web
.
modifiers
,
tooltip
:
l
(
"
menu.fullscreen_tt
"
),
top_hr
:
{}
},
"
view-optimalzoom
"
:
{
label
:
l
(
"
menu.zoomoptimal
"
),
key
:
pdbundle
.
shortcuts
.
menu
.
zoomoptimal_web
.
key
,
...
...
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