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: onlook-dev/onlook
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.3
Choose a base ref
...
head repository: onlook-dev/onlook
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.4
Choose a head ref
  • 6 commits
  • 21 files changed
  • 7 contributors

Commits on Dec 5, 2024

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

Commits on Dec 6, 2024

  1. Fix handling of dynamic className in tailwind input (#849)

    * Fix handling of dynamic className in tailwind input
    
    - Added logic to display a warning message when dynamic variables are used in className.
    - Displays Tailwind classes if no dynamic variables are present in the template literal.
    - Shows a button in the UI to navigate to the relevant templateNode source code when dynamic variables are used.
    - Updated the button name to improve user clarity.
    
    * Fix handling of dynamic className in tailwind input
    
    - Added logic to display a warning message when dynamic variables are used in className.
    - Displays Tailwind classes if no dynamic variables are present in the template literal.
    - Shows a button in the UI to navigate to the relevant templateNode source code when dynamic variables are used.
    - Updated the button name to improve user clarity.
    - Added special return types for the `getTemplateNodeClass` function.
    cleobnvntra authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    df61500 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2024

  1. Configuration menu
    Copy the full SHA
    2e40d6a View commit details
    Browse the repository at this point in the history
  2. #723: Right-click to add to AI chat + Hotkey for adding to chat (#855)

    * Right-click to add to AI chat + Hotkey for adding to chat
    
    ---------
    
    Co-authored-by: Raghav Yadlapalli <Raghav.Yadlapalli@nfstechgroup.com>
    RaghavGanesh7 and Raghav Yadlapalli authored Dec 7, 2024
    Configuration menu
    Copy the full SHA
    9d820dc View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2024

  1. Fix terminal on windows (#859)

    * Fix terminal on windows
    abhiroopc84 authored Dec 8, 2024
    Configuration menu
    Copy the full SHA
    b6e54be View commit details
    Browse the repository at this point in the history
  2. Publish version v0.1.4

    Kitenite committed Dec 8, 2024
    Configuration menu
    Copy the full SHA
    21650f1 View commit details
    Browse the repository at this point in the history
Loading