Rishit

Results 20 issues of Rishit

- Add position:relative to base logo-card class - Add transform transition for smoother animations - Move animation styles out of :is(a) selector - Apply animations consistently to all logo cards

# feat: implement code download functionality Add download code functionality to project breadcrumb, Update editor sandbox to support code export, Add localization strings for download feature. Resolves #1983 ## Description...

# Fix: Resolve NaN% zoom issue after 'Zoom to Fit' selection ## Description This PR fixes the NaN% zoom issue that occurs after selecting "Zoom to Fit" in the editor....

Fix: Enable line breaks in text editor with conditional Enter handling - Import splitBlock from prosemirror-commands for line break functionality - Modify Enter key handler to use conditional logic: Exit...

fix: prevent infinite restart loop by lazy-loading FreestyleSandboxes SDK ## Description Fixes infinite dev server restart loop caused by FreestyleSandboxes SDK initialization failure when `FREESTYLE_API_KEY` environment variable is not set....

#### Describe the bug ``` @onlook/web-client dev: 5 | │ @onlook/web-client dev: > 6 | const sdk = new FreestyleSandboxes({ │ @onlook/web-client dev: | ^ │ @onlook/web-client dev: 7 |...

bug

Resolves issue #2071 ## Description This PR fixes a bug where changes made in the Code panel were not automatically applied to the web preview after saving. Users had to...

## Description This PR fixes the sidebar file highlighting synchronization issue where the red highlight remained on previously clicked files when switching between files using the top tabs instead of...

## Description This PR fixes the border controls visibility issue where border width and color controls were always displayed even when no border was defined. The solution implements conditional rendering...

#### Describe the bug **Expected behavior:** The file currently being edited (active tab at the top) should be highlighted in red in the left sidebar. **Actual behavior:** The red highlight...

bug