-
Notifications
You must be signed in to change notification settings - Fork 15
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
Get it working with the imported icons. #59
Conversation
@ericawright @nt1m do you folks have any feedback? Thank you very much 🙇 For more context see https://github.com/FirefoxUX/design-tokens/tree/master/photon-icons |
The general approach looks ok to me, I'm just wondering if we can't simplify this further by not having a deployment script and simply fetching the icons+listing directly from npm. |
Okay, I think this is ready for the actual review. Have at it, everyone! 😃 (@nt1m I think I agree that we can use the icons+listing directly from npm. But I'd like to make that a followup bug, if you don't mind.) |
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.
$ npm run dev
prompts an error- once we merge Make 'deprecated' a tag instead of a category. photon-icons#1 we can problably bump the npm version to v3.1.0
- we can remove the
/viewer
subfolder,feel free to open a following issueedit: we have a issue for the/viewer
see Remove /viewer container as it is not needed anymore #43 - what is the difference between
/dist
and/html
- there's an empty folder
/icons/extensions
- we can remove most of the contents from the README.md
- with
$ npm run watch
, if I select an icon in the grid list, the sidebar opens, but the icon is not displayed in the preview
No it doesn't. 😉 (It's impossible for me to do anything with this unless you paste the error you're seeing…)
Done.
I'll let someone else open that issue, if they feel strongly.
Not anymore. 😃
I think it's still kinda useful, so I don't really want to do that.
That would depend on how you're starting the server, I suppose. Maybe try the new |
It works, I was kidding!
I edited the comment above, we already had an issue, see #43
I agree that is useful, but this is not the place where this information is most useful. As you said here we should have info and request specifically to the website, not the icons them self, let me open an issue to address this if it sounds good to you!
Yes, thanks Blake! |
Hey Tim and Erica,
we're starting to export some icons from the photon design system, and ideally eventually use those to generate this site. How does this code look to you? Understandable? Any changes you'd recommend?