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 live preview to theme picker #1798

Commits on Mar 12, 2022

  1. Configuration menu
    Copy the full SHA
    94a377f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    753131e View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    jharrilim committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    b0c4f7c View commit details
    Browse the repository at this point in the history
  4. Fix clippy warnings

    jharrilim committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    6bfde21 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2022

  1. Remove picker variant

    jharrilim committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    1481093 View commit details
    Browse the repository at this point in the history
  2. Remove unused import

    jharrilim committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    fe5ec9e View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Cleanup

    jharrilim committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    2d96be2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c638d0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcb09e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

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

Commits on Jun 18, 2022

  1. Configuration menu
    Copy the full SHA
    8dfd840 View commit details
    Browse the repository at this point in the history
  2. Typo

    jharrilim committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    0178162 View commit details
    Browse the repository at this point in the history
  3. Remove theme cache

    jharrilim committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    5f85522 View commit details
    Browse the repository at this point in the history
  4. Add some comments

    jharrilim committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    97ed0d6 View commit details
    Browse the repository at this point in the history
  5. Refactor some theme handling

    TIL flatmap on Option is called  and_then
    jharrilim committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    01467e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. Remove unnecessary renames

    jharrilim committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    b782d07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e9b33e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a05186f View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Configuration menu
    Copy the full SHA
    a83069e View commit details
    Browse the repository at this point in the history
  2. Sort theme names

    jharrilim committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    89ec841 View commit details
    Browse the repository at this point in the history
  3. Better memory juggling

    jharrilim committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    1d1c8cc View commit details
    Browse the repository at this point in the history
  4. Missed a branch

    jharrilim committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    0af7ed6 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Configuration menu
    Copy the full SHA
    a8514d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1961ac5 View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    jharrilim committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    860665b View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

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

Commits on Jun 26, 2022

  1. Switch boolean to enum

    jharrilim committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    5a313c9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/add-theme-picker-with-live-preview-jharrilim' of g…

    …ithub.com:jharrilim/helix into feat/add-theme-picker-with-live-preview-jharrilim
    jharrilim committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    bc3a1de View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

  1. Remove bitflag impl

    jharrilim committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    670f0b8 View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    jharrilim committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    b81aedf View commit details
    Browse the repository at this point in the history
  3. Remove un-needed type arg

    jharrilim committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    8f6991f View commit details
    Browse the repository at this point in the history
  4. cargo fmt

    jharrilim committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    251d61a View commit details
    Browse the repository at this point in the history