Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: explorer panel styles #435

Merged
merged 6 commits into from
Aug 29, 2023
Merged

feat: explorer panel styles #435

merged 6 commits into from
Aug 29, 2023

Conversation

sehyod
Copy link
Collaborator

@sehyod sehyod commented Aug 29, 2023

This updates the design for the explorer panel
Screenshot 2023-08-29 at 13 54 52

Closes #372

@sehyod sehyod requested a review from cguedes August 29, 2023 12:56
@codecov
Copy link

codecov bot commented Aug 29, 2023

Codecov Report

Merging #435 (5658002) into main (5d3e1c5) will increase coverage by 0.09%.
Report is 2 commits behind head on main.
The diff coverage is 87.91%.

@@            Coverage Diff             @@
##             main     #435      +/-   ##
==========================================
+ Coverage   77.69%   77.78%   +0.09%     
==========================================
  Files         190      188       -2     
  Lines       11570    11527      -43     
  Branches     1115     1116       +1     
==========================================
- Hits         8989     8966      -23     
+ Misses       2565     2546      -19     
+ Partials       16       15       -1     
Files Changed Coverage Δ
src/application/sidebar/ExplorerPanel.tsx 0.00% <0.00%> (ø)
src/atoms/projectState.ts 33.62% <ø> (-0.57%) ⬇️
src/components/icons.tsx 64.70% <85.71%> (-10.30%) ⬇️
src/application/sidebar/FileExplorer.tsx 99.26% <99.09%> (-0.74%) ⬇️
src/application/sidebar/icons.tsx 53.22% <100.00%> (+53.22%) ⬆️
src/components/PanelWrapper.tsx 100.00% <100.00%> (ø)
src/events.ts 86.66% <100.00%> (+0.22%) ⬆️
src/wrappers/EventsListener.tsx 100.00% <100.00%> (ø)

... and 3 files with indirect coverage changes

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

@cguedes cguedes merged commit a322cd0 into main Aug 29, 2023
10 checks passed
@cguedes cguedes deleted the 372-explorer-panel-styles branch August 29, 2023 15:50
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 Explorer Panel (files explorer)
2 participants