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

feat: alert on unload dirty file #135

Closed
wants to merge 298 commits into from
Closed

feat: alert on unload dirty file #135

wants to merge 298 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 30, 2021

  1. Refactor: Extract components

    thien-do committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    bfc313a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #20 from vimdotmd/refactor-2

    Refactor: Extract components
    Thien Do authored Aug 30, 2021
    Configuration menu
    Copy the full SHA
    b18c701 View commit details
    Browse the repository at this point in the history
  3. Fix: Avoid marking dirty unnecessarily

    Dispose the dirty listener because we don't need it until the next save
    thien-do committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    d0d6566 View commit details
    Browse the repository at this point in the history
  4. Refactor: Extract AppTitle

    thien-do committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    fdc2389 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #21 from vimdotmd/improve-dirty

    Fix: Avoid marking dirty unnecessarily
    Thien Do authored Aug 30, 2021
    Configuration menu
    Copy the full SHA
    faf8848 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Configuration menu
    Copy the full SHA
    9f815ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #26 from vimdotmd/refactor-editor-create

    Refactor: Extract editor create options
    Thien Do authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    1f40360 View commit details
    Browse the repository at this point in the history
  3. Feat: Add favicon

    thien-do committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    4c30fbd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #27 from vimdotmd/feat-favicon

    Feat: Add favicon
    Thien Do authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    4393848 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Configuration menu
    Copy the full SHA
    a65988c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #29 from vimdotmd/refactor-app

    Refactor: Better structure for Editor and App
    Thien Do authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    cf17337 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59a6afe View commit details
    Browse the repository at this point in the history
  4. Fix: Support ref in Button

    thien-do committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    ff4777d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b545de View commit details
    Browse the repository at this point in the history
  6. Feat: Add autoprefixer

    huyng12 committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    f79479a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #30 from vimdotmd/feat-theme

    Feat: Add basic support for theming
    Thien Do authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    96a3449 View commit details
    Browse the repository at this point in the history
  8. feat: drop file to open

    monodyle committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    00e6c80 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cb067ab View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ed3b935 View commit details
    Browse the repository at this point in the history
  11. Feat: Add clean up script

    huyng12 committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    6388097 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #31 from vimdotmd/feat/autoprefixer

    Add autoprefixer
    Thien Do authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    3b4ad35 View commit details
    Browse the repository at this point in the history
  13. fix: request change issues

    monodyle committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    7e51c59 View commit details
    Browse the repository at this point in the history
  14. wip: dragging state

    monodyle committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    8498423 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9b2b5b8 View commit details
    Browse the repository at this point in the history
  16. Feat: Add ESLint

    huyng12 committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    446cfab View commit details
    Browse the repository at this point in the history
  17. Fix: Run lint-fix

    huyng12 committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    89269b2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d783424 View commit details
    Browse the repository at this point in the history
  19. Fix: Lint checks

    huyng12 committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    7402269 View commit details
    Browse the repository at this point in the history
  20. Feat: Add lint workflow

    huyng12 committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    edccd58 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    50fe3cd View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Merge pull request #35 from vimdotmd/feat/eslint-prettier

    Add ESLint and Prettier checks
    Thien Do authored Sep 2, 2021
    Configuration menu
    Copy the full SHA
    84ec809 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    992c4af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cba365 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8ac6dd View commit details
    Browse the repository at this point in the history
  5. Chore: Fix linting

    thien-do committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    a0c58ee View commit details
    Browse the repository at this point in the history
  6. Merge pull request #33 from vimdotmd/feature/drop-file

    Feat: Support drag file to open
    Thien Do authored Sep 2, 2021
    Configuration menu
    Copy the full SHA
    30a37e8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    48de47c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    823d264 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    95ddad4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    32430a1 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #38 from vimdotmd/chore-samples

    Chores: Add markdown samples
    Thien Do authored Sep 2, 2021
    Configuration menu
    Copy the full SHA
    7c89f1b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d96b548 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #39 from vimdotmd/fix-scroll

    Fix: Improve Toolbar autohide on scroll
    Thien Do authored Sep 2, 2021
    Configuration menu
    Copy the full SHA
    746131c View commit details
    Browse the repository at this point in the history
  14. Fix: Improve Toolbar transition

    Avoid the laggy transition because of having opacity and backdrop in different elements
    thien-do committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    4f502b8 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #40 from vimdotmd/fix-toolbar-transition

    Fix: Improve Toolbar transition
    Thien Do authored Sep 2, 2021
    Configuration menu
    Copy the full SHA
    d24ad9f View commit details
    Browse the repository at this point in the history
  16. Feat: Toggle Vim mode

    huyng12 committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    60b68fd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f5bf7cd View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6e52c7c View commit details
    Browse the repository at this point in the history
  19. Merge pull request #41 from vimdotmd/feat/toggle-vim-mode

    Toggle Vim mode
    Thien Do authored Sep 2, 2021
    Configuration menu
    Copy the full SHA
    a0609a9 View commit details
    Browse the repository at this point in the history
  20. Fix: Improve editor cursor

    Render the cursor below the text and remove the inner character so we have smoother transition.
    
    Also hide the textarea
    thien-do committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    e81feea View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Merge pull request #42 from vimdotmd/fix-caret

    Fix: Improve editor cursor
    Thien Do authored Sep 3, 2021
    Configuration menu
    Copy the full SHA
    4da7fc7 View commit details
    Browse the repository at this point in the history
  2. Feat: Add preview content

    There's a bunch of TODOs but yeah this should be a start
    thien-do committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    828b457 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f22e0cf View commit details
    Browse the repository at this point in the history
  4. Chores: Fix linting

    thien-do committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    b240b7d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #43 from vimdotmd/feat-preview-content

    Feat: Add preview content
    Thien Do authored Sep 3, 2021
    Configuration menu
    Copy the full SHA
    046049c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c80163a View commit details
    Browse the repository at this point in the history
  7. Refactor: Move layout to prefs

    Fix #46
    thien-do committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    5b45a59 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #45 from vimdotmd/refactor-app-editor

    Refactor: Move some effects from App to Editor
    Thien Do authored Sep 3, 2021
    Configuration menu
    Copy the full SHA
    d82e772 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #47 from vimdotmd/refactor-layout-prefs

    Refactor: Move layout to prefs
    Thien Do authored Sep 3, 2021
    Configuration menu
    Copy the full SHA
    f8b6d14 View commit details
    Browse the repository at this point in the history
  10. Chore: Remove source maps

    huyng12 committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    ca5e95f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    27b2f75 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2021

  1. Feat: Add GFM support

    Also add "here.md" sample which covers GFM better
    thien-do committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    4e95c56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d746107 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #48 from vimdotmd/remove_source_map

    Remove source maps
    Thien Do authored Sep 4, 2021
    Configuration menu
    Copy the full SHA
    1cdf0df View commit details
    Browse the repository at this point in the history
  4. Merge pull request #49 from vimdotmd/feat-gfm

    Feat: Add GFM support
    Thien Do authored Sep 4, 2021
    Configuration menu
    Copy the full SHA
    7411949 View commit details
    Browse the repository at this point in the history
  5. Fix: Update theme variables

    thien-do committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    dbf1acd View commit details
    Browse the repository at this point in the history
  6. Merge pull request #50 from vimdotmd/feat-tailwind

    Feat: Add tailwind theme for preview
    Thien Do authored Sep 4, 2021
    Configuration menu
    Copy the full SHA
    c15609f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    88bf03c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #51 from vimdotmd/feat-scroll

    Feat: Improve scrollbar styling
    Thien Do authored Sep 4, 2021
    Configuration menu
    Copy the full SHA
    99c0a5b View commit details
    Browse the repository at this point in the history
  9. Fix: Improve typography

    thien-do committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    a519703 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #52 from vimdotmd/fix-typography

    Fix: Improve typography
    Thien Do authored Sep 4, 2021
    Configuration menu
    Copy the full SHA
    00febd1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    423dc8d View commit details
    Browse the repository at this point in the history
  12. Merge pull request #53 from vimdotmd/refactor-theme-color

    Refactor: Define theme colors in JS instead of CSS
    Thien Do authored Sep 4, 2021
    Configuration menu
    Copy the full SHA
    70b0016 View commit details
    Browse the repository at this point in the history
  13. Fix: Reduce top padding

    thien-do committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    0bcbb79 View commit details
    Browse the repository at this point in the history
  14. Fix: Fix selection color

    thien-do committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    0282c48 View commit details
    Browse the repository at this point in the history
  15. Feat: Add size preference

    thien-do committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    d628b75 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d5d2a6c View commit details
    Browse the repository at this point in the history
  17. Merge pull request #54 from vimdotmd/fix-misc

    Fix misc
    Thien Do authored Sep 4, 2021
    Configuration menu
    Copy the full SHA
    c615159 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #55 from vimdotmd/feat-size

    Feat: Calculate editor typography based on size
    Thien Do authored Sep 4, 2021
    Configuration menu
    Copy the full SHA
    e4d5e8e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    45346c0 View commit details
    Browse the repository at this point in the history
  20. Chore: Fix linting

    thien-do committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    cd35c50 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #56 from vimdotmd/feat-length

    Feat: Optimize editor line length
    Thien Do authored Sep 4, 2021
    Configuration menu
    Copy the full SHA
    42e2b64 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2021

  1. Configuration menu
    Copy the full SHA
    87389b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48c5e1a View commit details
    Browse the repository at this point in the history
  3. Feat: Add theme preference

    thien-do committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    9fa5461 View commit details
    Browse the repository at this point in the history
  4. Fix: Improve Prefs panel

    thien-do committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    38251c4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #57 from vimdotmd/feat-theme-pref

    Feat: Add theme preference
    Thien Do authored Sep 5, 2021
    Configuration menu
    Copy the full SHA
    7123aa6 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Configuration menu
    Copy the full SHA
    622dec4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e343858 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d821a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21a4135 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    347b128 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #63 from vimdotmd/fix-theme-flag

    Refactor: Add "scheme" field for theme
    Thien Do authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    a0d35d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Editor size select

    monodyle committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    f2a9cb3 View commit details
    Browse the repository at this point in the history
  2. fix: linter

    monodyle committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    b3d1cdb View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2021

  1. Refactor: Manually load file into editor

    Previously we have an effect that will load a file's content into the editor when the handle is changed. This turns out to be difficult to handle the "new" and "save as" cases.
    
    This PR removes the effect and use a more imperative approach, in which the action to load file content is handled manually in relevant handlers. For example, the handler that open a new file will also call "openFileInEditor" to update the editor right there.
    
    Thank to the new approach, implementing "New" and "Save As" is now straightforward, and is also done in this PR
    thien-do committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    c89822e View commit details
    Browse the repository at this point in the history
  2. Chore: Fix linting

    thien-do committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    8f4917a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #65 from vimdotmd/refactor-handle

    Refactor: Manually load file into editor
    Thien Do authored Sep 11, 2021
    Configuration menu
    Copy the full SHA
    5ad7161 View commit details
    Browse the repository at this point in the history
  4. Feat: Warn for unsaved changes

    Fix #16
    thien-do committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    9a21dbd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #66 from vimdotmd/feat-unsaved

    Feat: Warn for unsaved changes
    Thien Do authored Sep 11, 2021
    Configuration menu
    Copy the full SHA
    3ec1851 View commit details
    Browse the repository at this point in the history
  6. Chore: Upgrade dependencies

    Should be no breaking change:
    - idb-keyval goes from 5 to 6 but it's mainly about the distribution types that we don't use
    - prettier goes up a minor version but let just run it again
    thien-do committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    e0b8c8b View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2021

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

Commits on Sep 13, 2021

  1. Configuration menu
    Copy the full SHA
    a5b1998 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #67 from vimdotmd/chore-deps

    Chore: Upgrade dependencies
    Thien Do authored Sep 13, 2021
    Configuration menu
    Copy the full SHA
    55114c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Configuration menu
    Copy the full SHA
    61fbecd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #64 from vimdotmd/feature/select-style

    Feat: Editor size select
    Thien Do authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    842ed9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72f588a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #70 from vimdotmd/fix-tooltip

    Fix: Fine-tune Tooltip animation
    Thien Do authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    029c3f4 View commit details
    Browse the repository at this point in the history
  5. Feat: Added some themes

    monodyle committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    7da5897 View commit details
    Browse the repository at this point in the history
  6. Fix: linter

    monodyle committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    828ac8c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #71 from vimdotmd/feature/themes

    Feat: Added some themes
    Thien Do authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    84bd60f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cf4ea9a View commit details
    Browse the repository at this point in the history
  9. Fix: Fix serika light theme

    thien-do committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    5aa82dc View commit details
    Browse the repository at this point in the history
  10. Merge pull request #72 from vimdotmd/fix-theme

    Fix: Improve themes
    Thien Do authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    cddb603 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2021

  1. Configuration menu
    Copy the full SHA
    f7f3911 View commit details
    Browse the repository at this point in the history
  2. Chore: Fix linting

    thien-do committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    7ce7ff9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6659ce View commit details
    Browse the repository at this point in the history
  4. Merge pull request #75 from vimdotmd/fix-lint-hook

    Build: Add eslint for react-hooks
    Thien Do authored Sep 19, 2021
    Configuration menu
    Copy the full SHA
    fd69c32 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e36c6ab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    35eeaa9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c53885f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d647b11 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5e51d62 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #78 from vimdotmd/preview-github

    Feat: Add GitHub style to preview
    Thien Do authored Sep 19, 2021
    Configuration menu
    Copy the full SHA
    363a2d0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fdf5418 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3b77eec View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    13333ae View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a6cfde5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    871445b View commit details
    Browse the repository at this point in the history
  16. Merge pull request #73 from vimdotmd/feat/shortcut_key

    Toolbar shortcuts
    Thien Do authored Sep 19, 2021
    Configuration menu
    Copy the full SHA
    3e8216f View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Configuration menu
    Copy the full SHA
    d10474d View commit details
    Browse the repository at this point in the history
  2. Fix: Improve shortcut render

    thien-do committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    c7e4534 View commit details
    Browse the repository at this point in the history
  3. Fix: Fix comment color

    thien-do committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    aa763bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea9f925 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8be2665 View commit details
    Browse the repository at this point in the history
  6. Chore: Fix linting

    thien-do committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    0f1ddca View commit details
    Browse the repository at this point in the history
  7. Merge pull request #80 from vimdotmd/shortcut-submenu

    Feat: Add shortcuts for menu items
    Thien Do authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    ce42a4e View commit details
    Browse the repository at this point in the history
  8. Fix: Update preview when open new file

    Fix #81
    thien-do committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    208198f View commit details
    Browse the repository at this point in the history
  9. Merge pull request #82 from vimdotmd/preview-open

    Fix: Update preview when open new file
    Thien Do authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    3642231 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    75b267f View commit details
    Browse the repository at this point in the history
  11. Merge pull request #83 from vimdotmd/template-academic

    Feat: Add serif preview template
    Thien Do authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    c34934b View commit details
    Browse the repository at this point in the history
  12. Fix: Truncate long file names

    Fix 77
    thien-do committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    5a56729 View commit details
    Browse the repository at this point in the history
  13. Feat: Add "connect" placeholder

    Fix 60
    thien-do committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    75d7d22 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #87 from vimdotmd/fix-open-menu

    Improve "open" menu
    Thien Do authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    cb47d17 View commit details
    Browse the repository at this point in the history
  15. Fix: Fix toolbar width

    Previously, the toolbar (max) width is updated when the editor size is changed. This commit keeps the toolbar width unchanged if the prefs panel is visible. This prevents the layout shift when the user changes the editor size, especially via a slider.
    thien-do committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    3b49128 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #88 from vimdotmd/toolbar-width

    Fix: Fix toolbar width
    Thien Do authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    74347de View commit details
    Browse the repository at this point in the history
  17. Refactor: Split layout prefs

    thien-do committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    25aa6c4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0375140 View commit details
    Browse the repository at this point in the history
  19. Refactor: Move prefs state

    thien-do committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    d886bec View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    344e7ab View commit details
    Browse the repository at this point in the history
  21. Chore: Fix linting

    thien-do committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    45bfe54 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #89 from vimdotmd/prefs-layout

    Refactor: Split layout prefs
    Thien Do authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    8a3a592 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Refactor: Flatten app src

    thien-do committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    56580a0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #91 from thien-do/prefs-template

    Refactor: Flatten app src
    thien-do authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    397c94c View commit details
    Browse the repository at this point in the history
  3. Docs: Update README

    thien-do committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    8b70d78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae4c55a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c32bfd7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50c1b22 View commit details
    Browse the repository at this point in the history
  7. Fix: Improve GitHub template

    thien-do committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    1248739 View commit details
    Browse the repository at this point in the history
  8. Chore: Fix linting

    thien-do committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    34769e9 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #93 from thien-do/prefs-template

    Feat: Add preview template preference
    thien-do authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    f55f772 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    822b4da View commit details
    Browse the repository at this point in the history
  11. Feat: Add transition to Menu

    thien-do committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    3381def View commit details
    Browse the repository at this point in the history
  12. Fix: Improve menu transition

    thien-do committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    129c8f9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b8da3bb View commit details
    Browse the repository at this point in the history
  14. Chore: Fix linting

    thien-do committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    8f6dace View commit details
    Browse the repository at this point in the history
  15. Merge pull request #95 from thien-do/popover-refactor

    Refactor: Use headlessui for ButtonMore
    thien-do authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    3e6a302 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e4fc35b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    81b4da7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    686724d View commit details
    Browse the repository at this point in the history
  19. Feat: Add preview layout

    thien-do committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    9c2b524 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #96 from thien-do/preview-menu

    Feat: Add preview preference menu
    thien-do authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    83236cc View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Feat: Improve Preview menu

    thien-do committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    aa11dcc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #98 from thien-do/preview-menu

    Feat: Improve Preview menu
    thien-do authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    b026583 View commit details
    Browse the repository at this point in the history
  3. Feat: Use headless popover

    thien-do committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    8b1f24c View commit details
    Browse the repository at this point in the history
  4. Fix: Fix tooltip trigger

    thien-do committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    e1ea68b View commit details
    Browse the repository at this point in the history
  5. Fix: Fix popover ref

    thien-do committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    ea616f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    29f54fa View commit details
    Browse the repository at this point in the history
  7. Merge pull request #99 from thien-do/preview-menu

    Feat: Use headless popover
    thien-do authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    5891fed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    34fa321 View commit details
    Browse the repository at this point in the history
  9. 1 Configuration menu
    Copy the full SHA
    1106eb6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5da6ed1 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #100 from thien-do/preview-menu

    Feat: Add keyboard instructions
    thien-do authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    7f49fe1 View commit details
    Browse the repository at this point in the history
  12. Fix: Move print to save menu

    thien-do committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    6b23a64 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f296f45 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d333d87 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    260db23 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #101 from thien-do/preview-menu

    Feat: Improve toolbar keyboard interaction
    thien-do authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    dea3ff3 View commit details
    Browse the repository at this point in the history
  17. Feat: Add more menu

    thien-do committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    90f0e96 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #102 from thien-do/preview-menu

    Feat: Add more menu
    thien-do authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    4c64b28 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. Create FUNDING.yml

    thien-do authored Sep 24, 2021
    Configuration menu
    Copy the full SHA
    f4b0454 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #103 from thien-do/thien-do-patch-1

    Create FUNDING.yml
    thien-do authored Sep 24, 2021
    Configuration menu
    Copy the full SHA
    ff0cdee View commit details
    Browse the repository at this point in the history
  3. Update issue templates

    thien-do authored Sep 24, 2021
    Configuration menu
    Copy the full SHA
    7ae6ff4 View commit details
    Browse the repository at this point in the history
  4. Chore: Remove github issue template

    Let's wait for the form after public
    thien-do committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    872058c View commit details
    Browse the repository at this point in the history
  5. Docs: Add privacy policy

    thien-do committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    9ee5f1f View commit details
    Browse the repository at this point in the history
  6. Docs: Update README

    thien-do committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    0f9a9c0 View commit details
    Browse the repository at this point in the history
  7. Fix: Improve vim mode

    thien-do committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    a8db2ed View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2021

  1. Configuration menu
    Copy the full SHA
    10a95fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67589fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5397b97 View commit details
    Browse the repository at this point in the history
  4. Styling slider

    monodyle committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    bd4870e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a2a6b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b20796 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    31638b1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f00207e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    45324a6 View commit details
    Browse the repository at this point in the history
  10. Fix: Improve file access

    thien-do committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    222f941 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2021

  1. Merge pull request #104 from thien-do/feat/browser_fs_access

    Replace Native FileSystem API by browser-fs-access
    thien-do authored Sep 26, 2021
    Configuration menu
    Copy the full SHA
    fdcb15c View commit details
    Browse the repository at this point in the history
  2. Fix: Debounce preview scroll

    thien-do committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    a512a3e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #106 from thien-do/fix/select

    Fix: cant click on arrow in select component
    thien-do authored Sep 26, 2021
    Configuration menu
    Copy the full SHA
    baf941e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77a2b54 View commit details
    Browse the repository at this point in the history
  5. Fix: Fix theme focus style

    thien-do committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    db5720a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #105 from thien-do/feat/sync_preview_scroll

    Sync scroll of preview and editor
    thien-do authored Sep 26, 2021
    Configuration menu
    Copy the full SHA
    381b4c5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #111 from thien-do/feat/light_color_code_syntax

    Color syntax for light and high-constrast
    thien-do authored Sep 26, 2021
    Configuration menu
    Copy the full SHA
    c11f209 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #107 from thien-do/feature/slider

    Feat: Slider styling
    thien-do authored Sep 26, 2021
    Configuration menu
    Copy the full SHA
    b842ae7 View commit details
    Browse the repository at this point in the history
  9. Refactor: Simplify app open

    thien-do committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    6f57d2e View commit details
    Browse the repository at this point in the history
  10. Merge pull request #108 from thien-do/feat/focus_editor_on_open_new

    Focus editor on open file
    thien-do authored Sep 26, 2021
    Configuration menu
    Copy the full SHA
    ce4375a View commit details
    Browse the repository at this point in the history
  11. Fix: Improve preview toggle

    thien-do committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    8676db1 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #110 from thien-do/feat/focus_editor_on_toggle_pre…

    …view
    
    Focus editor on toggle preview
    thien-do authored Sep 26, 2021
    Configuration menu
    Copy the full SHA
    0fe904d View commit details
    Browse the repository at this point in the history
  13. Merge pull request #113 from thien-do/preview-menu

    Update docs
    thien-do authored Sep 26, 2021
    Configuration menu
    Copy the full SHA
    6f33341 View commit details
    Browse the repository at this point in the history
  14. Doc: Add team to README.md

    huyng12 committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    8039d48 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    49992f4 View commit details
    Browse the repository at this point in the history
  16. FIx: Improve prefs panel

    thien-do committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    95b1a4b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d31cbe0 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #115 from thien-do/fix-prefs

    FIx: Improve prefs panel
    thien-do authored Sep 26, 2021
    Configuration menu
    Copy the full SHA
    0175b2c View commit details
    Browse the repository at this point in the history
  19. Merge pull request #114 from thien-do/doc/add_team

    Add team to README.md
    thien-do authored Sep 26, 2021
    Configuration menu
    Copy the full SHA
    257369b View commit details
    Browse the repository at this point in the history
  20. Fix: Update monaco-vim

    gj gk
    thien-do committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    c359654 View commit details
    Browse the repository at this point in the history
  21. Fix: Update menu links

    thien-do committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    8ad668d View commit details
    Browse the repository at this point in the history
  22. Fix: Fix focus style in Safari

    Avoid having "focus-visible" in a selector group since Safari will ignore the whole group
    thien-do committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    79d7c2f View commit details
    Browse the repository at this point in the history
  23. Merge pull request #117 from thien-do/thien-main

    Fix: Update menu links
    thien-do authored Sep 26, 2021
    Configuration menu
    Copy the full SHA
    7099358 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Configuration menu
    Copy the full SHA
    58f66d7 View commit details
    Browse the repository at this point in the history
  2. Refactor: Unify public files

    thien-do committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    e82a4e2 View commit details
    Browse the repository at this point in the history
  3. Feat: Add compat message

    thien-do committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    b483c6a View commit details
    Browse the repository at this point in the history
  4. Fix: Improve compat message

    thien-do committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    1c607bf View commit details
    Browse the repository at this point in the history
  5. Chore: Fix linting

    thien-do committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    f2d1b73 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #120 from thien-do/feat-compat

    Feat: Add compat message
    thien-do authored Sep 27, 2021
    Configuration menu
    Copy the full SHA
    9e29777 View commit details
    Browse the repository at this point in the history
  7. Fix: Add link to telegram

    thien-do committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    4943de0 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #121 from thien-do/menu-link

    Fix: Add link to telegram
    thien-do authored Sep 27, 2021
    Configuration menu
    Copy the full SHA
    02d95f8 View commit details
    Browse the repository at this point in the history
  9. Docs: Add screenshots

    thien-do committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    38a0ea0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    de801d6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4928fcc View commit details
    Browse the repository at this point in the history
  12. Docs: Add privacy section

    thien-do committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    47d32f2 View commit details
    Browse the repository at this point in the history
  13. Docs: Update privacy image

    thien-do committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    916664e View commit details
    Browse the repository at this point in the history
  14. Docs: Update README

    thien-do committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    a502b23 View commit details
    Browse the repository at this point in the history
  15. Docs: Update README

    thien-do committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    adba182 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #125 from thien-do/docs-screenshot

    Docs: Add screenshots
    thien-do authored Sep 27, 2021
    Configuration menu
    Copy the full SHA
    24946cb View commit details
    Browse the repository at this point in the history
  17. Chore: Update repo URL

    thien-do committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    cc280c9 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #131 from samuwrite/repo-transfer

    Chore: Update repo URL
    thien-do authored Sep 27, 2021
    Configuration menu
    Copy the full SHA
    e56d26f View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

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

Commits on Oct 30, 2021

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