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: move to react from preact #2173

Merged
merged 44 commits into from Sep 28, 2023
Merged

feat: move to react from preact #2173

merged 44 commits into from Sep 28, 2023

Commits on Sep 12, 2023

  1. feat: remove preact (#2169)

    * feat: remove preact
    
    * feat: remove alias configurations
    capJavert committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    0f6ad5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9ea655 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    c49125b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7af5b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0a5538 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. fix: invalid hook call that was crashing extension

    feat: pass getContentScriptPermission instead of the hook which would trigger invalid hook call
    
    feat: move origin as parameter for requestContentScripts to avoid requiring origin on places where
    
    requestContentScripts is not used
    
    feat: move useContentScriptStatus to shared
    capJavert committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    5c3a24e View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    528d6e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    711aab4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f5d2f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    ad71527 View commit details
    Browse the repository at this point in the history
  2. chore: remove prefresh

    it was used for preact only
    capJavert committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    73fc1a1 View commit details
    Browse the repository at this point in the history
  3. fix: move to conditional wrapper (#2187)

    We used a dynamic render, but should have use our conditional render instead since it would simply render a empty fragment.
    
    WT-1837 #done
    rebelchris committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    09bd629 View commit details
    Browse the repository at this point in the history
  4. fix: make ref optional and default removal (#2188)

    Fixed useRef case, we manually defaulted to null and for this component it often doesn't get passed.
    So using the "default" null is actually better and more stable.
    
    WT-1849 #done
    rebelchris committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    a4c56f0 View commit details
    Browse the repository at this point in the history
  5. fix: add key to heatmap render (#2190)

    Add index key to tooltip on calendar heatmap render
    
    WT-1854 #done
    rebelchris committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    ccb9fec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    422a9c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ab76f2a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cabebbb View commit details
    Browse the repository at this point in the history
  9. fix: prevent default on hide click (#2194)

    Prevent default on history close
    Similar as fix: fix: prevent redirect on history article remove #2186
    WT-1842 #done
    rebelchris committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    c9f1e5c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3719c29 View commit details
    Browse the repository at this point in the history
  11. fix: forward ref (#2197)

    Fix forward ref to fix internal NextJS issue
    WT-1848 #done
    rebelchris committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    19f7ed6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ecea964 View commit details
    Browse the repository at this point in the history
  13. fix: forward ref

    rebelchris committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    2db151b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8b9d293 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ad62105 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0ccc70e View commit details
    Browse the repository at this point in the history
  17. fix: don't nest button inside button (#2202)

    - disable the comment button if there is no input value
    
    ref WT-1850
    DragosIorgulescu committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    37f342a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e48a1b7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a528efa View commit details
    Browse the repository at this point in the history
  20. fix: passing non dom props to elements (#2203)

    * fix: passing non dom props to elements
    
    * fix: test
    
    * refactor: introduce brackets
    
    * refactor: manual types
    sshanzel committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    d431bc2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f68cde4 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6c51657 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    8ba0b72 View commit details
    Browse the repository at this point in the history
  2. fix overlapping promises causing act() errors (#2209)

    fixes timeout errors in CI on `waitFor`
    
    ref WT-1834
    DragosIorgulescu committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    45883ee View commit details
    Browse the repository at this point in the history
  3. fix: build by checking whether portals would work (#2212)

    * fix: notifications page build
    
    * fix: portal unable to append to document
    
    * refactor: seo needed outside
    sshanzel committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    f2e2ac9 View commit details
    Browse the repository at this point in the history
  4. refactor: nested anchor tags (#2215)

    * refactor: nested anchor tags
    
    * fix: optional prop
    sshanzel committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    dd3bb4e View commit details
    Browse the repository at this point in the history
  5. fix: test timeouts on alert assertions in the feed (#2213)

    - the toast is triggered optimistically upon submission, so waiting for the mutation to finish executing might generate situations where the toast is already gone and the assertion would fail.
    
    ref WT-1834
    DragosIorgulescu committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    8be15a5 View commit details
    Browse the repository at this point in the history
  6. fix: lint

    sshanzel committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    d4242af View commit details
    Browse the repository at this point in the history
  7. fix: notification card z-index (#2216)

    * fix: notification card z-index
    
    * fix: avatar
    
    * fix: build
    sshanzel committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    7e9f189 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7498cdc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    21d4d37 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

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

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    d2ecb71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0eb7e25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68bfb3c View commit details
    Browse the repository at this point in the history