Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Monster
Manage
Activity
Members
Plan
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSS
Libraries
Javascript
Monster
Commits
90c28437
Verified
Commit
90c28437
authored
8 months ago
by
Volker Schukai
Browse files
Options
Downloads
Patches
Plain Diff
chore: add new issue file for #228
parent
179ad6d1
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
development/issues/open/228.html
+27
-0
27 additions, 0 deletions
development/issues/open/228.html
development/issues/open/228.mjs
+18
-0
18 additions, 0 deletions
development/issues/open/228.mjs
with
45 additions
and
0 deletions
development/issues/open/228.html
0 → 100644
+
27
−
0
View file @
90c28437
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
optimize tree-menu #228
</title>
<script
src=
"228.mjs"
type=
"module"
></script>
</head>
<body>
<h1>
optimize tree-menu #228
</h1>
<p></p>
<ul>
<li
class=
"monster-theme-primary-1"
><a
href=
"https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/228"
>
Issue #228
</a></li>
<li><a
href=
"/"
>
Back to overview
</a></li>
</ul>
<main>
<monster-select
data-monster-option-labels-button=
"click me"
>
<p>
Yeah, you opened me!
</p>
</monster-select>
</main>
</body>
</html>
This diff is collapsed.
Click to expand it.
development/issues/open/228.mjs
0 → 100644
+
18
−
0
View file @
90c28437
/**
* @file development/issues/open/191.mjs
* @url https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/191
* @description optimize tree-menu
* @issue 228
*/
import
"
../../../source/components/style/property.pcss
"
;
import
"
../../../source/components/style/color.pcss
"
;
import
"
../../../source/components/style/link.pcss
"
;
import
"
../../../source/components/style/normalize.pcss
"
;
import
"
../../../source/components/style/typography.pcss
"
;
import
"
../../../source/components/tree-menu/tree-menu.mjs
"
;
import
"
../../../source/components/layout/split-panel.mjs
"
;
import
"
../../../source/components/layout/panel.mjs
"
;
import
"
../../../source/components/form/select.mjs
"
;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment