Adding support for bigger teases is definitely high on the priority list but I want to get through some of these bug fixes first. Honestly, when I originally built Eos, I would have never dreamt that folks would want to build these insanely complex experiences. Now that I know there is a demand for that, I can definitely add some optimizations that make that experience better but it'll require some fairly fundamental changes to the engine.
nocnoc wrote: ↑Sat Jan 13, 2024 3:15 pm
@seraph0x I sent you a link to one of my LOTP teases with the end of script line selection issue. I hope this helps. The issue occurs on both Chrome and Edge running on Windows 11 and Windows 10. P.S. I like the highlight outline around the text boxes.
Thanks! The code editor issues should be fixed now.
im_inconclusiv wrote: ↑Sat Jan 13, 2024 4:54 pmI have noticed that, in EOS, the eval feature for the visibility of choice options is not working properly, at least for my tease: I have a variable which, when true, should trigger the visibility of a choice option. But, when I land to the page, the choice option is not visible (even if the variable has the right value to show it

).
The eval worked properly before the update.
Just tried it and it worked fine for me, so it would be helpful to have an example tease ID where this occurs. Ideally just copy the link from the address bar with the specific action selected where you're having the issue.
r0nin47 wrote: ↑Sat Jan 13, 2024 7:57 pm
Still getting Response not successful: Received status code 400 every time I try to publish anything.
Publishing works for me - can you give me the ID of the tease you're trying to publish please?
Nice-Log wrote: ↑Sat Jan 13, 2024 8:31 pm
new or pasted commands go to the top of the list instead of the bottom now.
Just fixed this, thanks!
Nice-Log wrote: ↑Sat Jan 13, 2024 8:31 pm
I figured out this happens on desktop too if the width is below 900px. That causes the column for the commands to hide and the only way back is the back button or clicking on the link on the top of the editor, both of which seem to deselect the command.
Ah, I see what you're saying. Wouldn't that have been the same before the update though? When you click/tap an action on a mobile-sized screen, it takes you to the action editor so there is no way to select an action in order to paste or create an action after it on mobile.
I do like that you can get to the action editor just by tapping the action once, so I don't really want to change that behavior.
So what I did is to add a "Paste below" option to the action menu (three vertical dots). That should allow you to paste below a specific action, even on mobile. I could similarly also add a "Create Below" option but that would be a bit more work, so maybe sometime in the future. Hopefully "Paste Below" already solves most of it.