A couple of things about Reactor 24293
-
A couple of things for you @toggledbits, since you mentioned that this release has new features and some tweaks are expected.
-
Local expressions cannot be deleted. Pushing the X button has no effect for me.
-
When cloning an entity action, the result is strange (first is cloned one, second is the original action):
-
When changing the action on the cloned element, the params are added to the original one. See screenshot:
-
Dark theme has a couple of strange contrasts. One is visible in the previous screenshots (white text on yellow background). Another one is in groups (blue text on blue background):
Overall, I found blue, yellow, red and green (in buttons and forms) to be too bright.
On the bright side:
- I love the new script action: thank you!
- The dark theme is a great start to avoid getting blinded at night
- I promise I'll try very soon the new features around actions. Thanks!
-
-
A couple of things for you @toggledbits, since you mentioned that this release has new features and some tweaks are expected.
-
Local expressions cannot be deleted. Pushing the X button has no effect for me.
-
When cloning an entity action, the result is strange (first is cloned one, second is the original action):
-
When changing the action on the cloned element, the params are added to the original one. See screenshot:
-
Dark theme has a couple of strange contrasts. One is visible in the previous screenshots (white text on yellow background). Another one is in groups (blue text on blue background):
Overall, I found blue, yellow, red and green (in buttons and forms) to be too bright.
On the bright side:
- I love the new script action: thank you!
- The dark theme is a great start to avoid getting blinded at night
- I promise I'll try very soon the new features around actions. Thanks!
@therealdb said in A couple of things about Reactor 24293:
Local expressions cannot be deleted. Pushing the X button has no effect for me.
Found and fixed, for a build later today.
@therealdb said in A couple of things about Reactor 24293:
When changing the action on the cloned element, the params are added to the original one.
Found and fixed.
@therealdb said in A couple of things about Reactor 24293:
Dark theme has a couple of strange contrasts. One is visible in the previous screenshots (white text on yellow background)
Fixed. More limited coloring selected here (too much yellow before).
@therealdb said in A couple of things about Reactor 24293:
Another one is in groups (blue text on blue background):
Group title, specifically, fixed.
@therealdb said in A couple of things about Reactor 24293:
Overall, I found blue, yellow, red and green (in buttons and forms) to be too bright.
Yellow has been dealt with. The remaining coloring is Bootstrap (5.3). I don't specify color directly here, I specify type or usage and it chooses color, and it adjusts color based on theme.
-
-
@therealdb said in A couple of things about Reactor 24293:
Local expressions cannot be deleted. Pushing the X button has no effect for me.
Found and fixed, for a build later today.
@therealdb said in A couple of things about Reactor 24293:
When changing the action on the cloned element, the params are added to the original one.
Found and fixed.
@therealdb said in A couple of things about Reactor 24293:
Dark theme has a couple of strange contrasts. One is visible in the previous screenshots (white text on yellow background)
Fixed. More limited coloring selected here (too much yellow before).
@therealdb said in A couple of things about Reactor 24293:
Another one is in groups (blue text on blue background):
Group title, specifically, fixed.
@therealdb said in A couple of things about Reactor 24293:
Overall, I found blue, yellow, red and green (in buttons and forms) to be too bright.
Yellow has been dealt with. The remaining coloring is Bootstrap (5.3). I don't specify color directly here, I specify type or usage and it chooses color, and it adjusts color based on theme.
@toggledbits said in A couple of things about Reactor 24293:
Yellow has been dealt with. The remaining coloring is Bootstrap (5.3). I don't specify color directly here, I specify type or usage and it chooses color, and it adjusts color based on theme.
true, but these could be overridden by CSS variables.
[data-bs-theme=dark] { --bs-blue: #0b5ed7; /* Darker Blue */ --bs-indigo: #520dc2; /* Darker Indigo */ --bs-purple: #59359e; /* Darker Purple */ --bs-pink: #b02a6b; /* Darker Pink */ --bs-red: #b02a37; /* Darker Red */ --bs-orange: #dc6a0a; /* Darker Orange */ --bs-yellow: #e0a800; /* Darker Yellow */ --bs-green: #146c43; /* Darker Green */ --bs-teal: #169b7e; /* Darker Teal */ }
Give it a try.
-
T toggledbits unlocked this topic on
-
T toggledbits locked this topic on