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
6aa481c3
Verified
Commit
6aa481c3
authored
8 months ago
by
Volker Schukai
Browse files
Options
Downloads
Patches
Plain Diff
chore: add playground for issue #223
parent
2e48a2fe
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
development/issues/open/223.html
+35
-0
35 additions, 0 deletions
development/issues/open/223.html
development/issues/open/223.mjs
+21
-0
21 additions, 0 deletions
development/issues/open/223.mjs
development/issues/open/233.mjs
+1
-1
1 addition, 1 deletion
development/issues/open/233.mjs
with
57 additions
and
1 deletion
development/issues/open/223.html
0 → 100644
+
35
−
0
View file @
6aa481c3
<!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 #223
</title>
<script
src=
"223.mjs"
type=
"module"
></script>
</head>
<body>
<h1>
optimize tree-menu #223
</h1>
<p></p>
<ul>
<li
class=
"monster-theme-primary-1"
><a
href=
"https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/223"
>
Issue #223
</a></li>
<li><a
href=
"/"
>
Back to overview
</a></li>
</ul>
<main>
<monster-form>
<monster-field-set>
<monster-details
data-monster-option-labels-button=
"click me"
>
Yeah, you opened me!
</monster-details>
<monster-details
data-monster-option-labels-button=
"click me"
>
Yeah, you opened me!
</monster-details>
<monster-details
data-monster-option-labels-button=
"click me"
>
Yeah, you opened me!
</monster-details>
</monster-field-set>
</monster-form>
</main>
</body>
</html>
This diff is collapsed.
Click to expand it.
development/issues/open/223.mjs
0 → 100644
+
21
−
0
View file @
6aa481c3
/**
* @file development/issues/open/191.mjs
* @url https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/191
* @description optimize tree-menu
* @issue 223
*/
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/datatable/datasource/dom.mjs
"
;
import
"
../../../source/components/datatable/datasource/rest.mjs
"
;
This diff is collapsed.
Click to expand it.
development/issues/open/233.mjs
+
1
−
1
View file @
6aa481c3
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @file development/issues/open/191.mjs
* @file development/issues/open/191.mjs
* @url https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/191
* @url https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/191
* @description optimize tree-menu
* @description optimize tree-menu
* @issue
191
* @issue
233
*/
*/
import
"
../../../source/components/style/property.pcss
"
;
import
"
../../../source/components/style/property.pcss
"
;
...
...
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