Help forum
- Prefer estimated count using RPC (supabase)
unicodes
17 3 months ago
How to get the results of Prefer estimated =count but using RPC ? I have a function with limit and offset but this doesn 't work anymore with Prefer estimated count . A solution would be selecting all and then filter as per limit and offset but this isn 't efficient for db , is there an efficient solution like Prefer ? - Calendar Question
PeterShaw
3 3 months ago
I am currently building a yearly calendar because unfortunately the components dont fit my needs . I am trying to let every month start with a monday but somehow I cannot figure out which node to use . The shown month should start on Wednesday . - Can API requests within components be done server-side or only at the page level?
Danny
19 3 months ago
I thought API requests within components could be done server -side as long as auto-fetch and server-side fetching were both on , but it seems like they 're fetched after page load (I can see the requests for each API in my network tab ) . Is that right or am I maybe missing something / misunderstanding ? - I can't create a page called login as previously deleted it.
MartinF
11 3 months ago
I need to get a deleted page made available again on a couple of projects . Can i DM someone with ✨ powers ? Thanks - robots.txt
Kova
4 3 months ago
Hi there , could pappa Toddla help a toddler like me , just a quick question , does having a robots .txt in public repo on github , copy /pasting link in project settings under Robots .txt work , or is there another way of doing it ? thank you 😄 - Custom fonts for components
Targox
3 3 months ago
Components don 't have 'head assets ' so there 's no way to add a custom font through there .Is there a way to upload and use a custom font directly within a web component (not Google ) ? Since the component doesn ’t inherit styling from the parent website , that ’s not an option either . Thanks ! - Best way t o store such data as user name, profile pic, etc.
ssssadsadasd
11 3 months ago
During a user section I want to save such data as user name , user profile picture , username etc so that I do not make an extra call everytime . I am using supabase , and I initially thought saving these in the supabase user _metadata would be the best solution but this is not reccommeded apparently . so I was wondering what is an alternative solution ? save to local /session storage does not seem a good option ? will the "save to cache " feature that will be coming to toddle fit to this case ? thanks - Scrolling in toddle
petermac
8 3 months ago
Hi I 'm having problems scrolling in toddle menus , e .g . the right hand panel , say styling as an example . I 'm on a laptop with no scroll wheel , sometimes I can scroll down with down arrow on keyboard , sometimes I can 't . Sometimes holding down left button and dragging down will scroll sometimes it doesn 't . Are there invisible scroll bars I 'm missing ? In general I find it hard to scroll down in toddle menus and sometimes I 'm not sure if there are more items or not when trying to scroll . Any tips on scrolling on a laptop ? Thanks - authentication issue: No data in response of api call.
101kwinner
12 3 months ago
Hi I am having issues with getting data in the response section of my api call for my sign up page . Every time I test it it gives me an error : "Unable to locate request " . I have watched the tutorials , the body in the api call has the data in the formula , the submit action does trigger for the sign up form , and I have downloaded the Toddle plugin , though I am not sure what that does . Despite this , it still gives me the same error , I am using Xano for my backend . Any help would be greatly appreciated - Popover for profile settings
PeterShaw
1 3 months ago
Whats the best way to build a profile settings modal as shown in the screenshot ? Now its a popover but I struggle with the placement . I want it to be placed directly below the parent button which is a problem when the screen width changes - Font size shortcut
Yann
0 3 months ago
Hey there , I was wondering why when you choose a preset font size ,ie font -size -base , it gives you a value of 1rem . Until here everything ok but once set if you use the shortcut (ie ctrl + arrow up or down ) to increase or decrease it the value is reset to 0 and changed to pixel . Is it a normal behaviour ? - passing values between pages
Kai
11 3 months ago
Hi , I have a question about passing values . I have an overview page /members with a list of users . For each user , the name , email address , and a "view profile " link are displayed . How do I pass the user _id to the /profile page so that I can pass it to the Xano API ? - Check if user is logged in
Stefan
10 3 months ago
Hi , I am trying to simply check if the user is logged in = has a session cookie "access _token " . But if I get the cookie in a formula via "get http only cookie " it returns the placeholder { {cookies . . . . } } - so it is never empty , also not if there is no cookie . Whats the best way to simply check if the user is logged in ? PS : I dont want to make an api call just to now if the user is logged in . One idea would be to use session storage for that , but also not ideal I guess . - Copy component
PeterShaw
6 3 months ago
Hi , maybe Im missing something but I cannot copy a component from project A to B . It says "this component does not exist in this project . " Any ideas ? - Social media Infinite scroll
Leo
5 3 months ago
Hey guys , I was wondering how to reproduce the infinite scroll like the one similar to social media where the more you scroll down , the more content gets rendered . I can ’t quickly figure out how to make an API request and add the content on top of what has already been rendered . I would appreciate any response .