Skip to content

Commit a6060c2

Browse files
committed
fix more css
1 parent 590f8ff commit a6060c2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+5105
-479
lines changed

.claude/settings.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(find . -name \"*.scss\" -exec cat {})",
5+
"Bash(git -C \"c:/Users/luc/Documents/GitHub/ESP3D-WEBUI\" log --oneline -10)",
6+
"Bash(git -C \"c:/Users/luc/Documents/GitHub/ESP3D-WEBUI\" show 7f86d12 --name-only --format=\"\")",
7+
"Bash(git -C \"c:/Users/luc/Documents/GitHub/ESP3D-WEBUI\" stash list)",
8+
"Bash(git -C c:/Users/luc/Documents/GitHub/ESP3D-WEBUI show 3.0:src/style/index.scss)",
9+
"Bash(git -C c:/Users/luc/Documents/GitHub/ESP3D-WEBUI show 3.0:src/style/components/control.scss)",
10+
"Bash(git -C \"c:/Users/luc/Documents/GitHub/ESP3D-WEBUI\" ls-tree -r 3.0 -- src/style/)",
11+
"Bash(git -C \"c:/Users/luc/Documents/GitHub/ESP3D-WEBUI\" show 9bc0d74c7b0548afa5de71d03082ccbbad0d1942)",
12+
"Bash(cut -d'{' -f1)",
13+
"Bash(for cls:*)",
14+
"Bash(do)",
15+
"Bash(if grep:*)",
16+
"Bash(then)",
17+
"Bash(echo \"✓ $cls\")",
18+
"Bash(else)",
19+
"Bash(echo \"✗ MANQUANT: $cls\")",
20+
"Bash(fi)",
21+
"Bash(done)",
22+
"Bash(grep -o ^.[a-z-]* C:UserslucDocumentsGitHubESP3D-WEBUIsrcstyleindex.scss)",
23+
"Bash(do if:*)",
24+
"Bash(then echo:*)",
25+
"Bash(for class:*)",
26+
"Bash(do echo:*)",
27+
"Bash(grep -r \"class.*$class\" \"C:\\\\Users\\\\luc\\\\Documents\\\\GitHub\\\\ESP3D-WEBUI\\\\src\" --include=\"*.js\")"
28+
]
29+
}
30+
}

.claude/settings.local.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
"allow": [
44
"Bash(grep -roh className=\"\"[^\"\"]*\"\" src/components/ src/targets/ --include=*.js --include=*.jsx)",
55
"Bash(grep -roh class=[^]* src/ --include=*.js --include=*.jsx --include=*.html)",
6-
"Bash(grep -v '^$')"
6+
"Bash(grep -v '^$')",
7+
"Read(//tmp/**)",
8+
"Bash(while read:*)",
9+
"Bash(do grep:*)",
10+
"Bash(echo $class done)"
711
]
812
}
913
}

css_transition/CLASS_MIGRATION.md

Lines changed: 1211 additions & 0 deletions
Large diffs are not rendered by default.

css_transition/jog.svg

Lines changed: 1120 additions & 0 deletions
Loading

css_transition/jog.svg.css

Lines changed: 131 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,131 @@
1+
text.jog {
2+
font-weight: 900;
3+
font-size: 11px;
4+
fill: black;
5+
pointer-events: none;
6+
-webkit-user-select: none;
7+
-moz-user-select: none;
8+
-ms-user-select: none;
9+
user-select: none;
10+
}
11+
12+
text.home {
13+
font-weight: 600;
14+
font-size: 16px;
15+
pointer-events: none;
16+
-webkit-user-select: none;
17+
-moz-user-select: none;
18+
-ms-user-select: none;
19+
user-select: none;
20+
}
21+
text.scl {
22+
stroke: white;
23+
fill: white;
24+
pointer-events: none;
25+
-webkit-user-select: none;
26+
-moz-user-select: none;
27+
-ms-user-select: none;
28+
user-select: none;
29+
}
30+
31+
.charts-container {
32+
display: flex;
33+
flex-direction: column;
34+
justify-content: space-evenly;
35+
height: 100%;
36+
}
37+
38+
.charts-subcontainer {
39+
flex: 0 0 auto;
40+
}
41+
42+
43+
text.posscl {
44+
font-weight: 200;
45+
font-size: 8px;
46+
stroke: black;
47+
fill: black;
48+
pointer-events: none;
49+
-webkit-user-select: none;
50+
-moz-user-select: none;
51+
-ms-user-select: none;
52+
user-select: none;
53+
}
54+
55+
circle.cross {
56+
stroke: black;
57+
fill-opacity: 0;
58+
stroke-width: 2;
59+
pointer-events: none;
60+
-webkit-user-select: none;
61+
-moz-user-select: none;
62+
-ms-user-select: none;
63+
user-select: none;
64+
}
65+
66+
rect.movez {
67+
fill: #f06565;
68+
fill-opacity: 1;
69+
stroke: black;
70+
stroke-width: 1;
71+
filter: url(#f1);
72+
}
73+
74+
rect.movez:hover {
75+
fill: orange;
76+
cursor: pointer;
77+
}
78+
79+
circle.std {
80+
fill: #f06565;
81+
fill-opacity: 1;
82+
stroke: black;
83+
stroke-width: 1;
84+
filter: url(#f1);
85+
}
86+
87+
circle.std:hover {
88+
fill: orange;
89+
cursor: pointer;
90+
}
91+
92+
circle.scl {
93+
fill: black;
94+
fill-opacity: 0.5;
95+
stroke: red;
96+
stroke-width: 3;
97+
filter: url(#f1);
98+
pointer-events: none;
99+
}
100+
101+
path.home {
102+
stroke: black;
103+
}
104+
105+
path.std {
106+
stroke: black;
107+
stroke-width: 1;
108+
filter: url(#f1);
109+
}
110+
111+
.pressedbutton {
112+
fill: #ff7c26;
113+
stroke: black;
114+
stroke-width: 1;
115+
cursor: pointer;
116+
}
117+
118+
rect.std {
119+
stroke: black;
120+
stroke-width: 1;
121+
filter: url(#f1);
122+
}
123+
rect.std:hover {
124+
fill: orange;
125+
cursor: pointer;
126+
}
127+
128+
path.std:hover {
129+
fill: orange;
130+
cursor: pointer;
131+
}

0 commit comments

Comments
 (0)