Skip to content
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

Add styles to all fidgets #216

Merged
merged 2 commits into from
Jul 7, 2024
Merged

Add styles to all fidgets #216

merged 2 commits into from
Jul 7, 2024

Conversation

glebovsky
Copy link
Collaborator

image

Copy link

vercel bot commented Jul 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nounspace-ts ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 3, 2024 4:52am

@@ -54,7 +54,6 @@ export const FontSelector: React.FC<FontSelectorProps> = ({
</SelectTrigger>
<SelectContent>
{settings.map((font, i) => {
console.log({ font });
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry about that

@@ -70,7 +70,7 @@ const FidgetSettingsRow: React.FC<FidgetSettingsRowProps> = ({
return (
<div
className={mergeClasses(
"text-gray-700 md:flex-col md:items-center m-2",
"text-gray-700 md:flex-col md:items-center",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tighten the space a bit

@@ -254,7 +254,7 @@ export const FidgetSettingsEditor: React.FC<FidgetSettingsEditorProps> = ({
</>
) : (
// X Button and Save Button (shows first)
<div className="flex pt-2 gap-2 flex items-center justify-center">
<div className="pt-2 gap-2 flex items-center justify-center">
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dupe

}}
>
{bundle.config.editable && (
<button
onMouseDown={onClickEdit}
className="flex items-center justify-center opacity-0 hover:opacity-50 duration-500 absolute inset-0 z-10 flex bg-slate-400 bg-opacity-50 rounded-md"
className="items-center justify-center opacity-0 hover:opacity-50 duration-500 absolute inset-0 z-10 flex bg-slate-400 bg-opacity-50 rounded-md"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dupe

@j-paterson j-paterson merged commit c18d047 into canary Jul 7, 2024
3 checks passed
@j-paterson j-paterson deleted the add-styles-to-all-fidgets branch July 7, 2024 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants