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

Post LabIcon cleanup; migrate last holdouts to LabIcon; fix icon styling #7864

Merged
merged 47 commits into from Feb 24, 2020

Commits on Feb 22, 2020

  1. Copy the full SHA
    c47c998 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a0b1522 View commit details
    Browse the repository at this point in the history
  3. integrity

    telamonian committed Feb 22, 2020
    Copy the full SHA
    0d30a6c View commit details
    Browse the repository at this point in the history
  4. filebrowser-extension: all icons now LabIcon, .iconRenderer => .icon

    fixes needed:
        - menu icon styling
        - open with submenu icons
    telamonian committed Feb 22, 2020
    Copy the full SHA
    fbc97bd View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    3ef132b View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    7f04236 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    af6053e View commit details
    Browse the repository at this point in the history
  8. add LabIcon.renderer method to allow for binding props/styles to icons

    - also fixed up rendering of iconLabel passed in from lumino
    telamonian committed Feb 22, 2020
    Copy the full SHA
    6b5a6c8 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    cd74323 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    06300f6 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    c0c5b89 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    fbc4289 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    0a51bbd View commit details
    Browse the repository at this point in the history
  14. all filebrowser context menu item icons now migrated => LabIcon.

    - There seems to be a bug related to how menu items get "recycled"; some icons are getting screwed up after multiple openings and closings of different context menus
    telamonian committed Feb 22, 2020
    Copy the full SHA
    f81b4a1 View commit details
    Browse the repository at this point in the history
  15. fixed use of addIcon

    telamonian committed Feb 22, 2020
    Copy the full SHA
    99e054d View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    cd1325a View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    4c64ecd View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    677339c View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    d62afc0 View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    63237c9 View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    6e481ec View commit details
    Browse the repository at this point in the history
  22. starting to fix menu icons

    telamonian committed Feb 22, 2020
    Copy the full SHA
    8bdb70b View commit details
    Browse the repository at this point in the history
  23. integrity

    telamonian committed Feb 22, 2020
    Copy the full SHA
    cae9a04 View commit details
    Browse the repository at this point in the history
  24. Copy the full SHA
    4336f54 View commit details
    Browse the repository at this point in the history
  25. Copy the full SHA
    e74e56e View commit details
    Browse the repository at this point in the history
  26. Copy the full SHA
    e41db4c View commit details
    Browse the repository at this point in the history
  27. Copy the full SHA
    f9b53c9 View commit details
    Browse the repository at this point in the history
  28. Copy the full SHA
    4e75f14 View commit details
    Browse the repository at this point in the history
  29. Copy the full SHA
    1cdb766 View commit details
    Browse the repository at this point in the history
  30. created/added clearIcon

    telamonian committed Feb 22, 2020
    Copy the full SHA
    04688da View commit details
    Browse the repository at this point in the history
  31. integrity

    telamonian committed Feb 22, 2020
    Copy the full SHA
    bae948a View commit details
    Browse the repository at this point in the history
  32. Copy the full SHA
    8db32e3 View commit details
    Browse the repository at this point in the history
  33. Copy the full SHA
    8e2b243 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2020

  1. fixed icon kind docstrings

    telamonian committed Feb 23, 2020
    Copy the full SHA
    96ca4ca View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5a0a51b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2ae36a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Copy the full SHA
    996ead6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    72ba558 View commit details
    Browse the repository at this point in the history
  3. deprecated justify => elementPosition across codebase

    - also added some stuff to .prettierignore, etc to protect my ide
    files (esp local history in `.history`) from the linters
    telamonian committed Feb 24, 2020
    Copy the full SHA
    c89aaac View commit details
    Browse the repository at this point in the history
  4. implemented elementSize icon styling arg

    - `elementSize` can be set to eg 'normal' for standard 16px x 16px icon
    telamonian committed Feb 24, 2020
    Copy the full SHA
    3099c28 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    8e63e3e View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    fd332d1 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    f7fdeca View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    48651c2 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    e6a179f View commit details
    Browse the repository at this point in the history
  10. critical bugfix to icon style caching

    - bug could have caused a cached stylesheet to be incorrectly reused
    telamonian committed Feb 24, 2020
    Copy the full SHA
    1834e6b View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    267ee49 View commit details
    Browse the repository at this point in the history