-
-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NEXT Figma Documentation and Guide #2899
base: next
Are you sure you want to change the base?
Conversation
Co-authored-by: Bohdan Karpliak <[email protected]>
|
@mmailaender is attempting to deploy a commit to the Skeleton Labs Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
lucide-svelte was making problems if used in .astro file
Modify Figma sections, implement Image component
@micha.mailaender @bohdank1995 I called this out on Discord, but wanted to repeat it here. One thing I did notice. We've now moved the Figma tutorials section under But it looks like the tutorial pages themselves are still under All three chapters will need to be moved under |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few more things here. Most of these should be quick fixes.
|
||
<h2 class="h2 pb-8" id="get-access">Get Access</h2> | ||
|
||
<FigmaBuyNow /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need some kind of contact information below the Buy Now component. If users are having trouble, we don't want our contributors or community members being forced to deal with this. They should have a direct link of communication with you guys.
This can take one of more forms here:
- A direct support email list (add an anchor with a
mailto:
URL) - A company website with your contact information
- We can also setup a
#figma-ui-kit
channel under Skeleton Labs on Discord.
I'd recommend something like this:
The Skeleton Figma UI Kit is created with ❤️ from Micha, Bohdan, and Skeleton Labs. If you have questions about your purchase or need support, please contact us at [email protected].
If you guys don't have an email handy to use, then we can use [email protected]
temporarily. But I'd prefer you guys managed this asap.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the suggestion with the #figma-ui-kit so we have one source for the community, and it has a search function, making it easier to deal with repeating questions 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note the #figma-kit-support
channel has been added on Discord, but will remain private until the Kit launches.
Description
Adjust the Figma Landing page + add Tutorials to the docs to prepare for the v3 launch.
Progress
Figma UI Kit for testing: https://discord.com/channels/1003691521280856084/1217864742643957832/1303390206946316310
Updates
.png
images to.webp
to have smaller and more performant images while keeping the transparent background to provide some semi-dark/light image support (We will later provide dark and light images, but for now, we're keeping it lean).The following tutorials are not MVP relevant and will be delivered afterwards:
Checklist
Please read and apply all contribution requirements.
docs/
,feature/
,chore/
,bugfix/
next
branch (NEVERdev
ormaster
)pnpm check
in the root of the monorepopnpm format
in the root of the monorepopnpm lint
in the root of the monorepopnpm test
in the root of the monorepo/package
projects, please supply a ChangesetChangsets
View our documentation to learn more about Changesets. To create a Changeset:
pnpm changeset
and follow the prompts