AltimateAI / vscode-dbt-power-user

This extension makes vscode seamlessly work with dbt™: Auto-complete, preview, column lineage, AI docs generation, health checks, cost estimation etc
https://www.altimate.ai
MIT License
468 stars 94 forks source link

feat: AI-1863-In-doc-editor-implement-auto-expandable-UI #1335

Closed gaurpulkit closed 3 months ago

gaurpulkit commented 3 months ago

Overview

Problem

https://altimateai.atlassian.net/browse/AI-1863

In doc editor panel, currently width of the doc editor is fixed. In small screens, some of the space in right side is unused. Fixing that.

Solution

Changing the styles for doc editor

Screenshot/Demo

A picture is worth a thousand words. Please highlight the changes if applicable. Change:

Screenshot 2024-07-25 at 6 15 51 PM Screenshot 2024-07-25 at 6 16 08 PM

Before:

Screenshot 2024-07-25 at 6 16 28 PM

How to test

Checklist

gaurpulkit commented 3 months ago

https://www.loom.com/share/6856f4614ffd426c8b2fe0a10c85a294?sid=87b2f1bc-9a94-4a70-9650-bc67e5b305e0

This section should limit the max width as we see in history tab, so it wont extend for very large screens

Screenshot 2024-07-26 at 12 48 22 PM

added the change. confirm on your screen.

gaurpulkit commented 3 months ago

After sarav's changes:

Screenshot 2024-07-31 at 9 12 55 AM Screenshot 2024-07-31 at 9 13 24 AM