Release notes dialog (#2726)

* Move manual docs
* Move changelog docs
* Add migration notes
* Move changelog to settings
* Add release notes dialog
* Add new changelog
This commit is contained in:
WithoutPants
2022-07-13 12:57:53 +10:00
parent 964b559309
commit 30877c75fb
59 changed files with 229 additions and 57 deletions

View File

@@ -0,0 +1,9 @@
// import migration32 from "./32.md";
// type Module = typeof migration32;
// replace any with module once we add migration notes
// eslint-disable-next-line @typescript-eslint/no-explicit-any
export const migrationNotes: Record<number, any> = {
// 32: migration31,
};