12 April: Onboarding
Several repairs to the onboarding process
Fixed 🔧
Issues with Uncodie's Onboarding from Figma Plugin
Users attempting the onboarding process from the Figma plugin were unable to complete it due to issues with creating the project and achieving initial compilation.
It was found that project creation was requiring a user token validation step that was unnecessary. Users who hadn't configured their Figma token in their profile accounts couldn't compile their projects.
To ensure functional onboarding, barriers to project creation from the Figma plugin were removed. Instead, user permission was implemented to access Figma project data, bypassing the need for users to register their Figma token. This achieved a simpler, scalable, yet still improvable onboarding process.
When compiling, the plugin loses the last configuration.
Clicking the compile action would revert the plugin to previous data it had been opened with.
To fix this bug, the compilation thread was followed, and a method that was resetting the plugin data was found and removed.
Issues processing fill images in image elements as CSS properties
When generating an image element, it was adding the fill image as both an src attribute and a background property in CSS.
To solve this problem, validation was implemented for fill images in image elements so that they only compile as an src property of the img tag.
Backoffice Bugs
The issue where the script descriptions were overlapping the script titles has been fixed, as well as the hover effect not working for the remove button in variables
Introducing access token for managing the Uncodie public API.
The possibility to generate a token for managing access from Auth0 to your database has been added. This is in order to be able to register users through the script provided in the 'register user' action in Auth0
Last updated
Was this helpful?