Help forum
- Problem when editing a component from an installed package
Luca Heck
3 5 months ago
Hello support team , I tried to edit a component from an installed package , but encountered a problem . 1 . i installed the package with the accordion component and wanted to customize the included structure . 2 . i noticed that installed packages cannot be edited directly (e .g . by double -clicking on the component ) . 3 . therefore I cloned the package in order to copy the desired component into my main project . 4 . copying the component from the cloned package into my main project worked , but I still cannot open or edit it - it appears empty . My questions : - Is this behavior normal ? - Is there any way I can customize components from an installed package myself or am I limited to working with the package defaults only ? Thank you very much for your support ! Best regards Luca - Problems accessing formula via context
Raphael Walters
26 5 months ago
Hey everyone . I am having problems accessing a parent formula via context . Can anyone shed any light on what I might be doing wrong ? Thanks . https://www.tella.tv/video/accessing-state-across-components-2e6y - selecting children on parent hover (style)
unicodes
3 5 months ago
is possible in toddle to select children on parent hover event (or other events ) without using style sheet ? I want to add style to children too on parent event , but like in CSS . - Cannot get the auth me of Xano working after saving to session cookies
Platon777
2 5 months ago
Who can help me figure it out how to make it Working - Recommended way to invite freelancer
Christiaan
3 5 months ago
I have a design in Figma that I want a freelancer to implement in Toddle . What is the normal way to do this ? I could add this person to the project (at seat cost , but no problem for a short while ) but this person then gets access to all other projects too . Can I add someone to a specific project or even branch ? - add cookie consent tool
PeterShaw
6 5 months ago
Hi all , I want to add a cookie consent tool via script but somehow it doesnt show the banner when reloading the page . I tried pasting the code into the content field as well as adding the content as attributes . - Can anyone call my supabase function?
ssssadsadasd
14 5 months ago
I have a toddle api that calls a supabase edge function . The authorization is simply the supabase apikey which is public . does this mean that anyone (authenticated or not ) can call this function ? thanks - Telegram Mini Apps
Spaumx
3 5 months ago
Is such support planned ? Or can I install a custom library like this one ? https://www.npmjs.com/package/@telegram-apps/sdk - Local Storage on Page Load is PAIN
Pascal
63 5 months ago
I 'm repeatedly trying to build a dark /light mode , and the only reliable way is to do it with fomula based colors and a local storage based dark /light mode Query Parameters and URL parameters did not reliably work at all . however , the page really builds only after the first 1 second , until all formulas seem to be unpacked and the local storage is read . I guess this is due to toddles core engine . In the video , darkmode is per default "true " and a potential lightmode will be read from the local storage This causes the flashing in the first second . - toddle paid plan - pause the subscription
needtheanswers
4 5 months ago
Hi , I ´ve upgraded to the toddle startup plan on the 7th of january . I actually wanted to pause my subscription but wasn ’t able to do so , so I have now downgraded to the free plan . Is it even possible to pause the subscription ? Also , what happens to my remaining two days on the Startup plan ? Thanks Team toddle - page breaks using html2pdf
PeterShaw
2 5 months ago
I use html2pdf to generate pdfs from an element . The element contains 4 sub -elements and I want every sub -element to be on a single page when exported . Can I add a page break after every sub -element in toddle ? @Matthewcc Great package . Maybe you can help 🙂 - Use data from api
ssssadsadasd
17 5 months ago
I have an api named "stripe _api " that creates a stripe customer . This call returns this json (see attached image ) . On success , I want to make a Patch call to my Supabase to edit the stripe _customer _key field . How can I extract the stripe _api .data .id value as an input for the subsequent call (the supabase one ) ? I tried using dot notation stripe _api .data .id but it evaluates to text and it does not extract the value . thanks - Multiple pages with same containers
benjabievres
8 5 months ago
Hello , I would like to build a webapp that contains a common containing div (with a header , a footer with icons that let me switch between pages ) . Each page would be displayed in the main area (between the header and footer ) , and pages could share common variables . For this , I think of 3 options , but I don 't know which is best : 1 - create a very big and unique page with a lot of nested "divs " that I show /hide according to the icon user clicks in the footer 2 - create a big and unique page , but use Toddle Components so that each "sub -page " can be designed separately (in that case , I would share common variable through component inputs ) 3 - create separate pages , and have one Main page with an iFrame that loads the other pages according to the icons in the footer the user clicks According to you , what would be the best way to make the webapp easier to build and maintain ? Do you have any other suggestion ? Are there official best practices ? Thanks ! Benjamin - Getting wrong auth token
Jehex
3 5 months ago
Hi there , quick question about xano , my auth /login ( who receive the correct inputs ) return me an auth token that is not recognized by auth /me ( cannot find the user link to the id of the auth token ) what 's can be the cause of this ? Sone infos : - id is adding the creation of the token Auth token - Cookie are setup correctly and received the auth token - db Auth is enable on auth /me Probably an obvious reason / stupid mistake from me but Im not again super confortable with the auth process 😦 - Quill - dynamic size filling space between header and footer
Kai
5 5 months ago
hey there ! I am building a mobile first page for editing a simple html text . I am using the quill package . I tried for 2 h now to make it happen that the editor is using the space available between header and footer . It seems , the quill editor is allways taking too much room vertically . I tried so man things but I can 't get it run . Tried to wrap the editor in a div . and so on . Can anyone help please 😉 Thanks in advance .