Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codepod-io/codepod
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a03da22
Choose a base ref
...
head repository: codepod-io/codepod
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4eca8a2
Choose a head ref
  • 12 commits
  • 22 files changed
  • 3 contributors

Commits on Dec 19, 2022

  1. feat: support scoped variable via proper compile pass (#154)

    * support scoped variable via proper compile pass
    
    * add sidebar control to toggle scoped variables
    
    * add Undefined Vars style to sidebar
    
    * support entire python lang; add py3.8 tests; async init parser
    
    * add showAnnotations setting and hide by default
    lihebi authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    0ca4e06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ead206 View commit details
    Browse the repository at this point in the history
  3. fix(ui): remove bg and circle button on scope's bar (#153)

    * fix(ui): remove bg and circle button on scope's bar
    
    * style: fmt
    fundon authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    a67b5c8 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

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

Commits on Dec 21, 2022

  1. Configuration menu
    Copy the full SHA
    35da9ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d4cc5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f77926 View commit details
    Browse the repository at this point in the history
  4. Feat: cross-page single-pod copy-paste in mouse-bound ctrl-v way (#…

    …158)
    
    * draft: go back to clipboardData
    
    * fix some issues
    
    * fix content init
    
    * code clean up
    
    * fix: ban pasting from guests
    li-xin-yi authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    efc7e7c View commit details
    Browse the repository at this point in the history
  5. feat: add rich-text node (#160)

    * add rich-text node
    
    * save content to db
    
    * add back @emotion/xxx packages
    
    * fix level color condition
    lihebi authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    fc02934 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Configuration menu
    Copy the full SHA
    95f6270 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3de6e97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4eca8a2 View commit details
    Browse the repository at this point in the history
Loading