Pricing Blog

Help forum

  • martinf4630-1388080282128617567

    MartinF

    2

    20 days ago

    Seeing data structures of formula in context.
    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?
  • mvvdv-1387973890739015793

    MVvdV

    30

    20 days ago

    How to avoid native HTML resize behaviour overwriting my style variables?
    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?
  • elli4931-1387700806677041182

    Vizualinx

    4

    21 days ago

    Text overflow
    How do i use the text overflow (ellipsis) property?
  • milos07630-1387624522655596728

    Milos

    0

    21 days ago

    I'm looking for someone based in the U.S.
    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!
  • zefunha-1387478181950521375

    zefunha

    2

    21 days ago

    Site lost CSS
    Hi,

    My site has seem to lost its CSS when live or in preview. Looks fine in edit
  • matt_apollodev-1387467517894590544

    Matthieu B.

    6

    21 days ago

    Get side by side column in table
    I'm trying to follow html principles, but my column don't show side by side. What am I doing wrong ?
  • matt_apollodev-1387454738110480435

    Matthieu B.

    👍🏻1
    10

    21 days ago

    Create a table / Datagrid in nordcraf
    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...
  • sanedealer-1387358782350299217

    Edwin Paul

    1
    2

    22 days ago

    Has anyone managed to set Cache-Control headers successfully for Supabase uploads?
  • elli4931-1387239463692009472

    Vizualinx

    8

    22 days ago

    RTL
    How can I implement RTL (based on the language)?
    Not just text, the entire layout.
  • kingpin2557-1386994775860707328

    Kingpin

    75

    23 days ago

    General questions
    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)
  • jaycmpb-1386776986851999784

    Jay Campbell

    2
    7

    23 days ago

    Workflow Events
    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.
  • jehex-1386533973999747115

    Jehex

    5

    24 days ago

    Complex images grid
  • jehex-1386515414690824202

    Jehex

    1

    24 days ago

    Grid 5x5 responsible
    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 ! 🙂
  • elli4931-1386502674563989665

    Vizualinx

    11

    24 days ago

    Refresh APIs
    (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?
  • ssssadsadasd-1386265389490765935

    ssssadsadasd

    3

    25 days ago

    Supabase access token time limit
    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