Skip to content

feat: update sidebar design#383

Merged
cguedes merged 20 commits into
mainfrom
sidebars-design
Aug 22, 2023
Merged

feat: update sidebar design#383
cguedes merged 20 commits into
mainfrom
sidebars-design

Conversation

@sehyod

@sehyod sehyod commented Aug 18, 2023

Copy link
Copy Markdown
Collaborator

This adds a generic Sidebar component, uses it for the left sidebar, and replaces the right panel logic with a second sidebar on the right
This also fixes the background of the splashscreen to be the same as the one of the welcome screen, instead of white

Screenshot 2023-08-22 at 14 43 06

NB: This PR does not update the sidebar panels (like the references panel, the file explorer panel, etc.)

Closes #371

@codecov

codecov Bot commented Aug 18, 2023

Copy link
Copy Markdown

Codecov Report

Merging #383 (20b4ea5) into main (a1c7f9e) will decrease coverage by 1.08%.
Report is 1 commits behind head on main.
The diff coverage is 36.65%.

@@            Coverage Diff             @@
##             main     #383      +/-   ##
==========================================
- Coverage   84.16%   83.09%   -1.08%     
==========================================
  Files         175      161      -14     
  Lines       10016     9192     -824     
  Branches     1101     1106       +5     
==========================================
- Hits         8430     7638     -792     
+ Misses       1575     1540      -35     
- Partials       11       14       +3     
Files Changed Coverage Δ
src/application/App.tsx 0.00% <0.00%> (ø)
src/application/sidebar/LeftSidePanelWrapper.tsx 0.00% <0.00%> (ø)
src/application/sidebar/RightSidePanelWrapper.tsx 0.00% <0.00%> (ø)
src/application/sidebar/icons.tsx 0.00% <0.00%> (ø)
src/components/VerticalResizeHandle.tsx 0.00% <0.00%> (ø)
src/splash.tsx 0.00% <0.00%> (ø)
src/application/components/SideBar.tsx 100.00% <100.00%> (ø)
src/features/ai/sidebar/ChatPanel.tsx 100.00% <100.00%> (ø)
src/features/ai/sidebar/RewriterPanel.tsx 100.00% <100.00%> (ø)

... and 16 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@sehyod sehyod marked this pull request as ready for review August 21, 2023 16:26
@sehyod sehyod requested a review from cguedes August 22, 2023 13:48
Comment thread tailwind.config.js
Comment thread src/application/App.tsx Outdated
Comment thread src/application/App.tsx Outdated
@cguedes cguedes merged commit 0e44eb5 into main Aug 22, 2023
@cguedes cguedes deleted the sidebars-design branch August 22, 2023 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Design for PrimarySideBar (plus PanelWrapper and PanelSection)

2 participants