add design menu styling
parent
c6688be6e8
commit
7b9ce380b7
|
@ -1,522 +1,19 @@
|
||||||
/*! tailwindcss v2.0.4 | MIT License | https://tailwindcss.com */
|
/* @tailwind base; */
|
||||||
|
|
||||||
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
|
.bg-blue-300 {
|
||||||
|
--tw-bg-opacity: 1;
|
||||||
/*
|
background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
|
||||||
Document
|
|
||||||
========
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
|
||||||
Use a better box model (opinionated).
|
|
||||||
*/
|
|
||||||
|
|
||||||
*,
|
|
||||||
*::before,
|
|
||||||
*::after {
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
.border-black {
|
||||||
Use a more readable tab size (opinionated).
|
--tw-border-opacity: 1;
|
||||||
*/
|
border-color: rgba(0, 0, 0, var(--tw-border-opacity));
|
||||||
|
|
||||||
:root {
|
|
||||||
-moz-tab-size: 4;
|
|
||||||
tab-size: 4;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
.border-t {
|
||||||
1. Correct the line height in all browsers.
|
|
||||||
2. Prevent adjustments of font size after orientation changes in iOS.
|
|
||||||
*/
|
|
||||||
|
|
||||||
html {
|
|
||||||
line-height: 1.15; /* 1 */
|
|
||||||
-webkit-text-size-adjust: 100%; /* 2 */
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
Sections
|
|
||||||
========
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
|
||||||
Remove the margin in all browsers.
|
|
||||||
*/
|
|
||||||
|
|
||||||
body {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
|
|
||||||
*/
|
|
||||||
|
|
||||||
body {
|
|
||||||
font-family:
|
|
||||||
system-ui,
|
|
||||||
-apple-system, /* Firefox supports this but not yet `system-ui` */
|
|
||||||
'Segoe UI',
|
|
||||||
Roboto,
|
|
||||||
Helvetica,
|
|
||||||
Arial,
|
|
||||||
sans-serif,
|
|
||||||
'Apple Color Emoji',
|
|
||||||
'Segoe UI Emoji';
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
Grouping content
|
|
||||||
================
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
|
||||||
1. Add the correct height in Firefox.
|
|
||||||
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
|
|
||||||
*/
|
|
||||||
|
|
||||||
hr {
|
|
||||||
height: 0; /* 1 */
|
|
||||||
color: inherit; /* 2 */
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
Text-level semantics
|
|
||||||
====================
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
|
||||||
Add the correct text decoration in Chrome, Edge, and Safari.
|
|
||||||
*/
|
|
||||||
|
|
||||||
abbr[title] {
|
|
||||||
text-decoration: underline dotted;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Add the correct font weight in Edge and Safari.
|
|
||||||
*/
|
|
||||||
|
|
||||||
b,
|
|
||||||
strong {
|
|
||||||
font-weight: bolder;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
|
|
||||||
2. Correct the odd 'em' font sizing in all browsers.
|
|
||||||
*/
|
|
||||||
|
|
||||||
code,
|
|
||||||
kbd,
|
|
||||||
samp,
|
|
||||||
pre {
|
|
||||||
font-family:
|
|
||||||
ui-monospace,
|
|
||||||
SFMono-Regular,
|
|
||||||
Consolas,
|
|
||||||
'Liberation Mono',
|
|
||||||
Menlo,
|
|
||||||
monospace; /* 1 */
|
|
||||||
font-size: 1em; /* 2 */
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Add the correct font size in all browsers.
|
|
||||||
*/
|
|
||||||
|
|
||||||
small {
|
|
||||||
font-size: 80%;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
|
|
||||||
*/
|
|
||||||
|
|
||||||
sub,
|
|
||||||
sup {
|
|
||||||
font-size: 75%;
|
|
||||||
line-height: 0;
|
|
||||||
position: relative;
|
|
||||||
vertical-align: baseline;
|
|
||||||
}
|
|
||||||
|
|
||||||
sub {
|
|
||||||
bottom: -0.25em;
|
|
||||||
}
|
|
||||||
|
|
||||||
sup {
|
|
||||||
top: -0.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
Tabular data
|
|
||||||
============
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
|
||||||
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
|
|
||||||
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
|
|
||||||
*/
|
|
||||||
|
|
||||||
table {
|
|
||||||
text-indent: 0; /* 1 */
|
|
||||||
border-color: inherit; /* 2 */
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
Forms
|
|
||||||
=====
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
|
||||||
1. Change the font styles in all browsers.
|
|
||||||
2. Remove the margin in Firefox and Safari.
|
|
||||||
*/
|
|
||||||
|
|
||||||
button,
|
|
||||||
input,
|
|
||||||
optgroup,
|
|
||||||
select,
|
|
||||||
textarea {
|
|
||||||
font-family: inherit; /* 1 */
|
|
||||||
font-size: 100%; /* 1 */
|
|
||||||
line-height: 1.15; /* 1 */
|
|
||||||
margin: 0; /* 2 */
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Remove the inheritance of text transform in Edge and Firefox.
|
|
||||||
1. Remove the inheritance of text transform in Firefox.
|
|
||||||
*/
|
|
||||||
|
|
||||||
button,
|
|
||||||
select { /* 1 */
|
|
||||||
text-transform: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Correct the inability to style clickable types in iOS and Safari.
|
|
||||||
*/
|
|
||||||
|
|
||||||
button {
|
|
||||||
-webkit-appearance: button;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Remove the inner border and padding in Firefox.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
|
||||||
Restore the focus styles unset by the previous rule.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
|
||||||
Remove the additional ':invalid' styles in Firefox.
|
|
||||||
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
|
||||||
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
|
|
||||||
*/
|
|
||||||
|
|
||||||
legend {
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Add the correct vertical alignment in Chrome and Firefox.
|
|
||||||
*/
|
|
||||||
|
|
||||||
progress {
|
|
||||||
vertical-align: baseline;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Correct the cursor style of increment and decrement buttons in Safari.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
|
||||||
1. Correct the odd appearance in Chrome and Safari.
|
|
||||||
2. Correct the outline style in Safari.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
|
||||||
Remove the inner padding in Chrome and Safari on macOS.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
|
||||||
1. Correct the inability to style clickable types in iOS and Safari.
|
|
||||||
2. Change font properties to 'inherit' in Safari.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
|
||||||
Interactive
|
|
||||||
===========
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
|
||||||
Add the correct display in Chrome and Safari.
|
|
||||||
*/
|
|
||||||
|
|
||||||
summary {
|
|
||||||
display: list-item;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Manually forked from SUIT CSS Base: https://github.com/suitcss/base
|
|
||||||
* A thin layer on top of normalize.css that provides a starting point more
|
|
||||||
* suitable for web applications.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Removes the default spacing and border for appropriate elements.
|
|
||||||
*/
|
|
||||||
|
|
||||||
blockquote,
|
|
||||||
dl,
|
|
||||||
dd,
|
|
||||||
h1,
|
|
||||||
h2,
|
|
||||||
h3,
|
|
||||||
h4,
|
|
||||||
h5,
|
|
||||||
h6,
|
|
||||||
hr,
|
|
||||||
figure,
|
|
||||||
p,
|
|
||||||
pre {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
button {
|
|
||||||
background-color: transparent;
|
|
||||||
background-image: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Work around a Firefox/IE bug where the transparent `button` background
|
|
||||||
* results in a loss of the default `button` focus styles.
|
|
||||||
*/
|
|
||||||
|
|
||||||
button:focus {
|
|
||||||
outline: 1px dotted;
|
|
||||||
outline: 5px auto -webkit-focus-ring-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
fieldset {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
ol,
|
|
||||||
ul {
|
|
||||||
list-style: none;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Tailwind custom reset styles
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 1. Use the user's configured `sans` font-family (with Tailwind's default
|
|
||||||
* sans-serif font stack as a fallback) as a sane default.
|
|
||||||
* 2. Use Tailwind's default "normal" line-height so the user isn't forced
|
|
||||||
* to override it to ensure consistency even when using the default theme.
|
|
||||||
*/
|
|
||||||
|
|
||||||
html {
|
|
||||||
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
|
|
||||||
line-height: 1.5; /* 2 */
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Inherit font-family and line-height from `html` so users can set them as
|
|
||||||
* a class directly on the `html` element.
|
|
||||||
*/
|
|
||||||
|
|
||||||
body {
|
|
||||||
font-family: inherit;
|
|
||||||
line-height: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 1. Prevent padding and border from affecting element width.
|
|
||||||
*
|
|
||||||
* We used to set this in the html element and inherit from
|
|
||||||
* the parent element for everything else. This caused issues
|
|
||||||
* in shadow-dom-enhanced elements like <details> where the content
|
|
||||||
* is wrapped by a div with box-sizing set to `content-box`.
|
|
||||||
*
|
|
||||||
* https://github.com/mozdevs/cssremedy/issues/4
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* 2. Allow adding a border to an element by just adding a border-width.
|
|
||||||
*
|
|
||||||
* By default, the way the browser specifies that an element should have no
|
|
||||||
* border is by setting it's border-style to `none` in the user-agent
|
|
||||||
* stylesheet.
|
|
||||||
*
|
|
||||||
* In order to easily add borders to elements by just setting the `border-width`
|
|
||||||
* property, we change the default border-style for all elements to `solid`, and
|
|
||||||
* use border-width to hide them instead. This way our `border` utilities only
|
|
||||||
* need to set the `border-width` property instead of the entire `border`
|
|
||||||
* shorthand, making our border utilities much more straightforward to compose.
|
|
||||||
*
|
|
||||||
* https://github.com/tailwindcss/tailwindcss/pull/116
|
|
||||||
*/
|
|
||||||
|
|
||||||
*,
|
|
||||||
::before,
|
|
||||||
::after {
|
|
||||||
box-sizing: border-box; /* 1 */
|
|
||||||
border-width: 0; /* 2 */
|
|
||||||
border-style: solid; /* 2 */
|
|
||||||
border-color: #e5e7eb; /* 2 */
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Ensure horizontal rules are visible by default
|
|
||||||
*/
|
|
||||||
|
|
||||||
hr {
|
|
||||||
border-top-width: 1px;
|
border-top-width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Undo the `border-style: none` reset that Normalize applies to images so that
|
|
||||||
* our `border-{width}` utilities have the expected effect.
|
|
||||||
*
|
|
||||||
* The Normalize reset is unnecessary for us since we default the border-width
|
|
||||||
* to 0 on all elements.
|
|
||||||
*
|
|
||||||
* https://github.com/tailwindcss/tailwindcss/issues/362
|
|
||||||
*/
|
|
||||||
|
|
||||||
img {
|
|
||||||
border-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
textarea {
|
|
||||||
resize: vertical;
|
|
||||||
}
|
|
||||||
|
|
||||||
input::placeholder,
|
|
||||||
textarea::placeholder {
|
|
||||||
opacity: 1;
|
|
||||||
color: #9ca3af;
|
|
||||||
}
|
|
||||||
|
|
||||||
button {
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
table {
|
|
||||||
border-collapse: collapse;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1,
|
|
||||||
h2,
|
|
||||||
h3,
|
|
||||||
h4,
|
|
||||||
h5,
|
|
||||||
h6 {
|
|
||||||
font-size: inherit;
|
|
||||||
font-weight: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Reset links to optimize for opt-in styling instead of
|
|
||||||
* opt-out.
|
|
||||||
*/
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: inherit;
|
|
||||||
text-decoration: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Reset form element properties that are easy to forget to
|
|
||||||
* style explicitly so you don't inadvertently introduce
|
|
||||||
* styles that deviate from your design system. These styles
|
|
||||||
* supplement a partial reset that is already applied by
|
|
||||||
* normalize.css.
|
|
||||||
*/
|
|
||||||
|
|
||||||
button,
|
|
||||||
input,
|
|
||||||
optgroup,
|
|
||||||
select,
|
|
||||||
textarea {
|
|
||||||
padding: 0;
|
|
||||||
line-height: inherit;
|
|
||||||
color: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Use the configured 'mono' font family for elements that
|
|
||||||
* are expected to be rendered with a monospace font, falling
|
|
||||||
* back to the system monospace stack if there is no configured
|
|
||||||
* 'mono' font family.
|
|
||||||
*/
|
|
||||||
|
|
||||||
pre,
|
|
||||||
code,
|
|
||||||
kbd,
|
|
||||||
samp {
|
|
||||||
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Make replaced elements `display: block` by default as that's
|
|
||||||
* the behavior you want almost all of the time. Inspired by
|
|
||||||
* CSS Remedy, with `svg` added as well.
|
|
||||||
*
|
|
||||||
* https://github.com/mozdevs/cssremedy/issues/14
|
|
||||||
*/
|
|
||||||
|
|
||||||
img,
|
|
||||||
svg,
|
|
||||||
video,
|
|
||||||
canvas,
|
|
||||||
audio,
|
|
||||||
iframe,
|
|
||||||
embed,
|
|
||||||
object {
|
|
||||||
display: block;
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Constrain images and videos to the parent width and preserve
|
|
||||||
* their instrinsic aspect ratio.
|
|
||||||
*
|
|
||||||
* https://github.com/mozdevs/cssremedy/issues/14
|
|
||||||
*/
|
|
||||||
|
|
||||||
img,
|
|
||||||
video {
|
|
||||||
max-width: 100%;
|
|
||||||
height: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bg-blue-500 {
|
|
||||||
--tw-bg-opacity: 1;
|
|
||||||
background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
|
|
||||||
}
|
|
||||||
|
|
||||||
.hover\:bg-blue-700:hover {
|
|
||||||
--tw-bg-opacity: 1;
|
|
||||||
background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
|
|
||||||
}
|
|
||||||
|
|
||||||
.rounded {
|
|
||||||
border-radius: 0.25rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cursor-pointer {
|
.cursor-pointer {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
@ -533,33 +30,27 @@ video {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.font-bold {
|
.items-start {
|
||||||
font-weight: 700;
|
align-items: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-4xl {
|
.justify-between {
|
||||||
font-size: 2.25rem;
|
justify-content: space-between;
|
||||||
line-height: 2.5rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.py-2 {
|
.text-lg {
|
||||||
padding-top: 0.5rem;
|
font-size: 1.125rem;
|
||||||
padding-bottom: 0.5rem;
|
line-height: 1.75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.px-4 {
|
.leading-loose {
|
||||||
padding-left: 1rem;
|
line-height: 2;
|
||||||
padding-right: 1rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.absolute {
|
.absolute {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
.right-0 {
|
|
||||||
right: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.left-0 {
|
.left-0 {
|
||||||
left: 0px;
|
left: 0px;
|
||||||
}
|
}
|
||||||
|
@ -577,14 +68,21 @@ video {
|
||||||
--tw-ring-shadow: 0 0 #0000;
|
--tw-ring-shadow: 0 0 #0000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-white {
|
.text-red-500 {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
color: rgba(239, 68, 68, var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-red-700 {
|
.w-1\/2 {
|
||||||
--tw-text-opacity: 1;
|
width: 50%;
|
||||||
color: rgba(185, 28, 28, var(--tw-text-opacity));
|
}
|
||||||
|
|
||||||
|
.w-1\/5 {
|
||||||
|
width: 20%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.w-full {
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes spin {
|
@keyframes spin {
|
||||||
|
@ -620,7 +118,74 @@ video {
|
||||||
|
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
|
margin: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
font-family: sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
#c {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-red {
|
||||||
|
cursor: pointer;
|
||||||
|
--tw-bg-opacity: 1;
|
||||||
|
background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-red:hover {
|
||||||
|
--tw-bg-opacity: 1;
|
||||||
|
background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-red {
|
||||||
|
--tw-text-opacity: 1;
|
||||||
|
color: rgba(249, 250, 251, var(--tw-text-opacity));
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-grn {
|
||||||
|
cursor: pointer;
|
||||||
|
--tw-bg-opacity: 1;
|
||||||
|
background-color: rgba(16, 185, 129, var(--tw-bg-opacity))
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-grn:hover {
|
||||||
|
--tw-bg-opacity: 1;
|
||||||
|
background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-grn {
|
||||||
|
--tw-text-opacity: 1;
|
||||||
|
color: rgba(249, 250, 251, var(--tw-text-opacity));
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-blu {
|
||||||
|
cursor: pointer;
|
||||||
|
--tw-bg-opacity: 1;
|
||||||
|
background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-blu:hover {
|
||||||
|
--tw-bg-opacity: 1;
|
||||||
|
background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-blu {
|
||||||
|
--tw-text-opacity: 1;
|
||||||
|
color: rgba(249, 250, 251, var(--tw-text-opacity));
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn {
|
||||||
|
cursor: pointer;
|
||||||
|
--tw-bg-opacity: 1;
|
||||||
|
background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn:hover {
|
||||||
|
--tw-bg-opacity: 1;
|
||||||
|
background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 640px) {
|
@media (min-width: 640px) {
|
||||||
|
@ -638,3 +203,5 @@ body {
|
||||||
@media (min-width: 1536px) {
|
@media (min-width: 1536px) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id="react"></div>
|
<div id="react"></div>
|
||||||
<canvas id="c" class="w-full h-full block"></canvas>
|
<canvas id="c"></canvas>
|
||||||
<div id="stats"></div>
|
<div id="stats"></div>
|
||||||
<script src="index.bundle.js"></script>
|
<script src="index.bundle.js"></script>
|
||||||
<script src="scene.bundle.js"></script>
|
<script src="scene.bundle.js"></script>
|
||||||
|
|
|
@ -1,508 +0,0 @@
|
||||||
// Copyright (c) 2013 Pieroxy <pieroxy@pieroxy.net>
|
|
||||||
// This work is free. You can redistribute it and/or modify it
|
|
||||||
// under the terms of the WTFPL, Version 2
|
|
||||||
// For more information see LICENSE.txt or http://www.wtfpl.net/
|
|
||||||
//
|
|
||||||
// For more information, the home page:
|
|
||||||
// http://pieroxy.net/blog/pages/lz-string/testing.html
|
|
||||||
//
|
|
||||||
// LZ-based compression algorithm, version 1.4.4
|
|
||||||
var LZString = (function() {
|
|
||||||
|
|
||||||
// private property
|
|
||||||
var f = String.fromCharCode;
|
|
||||||
var keyStrBase64 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";
|
|
||||||
var keyStrUriSafe = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+-$";
|
|
||||||
var baseReverseDic = {};
|
|
||||||
|
|
||||||
function getBaseValue(alphabet, character) {
|
|
||||||
if (!baseReverseDic[alphabet]) {
|
|
||||||
baseReverseDic[alphabet] = {};
|
|
||||||
for (var i=0 ; i<alphabet.length ; i++) {
|
|
||||||
baseReverseDic[alphabet][alphabet.charAt(i)] = i;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return baseReverseDic[alphabet][character];
|
|
||||||
}
|
|
||||||
|
|
||||||
var LZString = {
|
|
||||||
compressToBase64 : function (input) {
|
|
||||||
if (input == null) return "";
|
|
||||||
var res = LZString._compress(input, 6, function(a){return keyStrBase64.charAt(a);});
|
|
||||||
switch (res.length % 4) { // To produce valid Base64
|
|
||||||
default: // When could this happen ?
|
|
||||||
case 0 : return res;
|
|
||||||
case 1 : return res+"===";
|
|
||||||
case 2 : return res+"==";
|
|
||||||
case 3 : return res+"=";
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
decompressFromBase64 : function (input) {
|
|
||||||
if (input == null) return "";
|
|
||||||
if (input == "") return null;
|
|
||||||
return LZString._decompress(input.length, 32, function(index) { return getBaseValue(keyStrBase64, input.charAt(index)); });
|
|
||||||
},
|
|
||||||
|
|
||||||
compressToUTF16 : function (input) {
|
|
||||||
if (input == null) return "";
|
|
||||||
return LZString._compress(input, 15, function(a){return f(a+32);}) + " ";
|
|
||||||
},
|
|
||||||
|
|
||||||
decompressFromUTF16: function (compressed) {
|
|
||||||
if (compressed == null) return "";
|
|
||||||
if (compressed == "") return null;
|
|
||||||
return LZString._decompress(compressed.length, 16384, function(index) { return compressed.charCodeAt(index) - 32; });
|
|
||||||
},
|
|
||||||
|
|
||||||
//compress into uint8array (UCS-2 big endian format)
|
|
||||||
compressToUint8Array: function (uncompressed) {
|
|
||||||
var compressed = LZString.compress(uncompressed);
|
|
||||||
var buf=new Uint8Array(compressed.length*2); // 2 bytes per character
|
|
||||||
|
|
||||||
for (var i=0, TotalLen=compressed.length; i<TotalLen; i++) {
|
|
||||||
var current_value = compressed.charCodeAt(i);
|
|
||||||
buf[i*2] = current_value >>> 8;
|
|
||||||
buf[i*2+1] = current_value % 256;
|
|
||||||
}
|
|
||||||
return buf;
|
|
||||||
},
|
|
||||||
|
|
||||||
//decompress from uint8array (UCS-2 big endian format)
|
|
||||||
decompressFromUint8Array:function (compressed) {
|
|
||||||
if (compressed===null || compressed===undefined){
|
|
||||||
return LZString.decompress(compressed);
|
|
||||||
} else {
|
|
||||||
var buf=new Array(compressed.length/2); // 2 bytes per character
|
|
||||||
for (var i=0, TotalLen=buf.length; i<TotalLen; i++) {
|
|
||||||
buf[i]=compressed[i*2]*256+compressed[i*2+1];
|
|
||||||
}
|
|
||||||
|
|
||||||
var result = [];
|
|
||||||
buf.forEach(function (c) {
|
|
||||||
result.push(f(c));
|
|
||||||
});
|
|
||||||
return LZString.decompress(result.join(''));
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
|
|
||||||
//compress into a string that is already URI encoded
|
|
||||||
compressToEncodedURIComponent: function (input) {
|
|
||||||
if (input == null) return "";
|
|
||||||
return LZString._compress(input, 6, function(a){return keyStrUriSafe.charAt(a);});
|
|
||||||
},
|
|
||||||
|
|
||||||
//decompress from an output of compressToEncodedURIComponent
|
|
||||||
decompressFromEncodedURIComponent:function (input) {
|
|
||||||
if (input == null) return "";
|
|
||||||
if (input == "") return null;
|
|
||||||
input = input.replace(/ /g, "+");
|
|
||||||
return LZString._decompress(input.length, 32, function(index) { return getBaseValue(keyStrUriSafe, input.charAt(index)); });
|
|
||||||
},
|
|
||||||
|
|
||||||
compress: function (uncompressed) {
|
|
||||||
return LZString._compress(uncompressed, 16, function(a){return f(a);});
|
|
||||||
},
|
|
||||||
_compress: function (uncompressed, bitsPerChar, getCharFromInt) {
|
|
||||||
if (uncompressed == null) return "";
|
|
||||||
var i, value,
|
|
||||||
context_dictionary= {},
|
|
||||||
context_dictionaryToCreate= {},
|
|
||||||
context_c="",
|
|
||||||
context_wc="",
|
|
||||||
context_w="",
|
|
||||||
context_enlargeIn= 2, // Compensate for the first entry which should not count
|
|
||||||
context_dictSize= 3,
|
|
||||||
context_numBits= 2,
|
|
||||||
context_data=[],
|
|
||||||
context_data_val=0,
|
|
||||||
context_data_position=0,
|
|
||||||
ii;
|
|
||||||
|
|
||||||
for (ii = 0; ii < uncompressed.length; ii += 1) {
|
|
||||||
context_c = uncompressed.charAt(ii);
|
|
||||||
if (!Object.prototype.hasOwnProperty.call(context_dictionary,context_c)) {
|
|
||||||
context_dictionary[context_c] = context_dictSize++;
|
|
||||||
context_dictionaryToCreate[context_c] = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
context_wc = context_w + context_c;
|
|
||||||
if (Object.prototype.hasOwnProperty.call(context_dictionary,context_wc)) {
|
|
||||||
context_w = context_wc;
|
|
||||||
} else {
|
|
||||||
if (Object.prototype.hasOwnProperty.call(context_dictionaryToCreate,context_w)) {
|
|
||||||
if (context_w.charCodeAt(0)<256) {
|
|
||||||
for (i=0 ; i<context_numBits ; i++) {
|
|
||||||
context_data_val = (context_data_val << 1);
|
|
||||||
if (context_data_position == bitsPerChar-1) {
|
|
||||||
context_data_position = 0;
|
|
||||||
context_data.push(getCharFromInt(context_data_val));
|
|
||||||
context_data_val = 0;
|
|
||||||
} else {
|
|
||||||
context_data_position++;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
value = context_w.charCodeAt(0);
|
|
||||||
for (i=0 ; i<8 ; i++) {
|
|
||||||
context_data_val = (context_data_val << 1) | (value&1);
|
|
||||||
if (context_data_position == bitsPerChar-1) {
|
|
||||||
context_data_position = 0;
|
|
||||||
context_data.push(getCharFromInt(context_data_val));
|
|
||||||
context_data_val = 0;
|
|
||||||
} else {
|
|
||||||
context_data_position++;
|
|
||||||
}
|
|
||||||
value = value >> 1;
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
value = 1;
|
|
||||||
for (i=0 ; i<context_numBits ; i++) {
|
|
||||||
context_data_val = (context_data_val << 1) | value;
|
|
||||||
if (context_data_position ==bitsPerChar-1) {
|
|
||||||
context_data_position = 0;
|
|
||||||
context_data.push(getCharFromInt(context_data_val));
|
|
||||||
context_data_val = 0;
|
|
||||||
} else {
|
|
||||||
context_data_position++;
|
|
||||||
}
|
|
||||||
value = 0;
|
|
||||||
}
|
|
||||||
value = context_w.charCodeAt(0);
|
|
||||||
for (i=0 ; i<16 ; i++) {
|
|
||||||
context_data_val = (context_data_val << 1) | (value&1);
|
|
||||||
if (context_data_position == bitsPerChar-1) {
|
|
||||||
context_data_position = 0;
|
|
||||||
context_data.push(getCharFromInt(context_data_val));
|
|
||||||
context_data_val = 0;
|
|
||||||
} else {
|
|
||||||
context_data_position++;
|
|
||||||
}
|
|
||||||
value = value >> 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
context_enlargeIn--;
|
|
||||||
if (context_enlargeIn == 0) {
|
|
||||||
context_enlargeIn = Math.pow(2, context_numBits);
|
|
||||||
context_numBits++;
|
|
||||||
}
|
|
||||||
delete context_dictionaryToCreate[context_w];
|
|
||||||
} else {
|
|
||||||
value = context_dictionary[context_w];
|
|
||||||
for (i=0 ; i<context_numBits ; i++) {
|
|
||||||
context_data_val = (context_data_val << 1) | (value&1);
|
|
||||||
if (context_data_position == bitsPerChar-1) {
|
|
||||||
context_data_position = 0;
|
|
||||||
context_data.push(getCharFromInt(context_data_val));
|
|
||||||
context_data_val = 0;
|
|
||||||
} else {
|
|
||||||
context_data_position++;
|
|
||||||
}
|
|
||||||
value = value >> 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
context_enlargeIn--;
|
|
||||||
if (context_enlargeIn == 0) {
|
|
||||||
context_enlargeIn = Math.pow(2, context_numBits);
|
|
||||||
context_numBits++;
|
|
||||||
}
|
|
||||||
// Add wc to the dictionary.
|
|
||||||
context_dictionary[context_wc] = context_dictSize++;
|
|
||||||
context_w = String(context_c);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Output the code for w.
|
|
||||||
if (context_w !== "") {
|
|
||||||
if (Object.prototype.hasOwnProperty.call(context_dictionaryToCreate,context_w)) {
|
|
||||||
if (context_w.charCodeAt(0)<256) {
|
|
||||||
for (i=0 ; i<context_numBits ; i++) {
|
|
||||||
context_data_val = (context_data_val << 1);
|
|
||||||
if (context_data_position == bitsPerChar-1) {
|
|
||||||
context_data_position = 0;
|
|
||||||
context_data.push(getCharFromInt(context_data_val));
|
|
||||||
context_data_val = 0;
|
|
||||||
} else {
|
|
||||||
context_data_position++;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
value = context_w.charCodeAt(0);
|
|
||||||
for (i=0 ; i<8 ; i++) {
|
|
||||||
context_data_val = (context_data_val << 1) | (value&1);
|
|
||||||
if (context_data_position == bitsPerChar-1) {
|
|
||||||
context_data_position = 0;
|
|
||||||
context_data.push(getCharFromInt(context_data_val));
|
|
||||||
context_data_val = 0;
|
|
||||||
} else {
|
|
||||||
context_data_position++;
|
|
||||||
}
|
|
||||||
value = value >> 1;
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
value = 1;
|
|
||||||
for (i=0 ; i<context_numBits ; i++) {
|
|
||||||
context_data_val = (context_data_val << 1) | value;
|
|
||||||
if (context_data_position == bitsPerChar-1) {
|
|
||||||
context_data_position = 0;
|
|
||||||
context_data.push(getCharFromInt(context_data_val));
|
|
||||||
context_data_val = 0;
|
|
||||||
} else {
|
|
||||||
context_data_position++;
|
|
||||||
}
|
|
||||||
value = 0;
|
|
||||||
}
|
|
||||||
value = context_w.charCodeAt(0);
|
|
||||||
for (i=0 ; i<16 ; i++) {
|
|
||||||
context_data_val = (context_data_val << 1) | (value&1);
|
|
||||||
if (context_data_position == bitsPerChar-1) {
|
|
||||||
context_data_position = 0;
|
|
||||||
context_data.push(getCharFromInt(context_data_val));
|
|
||||||
context_data_val = 0;
|
|
||||||
} else {
|
|
||||||
context_data_position++;
|
|
||||||
}
|
|
||||||
value = value >> 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
context_enlargeIn--;
|
|
||||||
if (context_enlargeIn == 0) {
|
|
||||||
context_enlargeIn = Math.pow(2, context_numBits);
|
|
||||||
context_numBits++;
|
|
||||||
}
|
|
||||||
delete context_dictionaryToCreate[context_w];
|
|
||||||
} else {
|
|
||||||
value = context_dictionary[context_w];
|
|
||||||
for (i=0 ; i<context_numBits ; i++) {
|
|
||||||
context_data_val = (context_data_val << 1) | (value&1);
|
|
||||||
if (context_data_position == bitsPerChar-1) {
|
|
||||||
context_data_position = 0;
|
|
||||||
context_data.push(getCharFromInt(context_data_val));
|
|
||||||
context_data_val = 0;
|
|
||||||
} else {
|
|
||||||
context_data_position++;
|
|
||||||
}
|
|
||||||
value = value >> 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
context_enlargeIn--;
|
|
||||||
if (context_enlargeIn == 0) {
|
|
||||||
context_enlargeIn = Math.pow(2, context_numBits);
|
|
||||||
context_numBits++;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Mark the end of the stream
|
|
||||||
value = 2;
|
|
||||||
for (i=0 ; i<context_numBits ; i++) {
|
|
||||||
context_data_val = (context_data_val << 1) | (value&1);
|
|
||||||
if (context_data_position == bitsPerChar-1) {
|
|
||||||
context_data_position = 0;
|
|
||||||
context_data.push(getCharFromInt(context_data_val));
|
|
||||||
context_data_val = 0;
|
|
||||||
} else {
|
|
||||||
context_data_position++;
|
|
||||||
}
|
|
||||||
value = value >> 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Flush the last char
|
|
||||||
while (true) {
|
|
||||||
context_data_val = (context_data_val << 1);
|
|
||||||
if (context_data_position == bitsPerChar-1) {
|
|
||||||
context_data.push(getCharFromInt(context_data_val));
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
else context_data_position++;
|
|
||||||
}
|
|
||||||
return context_data.join('');
|
|
||||||
},
|
|
||||||
|
|
||||||
decompress: function (compressed) {
|
|
||||||
if (compressed == null) return "";
|
|
||||||
if (compressed == "") return null;
|
|
||||||
return LZString._decompress(compressed.length, 32768, function(index) { return compressed.charCodeAt(index); });
|
|
||||||
},
|
|
||||||
|
|
||||||
_decompress: function (length, resetValue, getNextValue) {
|
|
||||||
var dictionary = [],
|
|
||||||
next,
|
|
||||||
enlargeIn = 4,
|
|
||||||
dictSize = 4,
|
|
||||||
numBits = 3,
|
|
||||||
entry = "",
|
|
||||||
result = [],
|
|
||||||
i,
|
|
||||||
w,
|
|
||||||
bits, resb, maxpower, power,
|
|
||||||
c,
|
|
||||||
data = {val:getNextValue(0), position:resetValue, index:1};
|
|
||||||
|
|
||||||
for (i = 0; i < 3; i += 1) {
|
|
||||||
dictionary[i] = i;
|
|
||||||
}
|
|
||||||
|
|
||||||
bits = 0;
|
|
||||||
maxpower = Math.pow(2,2);
|
|
||||||
power=1;
|
|
||||||
while (power!=maxpower) {
|
|
||||||
resb = data.val & data.position;
|
|
||||||
data.position >>= 1;
|
|
||||||
if (data.position == 0) {
|
|
||||||
data.position = resetValue;
|
|
||||||
data.val = getNextValue(data.index++);
|
|
||||||
}
|
|
||||||
bits |= (resb>0 ? 1 : 0) * power;
|
|
||||||
power <<= 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
switch (next = bits) {
|
|
||||||
case 0:
|
|
||||||
bits = 0;
|
|
||||||
maxpower = Math.pow(2,8);
|
|
||||||
power=1;
|
|
||||||
while (power!=maxpower) {
|
|
||||||
resb = data.val & data.position;
|
|
||||||
data.position >>= 1;
|
|
||||||
if (data.position == 0) {
|
|
||||||
data.position = resetValue;
|
|
||||||
data.val = getNextValue(data.index++);
|
|
||||||
}
|
|
||||||
bits |= (resb>0 ? 1 : 0) * power;
|
|
||||||
power <<= 1;
|
|
||||||
}
|
|
||||||
c = f(bits);
|
|
||||||
break;
|
|
||||||
case 1:
|
|
||||||
bits = 0;
|
|
||||||
maxpower = Math.pow(2,16);
|
|
||||||
power=1;
|
|
||||||
while (power!=maxpower) {
|
|
||||||
resb = data.val & data.position;
|
|
||||||
data.position >>= 1;
|
|
||||||
if (data.position == 0) {
|
|
||||||
data.position = resetValue;
|
|
||||||
data.val = getNextValue(data.index++);
|
|
||||||
}
|
|
||||||
bits |= (resb>0 ? 1 : 0) * power;
|
|
||||||
power <<= 1;
|
|
||||||
}
|
|
||||||
c = f(bits);
|
|
||||||
break;
|
|
||||||
case 2:
|
|
||||||
return "";
|
|
||||||
}
|
|
||||||
dictionary[3] = c;
|
|
||||||
w = c;
|
|
||||||
result.push(c);
|
|
||||||
while (true) {
|
|
||||||
if (data.index > length) {
|
|
||||||
return "";
|
|
||||||
}
|
|
||||||
|
|
||||||
bits = 0;
|
|
||||||
maxpower = Math.pow(2,numBits);
|
|
||||||
power=1;
|
|
||||||
while (power!=maxpower) {
|
|
||||||
resb = data.val & data.position;
|
|
||||||
data.position >>= 1;
|
|
||||||
if (data.position == 0) {
|
|
||||||
data.position = resetValue;
|
|
||||||
data.val = getNextValue(data.index++);
|
|
||||||
}
|
|
||||||
bits |= (resb>0 ? 1 : 0) * power;
|
|
||||||
power <<= 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
switch (c = bits) {
|
|
||||||
case 0:
|
|
||||||
bits = 0;
|
|
||||||
maxpower = Math.pow(2,8);
|
|
||||||
power=1;
|
|
||||||
while (power!=maxpower) {
|
|
||||||
resb = data.val & data.position;
|
|
||||||
data.position >>= 1;
|
|
||||||
if (data.position == 0) {
|
|
||||||
data.position = resetValue;
|
|
||||||
data.val = getNextValue(data.index++);
|
|
||||||
}
|
|
||||||
bits |= (resb>0 ? 1 : 0) * power;
|
|
||||||
power <<= 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
dictionary[dictSize++] = f(bits);
|
|
||||||
c = dictSize-1;
|
|
||||||
enlargeIn--;
|
|
||||||
break;
|
|
||||||
case 1:
|
|
||||||
bits = 0;
|
|
||||||
maxpower = Math.pow(2,16);
|
|
||||||
power=1;
|
|
||||||
while (power!=maxpower) {
|
|
||||||
resb = data.val & data.position;
|
|
||||||
data.position >>= 1;
|
|
||||||
if (data.position == 0) {
|
|
||||||
data.position = resetValue;
|
|
||||||
data.val = getNextValue(data.index++);
|
|
||||||
}
|
|
||||||
bits |= (resb>0 ? 1 : 0) * power;
|
|
||||||
power <<= 1;
|
|
||||||
}
|
|
||||||
dictionary[dictSize++] = f(bits);
|
|
||||||
c = dictSize-1;
|
|
||||||
enlargeIn--;
|
|
||||||
break;
|
|
||||||
case 2:
|
|
||||||
return result.join('');
|
|
||||||
}
|
|
||||||
|
|
||||||
if (enlargeIn == 0) {
|
|
||||||
enlargeIn = Math.pow(2, numBits);
|
|
||||||
numBits++;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (dictionary[c]) {
|
|
||||||
entry = dictionary[c];
|
|
||||||
} else {
|
|
||||||
if (c === dictSize) {
|
|
||||||
entry = w + w.charAt(0);
|
|
||||||
} else {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
result.push(entry);
|
|
||||||
|
|
||||||
// Add w+entry[0] to the dictionary.
|
|
||||||
dictionary[dictSize++] = w + entry.charAt(0);
|
|
||||||
enlargeIn--;
|
|
||||||
|
|
||||||
w = entry;
|
|
||||||
|
|
||||||
if (enlargeIn == 0) {
|
|
||||||
enlargeIn = Math.pow(2, numBits);
|
|
||||||
numBits++;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
};
|
|
||||||
return LZString;
|
|
||||||
})();
|
|
||||||
|
|
||||||
// if (typeof define === 'function' && define.amd) {
|
|
||||||
// define(function () { return LZString; });
|
|
||||||
// } else if( typeof module !== 'undefined' && module != null ) {
|
|
||||||
// module.exports = LZString
|
|
||||||
// } else if( typeof angular !== 'undefined' && angular != null ) {
|
|
||||||
// angular.module('LZString', [])
|
|
||||||
// .factory('LZString', function () {
|
|
||||||
// return LZString;
|
|
||||||
// });
|
|
||||||
// }
|
|
||||||
|
|
||||||
var aaa = 'aaax'
|
|
File diff suppressed because it is too large
Load Diff
|
@ -7,6 +7,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/preset-react": "^7.12.13",
|
"@babel/preset-react": "^7.12.13",
|
||||||
|
"@tailwindcss/jit": "^0.1.18",
|
||||||
"babel-loader": "^8.2.2",
|
"babel-loader": "^8.2.2",
|
||||||
"css-loader": "^5.1.3",
|
"css-loader": "^5.1.3",
|
||||||
"gh-pages": "^3.1.0",
|
"gh-pages": "^3.1.0",
|
||||||
|
@ -15,11 +16,11 @@
|
||||||
"postcss-loader": "^5.2.0",
|
"postcss-loader": "^5.2.0",
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
"react-dom": "^17.0.2",
|
"react-dom": "^17.0.2",
|
||||||
|
"react-icons": "^4.2.0",
|
||||||
"react-redux": "^7.2.3",
|
"react-redux": "^7.2.3",
|
||||||
"redux": "^4.0.5",
|
"redux": "^4.0.5",
|
||||||
"redux-logger": "^3.0.6",
|
"redux-logger": "^3.0.6",
|
||||||
"stats-js": "^1.0.1",
|
"stats-js": "^1.0.1",
|
||||||
"style-loader": "^2.0.0",
|
|
||||||
"tailwindcss": "^2.0.4",
|
"tailwindcss": "^2.0.4",
|
||||||
"three": "^0.126.1",
|
"three": "^0.126.1",
|
||||||
"webpack": "^5.26.3",
|
"webpack": "^5.26.3",
|
||||||
|
|
|
@ -239,7 +239,8 @@ async function addSketch() {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
window.sc = new Scene(store);
|
window.sc = new Scene(store)
|
||||||
|
sc.loadState()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
39
src/app.css
39
src/app.css
|
@ -1,15 +1,42 @@
|
||||||
@tailwind base;
|
/* @tailwind base; */
|
||||||
@tailwind components;
|
|
||||||
@tailwind utilities;
|
@tailwind utilities;
|
||||||
|
|
||||||
|
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
|
margin: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
font-family: sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
#c {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-red {
|
||||||
|
cursor: pointer;
|
||||||
|
@apply bg-red-500 hover:bg-red-600 text-gray-50
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-grn {
|
||||||
|
cursor: pointer;
|
||||||
|
@apply bg-green-500 hover:bg-green-600 text-gray-50
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-blu {
|
||||||
|
cursor: pointer;
|
||||||
|
@apply bg-blue-500 hover:bg-blue-600 text-gray-50
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@layer components {
|
|
||||||
.btn-blue {
|
.btn {
|
||||||
@apply bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded cursor-pointer
|
cursor: pointer;
|
||||||
}
|
@apply fill-current
|
||||||
|
bg-gray-100 text-green-600
|
||||||
|
hover:bg-gray-200 hover:text-green-700
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
67
src/app.jsx
67
src/app.jsx
|
@ -5,6 +5,9 @@ import './app.css'
|
||||||
|
|
||||||
import { Provider, useDispatch, useSelector } from 'react-redux'
|
import { Provider, useDispatch, useSelector } from 'react-redux'
|
||||||
// import { sc } from './index'
|
// import { sc } from './index'
|
||||||
|
import { BsPencilSquare } from 'react-icons/bs'
|
||||||
|
import { FaCube, FaCheck } from 'react-icons/fa'
|
||||||
|
import { MdAdd, MdEdit, MdDone } from 'react-icons/md'
|
||||||
|
|
||||||
export const Root = ({ store }) => (
|
export const Root = ({ store }) => (
|
||||||
<Provider store={store}>
|
<Provider store={store}>
|
||||||
|
@ -36,41 +39,45 @@ const App = () => {
|
||||||
}
|
}
|
||||||
}, [activeSketchNid])
|
}, [activeSketchNid])
|
||||||
|
|
||||||
return <>
|
|
||||||
|
|
||||||
<div className='absolute left-0 flex flex-col'>
|
const btnz = [
|
||||||
{/* <div className='buttons-group'> */}
|
activeSketchNid ?
|
||||||
{activeSketchNid ?
|
[MdDone, () => treeEntries.byNid[activeSketchNid].deactivate(), 'Finish'] :
|
||||||
<div
|
[MdAdd, sc.addSketch, 'Sketch']
|
||||||
className='bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded cursor-pointer'
|
,
|
||||||
onClick={() => treeEntries.byNid[activeSketchNid].deactivate()}>
|
[FaCube, () => sc.extrude(treeEntries.byNid[activeSketchNid]), 'Extrude']
|
||||||
Exit sketch
|
]
|
||||||
</div> :
|
|
||||||
<div
|
|
||||||
className='bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded cursor-pointer'
|
|
||||||
onClick={sc.addSketch}> addsketch </div>
|
|
||||||
}
|
|
||||||
<button onClick={() => sc.extrude(treeEntries.byNid[activeSketchNid])}> extrude </button>
|
|
||||||
{/* <button onClick={() => setState('')}> test </button> */}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
return <div className='absolute left-0 w-1/6 flex flex-col'>
|
||||||
<div className='absolute right-0'>
|
{
|
||||||
{treeEntries.allNids.map((entId, idx) => (
|
btnz.map(([Icon, fcn, txt]) => (
|
||||||
<div className='text-red-700 text-4xl' key={idx}
|
<div className="btn flex items-center justify-end p-1 text-xs w-16"
|
||||||
onClick={() => {
|
onClick={fcn}
|
||||||
if (activeSketchNid) {
|
|
||||||
treeEntries.byNid[activeSketchNid].deactivate()
|
|
||||||
}
|
|
||||||
treeEntries.byNid[entId].activate()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
>
|
>
|
||||||
{entId}
|
<div>{txt}</div>
|
||||||
|
<Icon className="w-4 h-4 ml-1" />
|
||||||
|
</div>
|
||||||
|
))
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div className=''>
|
||||||
|
{treeEntries.allNids.map((entId, idx) => (
|
||||||
|
<div className='bg-gray-50 flex justify-between'
|
||||||
|
key={idx}>
|
||||||
|
<div className='btn'
|
||||||
|
onClick={() => {
|
||||||
|
activeSketchNid && treeEntries.byNid[activeSketchNid].deactivate()
|
||||||
|
treeEntries.byNid[entId].activate()
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<MdEdit />
|
||||||
|
</div>
|
||||||
|
<div class="btn">{entId}</div>
|
||||||
</div>
|
</div>
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</>
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
purge: [
|
purge: [
|
||||||
'./src/**/*.jsx',
|
'./src/**/*.jsx',
|
||||||
'./dest/**/*.html'
|
'./dist/**/*.html'
|
||||||
],
|
],
|
||||||
darkMode: false, // or 'media' or 'class'
|
darkMode: false, // or 'media' or 'class'
|
||||||
theme: {
|
theme: {
|
||||||
|
|
Loading…
Reference in New Issue