Wappler art :)

Wappler gets very creative the longer your code gets :slight_smile:

1 Like

Hi, can you share the code which you used to create this piece of art? :slight_smile:

@Teodor Dynamic Attributes > Inner HTML

state.executing ? 'Creating... <span class="spinner-border spinner-border-sm" role="status"></span>' : 'Create instance'

The art works perfectly in the page though :slight_smile:

Yes, this seems to be an UI issue only - we will check how can this be improved.

Yes, I have an entire gallery to test the fix against!

Will be improved in the next update.

Then you will get:

image

and on mouse over see the whole expression, or in the data binding editor:

image

5 Likes

Thank you @George - the mouse over thing is super helpful

Lol :joy: do we need a Wappler art section?

1 Like

Brilliant, thanks @George!

Looks like we need another form of art now George is taking away our planned exhibits! :joy:

With this be added throughout the UI for long expressions or just the Inner HTML?

It would be very helpful. Right now to see long expressions you have to click on the lightning bolt and then switch to code view.

2 Likes

@George, I presume your fix will work for Server Actions too… this is from the code:

(($_POST.payment_method_name == "Card Payment") && ($_SESSION.s_admission_free == 0) && (amount_to_pay_now > 0) && ($_POST.add_existing == 0))

It’s already there, isn’t it? I hover over an expression and it shows it in the tooltip.

1 Like

Yes it should be solved now - otherwise post a new topic

This has been fixed in Wappler 3.7.5

This topic was automatically closed after 44 hours. New replies are no longer allowed.