-
Notifications
You must be signed in to change notification settings - Fork 1
Some updates, fixes, redesign #547
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
Conversation
change some stuff
update deps
Bumps [bits-ui](https://github.com/huntabyte/bits-ui) from 2.8.11 to 2.11.4. - [Release notes](https://github.com/huntabyte/bits-ui/releases) - [Commits](https://github.com/huntabyte/bits-ui/compare/bits-ui@2.8.11...bits-ui@2.11.4) --- updated-dependencies: - dependency-name: bits-ui dependency-version: 2.11.4 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [layerchart](https://github.com/techniq/layerchart) from 2.0.0-next.37 to 2.0.0-next.40. - [Release notes](https://github.com/techniq/layerchart/releases) - [Commits](https://github.com/techniq/layerchart/compare/layerchart@2.0.0-next.37...layerchart@2.0.0-next.40) --- updated-dependencies: - dependency-name: layerchart dependency-version: 2.0.0-next.40 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…mponents Co-authored-by: Inglan <96573515+Inglan@users.noreply.github.com>
…atures, fix layout issues Co-authored-by: Inglan <96573515+Inglan@users.noreply.github.com>
…1d-454c-b5c9-26c0aef6d481 feat: Add 10 new educational tools using Svelte 5 runes and shadcn components
…/layerchart-2.0.0-next.40 Bump layerchart from 2.0.0-next.37 to 2.0.0-next.40
…/bits-ui-2.11.4 Bump bits-ui from 2.8.11 to 2.11.4
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. WalkthroughUpdates CI to pnpm/action-setup v10 and removes an Infinityfree deploy step. Adds commandOpen shared state and gates some UI by experimentalFeatures. Expands navigation and landing layout. Removes mirrors feature and config. Introduces multiple new tools pages and minor state refactors in existing tools. Updates dependencies and pnpm workspace config. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
actor User
participant Layout as +layout.svelte
participant State as state.svelte.ts (commandOpen)
participant Sidebar as app-sidebar.svelte
User->>Layout: Click Search button
Layout->>State: commandOpen.current = true
Sidebar->>State: Bind Command.Dialog open to commandOpen.current
State-->>Sidebar: current = true (dialog opens)
User->>Sidebar: Close dialog
Sidebar->>State: commandOpen.current = false
State-->>Sidebar: current = false (dialog closes, input reset)
sequenceDiagram
autonumber
actor User
participant Page as URL Tools (+page.svelte)
participant API as TinyURL API
User->>Page: Enter URL and click Shorten
Page->>Page: Validate URL
alt valid
Page->>API: POST/GET shorten request
API-->>Page: Short URL or error
alt success
Page->>Page: Set outputUrl, clear error
else failure
Page->>Page: Set error, clear outputUrl
end
else invalid
Page->>Page: Show validation error
end
User->>Page: Copy result (if present)
Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes Possibly related PRs
Suggested reviewers
✨ Finishing touches
🧪 Generate unit tests
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (27)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Deploying edutools-testing with
|
| Latest commit: |
0342a2d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2add7a5d.edutools-testing.pages.dev |
| Branch Preview URL: | https://main.edutools-testing.pages.dev |
Summary by CodeRabbit