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.5
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.6
Choose a head ref
  • 9 commits
  • 92 files changed
  • 5 contributors

Commits on Dec 13, 2024

  1. Merge pull request #889 from onlook-dev/releases/0.1.5

    Publish version v0.1.5
    Kitenite authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    d14f6e6 View commit details
    Browse the repository at this point in the history
  2. fix: prevent layout.tsx deletion on SIGINT

    - Make cleanup process async and wait for completion
    - Use atomic file writes with temp files
    - Ensure all cleanup operations complete before exit
    - Fixes race condition causing layout.tsx deletion
    devin-ai-integration[bot] committed Dec 13, 2024
    Configuration menu
    Copy the full SHA
    fb1e4ad View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2024

  1. Handle signint better

    Kitenite committed Dec 14, 2024
    Configuration menu
    Copy the full SHA
    10615a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99db975 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #895 from onlook-dev/devin/1734116534-fix-layout-d…

    …eletion-on-sigint
    
    fix: prevent layout.tsx deletion on SIGINT
    Kitenite authored Dec 14, 2024
    Configuration menu
    Copy the full SHA
    bc33ba8 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2024

  1. Feat/simplified top bar controls (#892)

    * Revert windows settings change
    
    * Add Onlook icon with option to color it
    
    * Add setTheme function to the webview api
    
    * Add frame outlines for interact and design modes
    
    * Add colored Onlook icon for Onlook status
    
    * Make webview top-bar controls minimal
    
    * made the entire top bar interactive for renaming url + draggin, ui improvements
    
    * topbar url refined ui, improved button hover states, micro-interactions
    
    * Fix framer motion not working
    
    * Remove webview focus state
    abhiroopc84 authored Dec 15, 2024
    Configuration menu
    Copy the full SHA
    c209893 View commit details
    Browse the repository at this point in the history
  2. Chat v2 (#869)

    Kitenite authored Dec 15, 2024
    Configuration menu
    Copy the full SHA
    1d15cc4 View commit details
    Browse the repository at this point in the history
  3. Tons of AI Chat UI improvements (#902)

    * initial styling for chat boxes + markdown box
    
    * Copy+Paste Button UI and context pill improvements
    
    * Save revert state between sessions
    drfarrell authored Dec 15, 2024
    Configuration menu
    Copy the full SHA
    2cc0f5b View commit details
    Browse the repository at this point in the history
  4. Publish version v0.1.6

    Kitenite committed Dec 15, 2024
    Configuration menu
    Copy the full SHA
    428f49a View commit details
    Browse the repository at this point in the history
Loading