Help forum
- Seeing data structures of formula in context.
MartinF
2 20 days ago
Just wondering what the best way to work with data structures in consumer components ? I have an api call in a parent and add it 's data to a formula but can 't work with the structure in components that consume it as the formula show null . Do you put the sample data in the formula , set it all up in the consumer and then switch the data in the formula back to the API ? - How to avoid native HTML resize behaviour overwriting my style variables?
MVvdV
30 20 days ago
Im using style variables to keep track of and set the dimensions of a div . However , the browser native css resize that i use writes it 's own width and height style properties that override my own . how can i avoid this ? - Text overflow
Vizualinx
4 21 days ago
How do i use the text overflow (ellipsis ) property ? - I'm looking for someone based in the U.S.
Milos
0 21 days ago
I 'm looking for someone based in the U .S . who can help me with a few tasks . All tasks are paid . If you 're interested or would like to learn more , feel free to DM me . I ’d be happy to go over the details . WhatsApp : +1 571 -492 -8924 Telegram : @Vict0rHQ Looking forward to hearing from you ! - Site lost CSS
zefunha
2 21 days ago
Hi , My site has seem to lost its CSS when live or in preview . Looks fine in edit - Get side by side column in table
Matthieu B.
6 21 days ago
I 'm trying to follow html principles , but my column don 't show side by side . What am I doing wrong ? - Create a table / Datagrid in nordcraf
Matthieu B.
👍🏻110 21 days ago
I 'm coming from Weweb , and what I like about it is that they have a lot of elements already built , including tables / datagrid very handy for saas apps . I 'm trying to understand how to approach it in nordcraft without taking too much time , for very simple elements . Would you design it from scratch , would you use a specific library ? it 's going to be the same for other elements like drawers / modals / etc . . . - Has anyone managed to set Cache-Control headers successfully for Supabase uploads?
Edwin Paul
✅12 22 days ago
- RTL
Vizualinx
8 22 days ago
How can I implement RTL (based on the language ) ? Not just text , the entire layout . - General questions
Kingpin
75 23 days ago
https://docs.nordcraft.com/media/overview This overview explains how to get images from different qualities do I use this method to make sure my images are responsive ? In webdevelopment this would output a picture tag within that source tags using breakpoints . (Trying to get to know nordcraft before actually jumping in , learning this way helps me doing stuff in new programs quicker ) - Workflow Events
Jay Campbell
✅27 23 days ago
Not sure if this has already been suggested , but being able to have workflow events similar to the events in actions so I can do something on the success of a workflow . - Complex images grid
Jehex
5 24 days ago
- Grid 5x5 responsible
Jehex
1 24 days ago
Hi there , looking for make a simple grid 5x5 responsible + wrap feature but Im stuck a little bit , I set the min width to 15rem / max wight to 20 % but I getting every time more than 5 elements per rows when the resolution reach a specific width . Thanks ! 🙂 - Refresh APIs
Vizualinx
11 24 days ago
(please mind the way I wrote the question . . I tried my luck first with AI . . ) In nordcraft what would be the best way /system to reload APIs from one component to the other ? For example I have an SPA , every page is technically a component inside the main page , and I also have all the main dialogs in the main page . Now for example when I want to create a new contact , the contact page is a component inside the main page , I have there a button , on click I pass on an event to the main page that would open the add contact dialog (popup modal ) . Now when I save the new contract I need to refresh the API with the list of contacts to be able to see the new contact straight away without the user having to manually refreshing the browser . Now what I am currently doing is , I have to do a hack . In the contacts component I have an attribute 'reload contacts ' that is default to 0 , then a do on attribute change - reload contacts API . Now when the user saves the new contact I increment a variable 'reload contacts api ' which is linked to the attribute of the contact component . What happens then is because it updates the attribute , it will refresh the API . But this is very hacky and inefficient . I have a ton of these use cases and I need a better way to handle it . Any ideas of how to do this ? - Supabase access token time limit
ssssadsadasd
3 25 days ago
So once you login supabase gives you an access token which is usually valid for 1hour (see pic ) . after one hour I am automatically logged out of the account . what is the process to automatically refresh the access token using the refresht token ? AI tells me this should happen automatically but is not happening in my case ? Thanks