Skip to content

Conversation

@jost-s
Copy link
Contributor

@jost-s jost-s commented Feb 7, 2026

depends on #547

resolves #531

  • hello_world example can only be scaffolded with vanilla template.
  • forum can only be scaffolded with svelte template.

@coderabbitai
Copy link

coderabbitai bot commented Feb 7, 2026

Important

Review skipped

Too many files!

This PR contains 211 files, which is 61 over the limit of 150.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch refactor/provide-svelte-as-only-ui-framework

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Base automatically changed from chore/delete-tryorama-related-code to main February 9, 2026 01:47
@jost-s jost-s force-pushed the refactor/provide-svelte-as-only-ui-framework branch from f88cb99 to 2ecce44 Compare February 9, 2026 01:47
@jost-s jost-s requested a review from a team February 9, 2026 01:47
@veeso
Copy link
Member

veeso commented Feb 9, 2026

This at lib.rs is the only thing missing I guess:

line 37

//! # Custom Templates
//!
//! The scaffolding tool comes with 6 built-in templates:
//!
//! - Vue (with TypeScript)
//! - Svelte (with TypeScript)
//! - Lit (with TypeScript)
//! - React (with TypeScript)
//! - Vanilla
//! - Headless (no ui) - [best for building headless hApps or using a unsupported ui framework without having to create a custom template]

ThetaSinner
ThetaSinner previously approved these changes Feb 10, 2026
@jost-s
Copy link
Contributor Author

jost-s commented Feb 10, 2026

//! The scaffolding tool comes with 6 built-in templates:

This line is in the file and needs to be changed, the list is updated though. You must be looking at a different branch.

@jost-s jost-s force-pushed the refactor/provide-svelte-as-only-ui-framework branch from 2ecce44 to 9fb5f78 Compare February 10, 2026 13:47
@jost-s jost-s force-pushed the refactor/provide-svelte-as-only-ui-framework branch from 9fb5f78 to 7fd14c9 Compare February 10, 2026 13:47
@cocogitto-bot
Copy link

cocogitto-bot bot commented Feb 10, 2026

✔️ 7fd14c9 - Conventional commits check succeeded.

@jost-s jost-s requested a review from ThetaSinner February 10, 2026 13:52
@jost-s jost-s enabled auto-merge (rebase) February 10, 2026 13:52
@jost-s jost-s requested a review from veeso February 10, 2026 13:52
@jost-s jost-s merged commit 9454529 into main Feb 10, 2026
10 checks passed
@jost-s jost-s deleted the refactor/provide-svelte-as-only-ui-framework branch February 10, 2026 14:26
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.

Provide support for a single UI framework

3 participants