Help forum
- best way to store data in a session supabase and toddle
ssssadsadasd
π119 3 months ago
In you can easily add new columns to a user table and then easily access those columns through e .g . "current user 's profile picture " . In you cannot add new columns to authentication and thus you need to add a new table with such columns as profile pic , first name , last name , etc . Now , I would need to have easy access to these values . What is the best way I can store these variables of the current user (profile pic , first name , last name , etc . ) in the session for easy access so that I do not have to make an api call everytime I need them ? So , the moment the user logs in the variables are stored and , ideally , they are updated automatically if the user changes them Thanks - Path parameter not updating on click
Seun Orofin
10 3 months ago
I am handling different views on my app based on the path parameter . . .but on click of each button that should update the path . . .it is not changing . . .it is working in the editor but not on the live preview - Still need help for this one!
vanishklift
0 3 months ago
- how to check when to use date from string?
unicodes
0 3 months ago
I tried using an if statement to check whether the input date needs to be formatted with date .fromstring or not , but it isn βt working . Formatting the date with date .fromstring all the time causes issues in some situations (e .g . , when the input is empty ) . What solution do you use to determine when date .fromstring is needed and when it βs not ? - Restart/interupt the sleep function
needtheanswers
2 3 months ago
Is there a way to restart the sleep function ? For example you click a button which triggers sleep 5000ms , after 2000ms you click the button again and it should start at 5000ms again . - qr code
FouadTarabolsi
8 3 months ago
hi , hello all , any idea how implements the following workflow ? : - I open a page on a laptop - I get unique QR code - I scan it with my mobile - in the mobile I login -once I login the original screen with the barcode will automatically detect i successfully authenticated and give me my content . I assume as beginning that QR code page will be considered as an authentication page , also the value of the QR code will be unique for to identify the session . . or there are better and secure ways . - best way to manage which page is on which domain?
needtheanswers
0 3 months ago
Hi , what is the best way to have page 1 on www .myapp .com , page 2 on auth .myapp .com and all other pages on dashboard .myapp .com for example ? If I set up multiple custom domains then every page is visible on every domain (as stated in the documentation ) . - Question on formulas
ssssadsadasd
β 14 3 months ago
I have a questions on formulas . Suppose I have an formula that outputs a text . Now , in a component /page I need the result of the app formula in several places . So , I would not want to call the app formula in every place but just get the output in one place and refer to it . My solution is to build a formula , use the app formula there , and get the result . The formula has an two variables as inputs . I dont know whether what I am doing makes sense , i .e . whether is is the same thing as calling the app formula . anyone has any idea how to solve this ? thanks - DNS TXT propagated but not detected by Toddle
yoelfdz
β 11 3 months ago
Hi there ! I βve been trying to set up a domain for an app , but I βm running into an issue with the TXT record . DNS propagation seems to detect it correctly , but it βs still stuck on Toddle . The DNS provider βs support team suggested I reach out to you . Could you please help ? π UPDATE : It got approved but the domain was not working , now it 's back to "Pending Validation " - input range bug on chrome
unicodes
1 3 months ago
My input range (min 0 max 5 ) is stuck at this point on chrome . It works on firefox , but on chrome shows the maximum at the beginning . Do you know please what to do in order to make it works normally ? Thank you ! - Swiper JS
Miles
18 3 months ago
Has anyone installed SwiperJS that is willing to share how to set it up ? I 'm adding the script and stylesheet in the head assets , then running a custom action on load . I have the attributes (data -swiper , data -swiper -wrapper , and data -swiper -slide ) attached to the relevant elements , but I can 't get it to work . Attached some images , including error in console log . Any help appreciated π - Zaraz load on prerendered pages
Sakamoto
3 3 months ago
Hi , I 'm trying to install Zaraz . I tried auto -inject and it works fine . However , it also triggers for prerendered pages . I could try triggering it manually with the script tag but it 's more difficult to manage . Is there an easy way to get around this ? - Global font?
Dark Yellow
16 3 months ago
Is there a way to set global fonts ? For the whole project instead of per page ? - Cursor transition
ssssadsadasd
1 3 months ago
I want to avoid this ( [see video ] ( https://vimeo.com/1045755332/9ecec1e7d4?ts=0&share=copy ) ) abrupt change of cursor when I hover an element . I try to add some transition and select cursor but I could not find a solution . anyone has an idea ? thanks [test app ] ( https://toddle.dev/projects/turquoise_o_en_lars_permanent_chicken/branches/start/components/test4?canvas-width=800&canvas-height=800&rightpanel=style&selection=nodes.KBhGnMp2JElsHzqdROJee ) - Div Background Color from API Response/Variable
Stefan
β 13 3 months ago
Apparently that is not possible , or am I missing something ?