mirror of
https://github.com/enso-org/enso.git
synced 2024-12-21 01:21:46 +03:00
58512e701e
Closes: https://github.com/enso-org/cloud-v2/issues/1445 PR is more or less ready for feedback,CR, and QA. # Read before looking into: **Known issues:** - [x] Need to adjust timings for the animations (they're a bit out of sync). - [x] After the latest rebase, the side panel might expand while clicking on the sidebar toggle. - [ ] Images no longer display. 🤦 - [x] Need to restore the functionality around spotlighting a component Demo: https://github.com/user-attachments/assets/8cec9ec0-4753-482e-8637-f3857b4396a5
32 lines
360 B
Plaintext
32 lines
360 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
node_modules
|
|
.DS_Store
|
|
dist
|
|
dist-ssr
|
|
coverage
|
|
mockDist
|
|
*.local
|
|
*.tsbuildinfo
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/extensions.json
|
|
.idea
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
test-results/
|
|
playwright-report/
|
|
playwright/
|
|
|
|
src/project-view/util/iconList.json
|
|
src/project-view/util/iconName.ts
|