X Tutup
Skip to content

[Tracker] feathericons.com 2.0 progress #623

@zaydek

Description

@zaydek

This issue is dedicated to documenting the progress of the 2.0 feathericons.com client:

  • Color theming:
  • Core features:
    • Download SVG (legacy user expectation)
    • Download all SVGs (legacy user expectation)
    • Copy SVG (more current user expectation)
    • Open SVG in a new page? (better for bookmarking, sharing, and possibly SEO)
    • Copy JSX (for React apps)
    • Copy icon name, e.g. alert-triangle, AlertTriangle
  • Light mode, dark mode:
    • The difference here versus the current client would be adding support for a transition and possibly persisting dark mode to localStorage
  • Add buttons to share Feathericons on Twitter, possibly Facebook
  • Improved search UI
    • We can custom render a search highlight based on the search query. This does not come with an obvious performance hit and makes for a more streamlined, focused UI. See this tweet for reference.
      • Note that searching against tags complicates this. I’m not sure how to handle this common edge-case.
  • The sticky search bar should probably be disabled on mobile devices to CPU-throttling
  • Input controls:
    • Make sure input controls feel responsive
    • Make sure input (and possibly dark mode) persist to localStorage, and the reset button or equivalent purges the cache
  • SEO:
    • Given the existing user base, we would be unwise to roll create-react-app. Gatsby is confusing to me, so I’m going to experiment with NextJS’s modern features to build feathericons.com as a server-side generated (SSG) app that we can easily auto-deploy to Netlify or drag-and-drop if needed (no server needed).
    • It would be really cool if icons can be viewed independently for sharing purposes, which also potentially boosts SEO.
    • Alternatively, we may want to implement a bookmarking feature to aggregate icons in one place to download or copy as SVG in one place. @fayazara inspired this feature with his bookmarking feature on https://appydev.co.
      • @marcmll has request a very similar feature; bulk download / copy
  • Improve readme for prospective contributors
    • Contributing should welcomed and appreciated
  • Code-generation:
    • It would be really cool if we can render syntax highlighted code for an icon on click to help communicate to users Feathericons is just code. We should also provide a tooltip explaining that SVG icons copied from Feathericons can be directly copied to Figma, therefore encouraging use of https://feathericons.com.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup