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

Switches the Icon component so that it now uses Remix like the rest of budibase #998

Merged
merged 1 commit into from
Jan 18, 2021

Conversation

kevmodrome
Copy link
Contributor

Description

Switches out the icon library, now uses remix rather than fontawesome. I decided to ditch the idea of using categories, it looks way to cluttered in my opinion.

Screenshots

https://cln.sh/SbeiSl

@@ -1,6 +1,7 @@
<html>
<head>
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css" rel="stylesheet">
Copy link
Member

Choose a reason for hiding this comment

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

Should we import the CSS for remix in the icon component itself? That way it will get bundled with the client apps.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think that would be better, struggled a lot with sorting it out though, got it working in the builder but then I had issues in the actual preview and generated apps. Looked like a pathing issue. Open to suggestions and/or help on how to do it. 🙏

@kevmodrome kevmodrome merged commit 39f6fe1 into master Jan 18, 2021
@kevmodrome kevmodrome deleted the feature/icon-component-switch-to-remix branch February 19, 2021 14:42
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