about summary refs log tree commit diff
path: root/src/frontend/templates/onboarding.rs
Commit message (Collapse)AuthorAgeFilesLines
* Split into different cratesVika2022-05-071-192/+0
| | | | | | | | | Templates and utility types are now separate crates to speed up compilation, linting and potential reuse/replacement. Potentially more crates could be split out/modularized, resulting in speedups, smaller binaries (whenever features are excluded) and even more reuse capabilities.
* Get rid of legacy code, fix mistakes in fluff text and commentsVika2022-03-231-1/+1
|
* Port onboardingVika2022-03-071-1/+1
|
* Migrate to Rust 2021Vika2021-12-071-20/+20
|
* Code cleanup and small bugfixing in templatesVika2021-12-051-1/+0
|
* Refactored the onboarding template into its own fileVika2021-08-061-0/+193