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: update welcome screen #505

Merged
merged 5 commits into from
Sep 6, 2023
Merged

feat: update welcome screen #505

merged 5 commits into from
Sep 6, 2023

Conversation

sehyod
Copy link
Collaborator

@sehyod sehyod commented Sep 6, 2023

This removes the left buttons in the empty welcome screen:

Screenshot 2023-09-06 at 14 19 28

This also removes the Tips&Tricks collapsible in the default view:

Screenshot 2023-09-06 at 14 20 13

Finally, this refreshes the allProjectsAtom after creating a Sampl project (this had been forgotten when implementing #500)

Closes #475

@sehyod sehyod requested a review from cguedes September 6, 2023 13:21
@codecov
Copy link

codecov bot commented Sep 6, 2023

Codecov Report

Merging #505 (b6bb145) into main (32128d5) will increase coverage by 0.12%.
The diff coverage is 53.63%.

@@            Coverage Diff             @@
##             main     #505      +/-   ##
==========================================
+ Coverage   81.40%   81.53%   +0.12%     
==========================================
  Files         203      203              
  Lines       12157    12161       +4     
  Branches     1183     1185       +2     
==========================================
+ Hits         9897     9915      +18     
+ Misses       2246     2232      -14     
  Partials       14       14              
Files Changed Coverage Δ
src/application/views/WelcomeView.tsx 0.00% <0.00%> (ø)
src/application/components/icons.tsx 34.84% <27.27%> (+2.49%) ⬆️
src/application/listeners/projectEventListeners.ts 48.17% <40.00%> (-0.31%) ⬇️
src/application/components/OpenEditorsTabPane.tsx 100.00% <100.00%> (ø)
src/components/TabPane.tsx 100.00% <100.00%> (ø)

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

@cguedes cguedes merged commit 4355813 into main Sep 6, 2023
10 checks passed
@cguedes cguedes deleted the 475-updated-welcome-screen branch September 6, 2023 13:45
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 collapsible tip and tricks in welcome screen
2 participants