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 Octicon SVG spritemap #10107

Merged
merged 38 commits into from
Feb 11, 2020
Merged

Add Octicon SVG spritemap #10107

merged 38 commits into from
Feb 11, 2020

Commits on Feb 2, 2020

  1. Add octicon SVG sprite

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    5bd9a66 View commit details
    Browse the repository at this point in the history
  2. Static prefix

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    e2249e7 View commit details
    Browse the repository at this point in the history
  3. SVG for all repo icons

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    7273e68 View commit details
    Browse the repository at this point in the history
  4. make vendor

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    215242b View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. Swap out octicons

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    d7d6e68 View commit details
    Browse the repository at this point in the history
  2. Move octicons to top of less imports

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    43b858a View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Fix JS

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    6b717dc View commit details
    Browse the repository at this point in the history
  2. Definitely not a search/replace

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    85f29d1 View commit details
    Browse the repository at this point in the history
  3. Missed regex

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    e690697 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Move to more generic calls and webpack

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    084df84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee8a100 View commit details
    Browse the repository at this point in the history
  3. make svg -> make webpack

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    5016230 View commit details
    Browse the repository at this point in the history
  4. Remove svg-sprite

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    db1745e View commit details
    Browse the repository at this point in the history
  5. Update tests

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    f61b1a5 View commit details
    Browse the repository at this point in the history
  6. Missed a test

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    8144af2 View commit details
    Browse the repository at this point in the history
  7. Remove svg from makefile

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    21b92a6 View commit details
    Browse the repository at this point in the history
  8. Suggestions

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    d4489e8 View commit details
    Browse the repository at this point in the history
  9. Attempt to fix test

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    61e5659 View commit details
    Browse the repository at this point in the history
  10. Update tests

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    cd6e7b3 View commit details
    Browse the repository at this point in the history
  11. Revert timetracking test

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    957b098 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    10db7dc View commit details
    Browse the repository at this point in the history
  13. Swap .octicon for .svg in less

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    74f9370 View commit details
    Browse the repository at this point in the history
  14. Add aria-hidden

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    7a56b18 View commit details
    Browse the repository at this point in the history
  15. Replace mega-octicon

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    cc05fd0 View commit details
    Browse the repository at this point in the history
  16. Fix webpack globbing on Windows

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    495df17 View commit details
    Browse the repository at this point in the history
  17. Revert

    Co-Authored-By: silverwind <me@silverwind.io>
    jolheiser and silverwind committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    0df9b40 View commit details
    Browse the repository at this point in the history
  18. Fix octions from upstream

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    8c319f2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    89eb82c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6a37ddc View commit details
    Browse the repository at this point in the history
  21. Fix Vue and missed JS function

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    bcf1ef8 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Add JS helper and PWA

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    8701f87 View commit details
    Browse the repository at this point in the history
  2. Preload SVG

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    4fa203e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f184f24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e5ae63 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2020

  1. Configuration menu
    Copy the full SHA
    73f4eb9 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Configuration menu
    Copy the full SHA
    472a8bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41a8a20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec424cb View commit details
    Browse the repository at this point in the history