Skip to content

Commit b6f6fa7

Browse files
committed
Update pre-release modal to mention rewrite in Rust
1 parent 79f80fc commit b6f6fa7

5 files changed

Lines changed: 45 additions & 10 deletions

File tree

apps/website/src/components/pageSpecific/landing/preBetaAlert.tsx

Lines changed: 30 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,30 @@ const PreBetaAlertDialog = () => {
4444
>
4545
<AlertDialogContent>
4646
<AlertDialogHeader>
47-
<AlertDialogTitle>This app is in pre-release.</AlertDialogTitle>
47+
<AlertDialogTitle>
48+
This app is currently being rewritten with Flutter and Rust.
49+
</AlertDialogTitle>
4850
<AlertDialogDescription>
49-
<div>
50-
<LogoAsText fontSize={13} /> is still in the very early stages of
51-
the initial release. Wrapping up the missing pieces and creating a
52-
simpler installation process would normally be a pretty simple and
53-
straight forward task, but my current living situation is
54-
complicating things{" "}
55-
<span className={"font-semibold italic"}>significantly</span>.
51+
<div className="text-red">
52+
You should <span className="font-bold font-italic">not</span> try
53+
to install this application in it's current form.
5654
</div>
55+
<p>
56+
The web application was abondoned and this application is now
57+
being rewrittin in Flutter and Rust to incorporate all of the same
58+
features in a native application with ummatched performance. While
59+
this release won't be ready until early fall, there is already
60+
Rust powered plot generators, native, decentrialized peer-to-peer
61+
communication and more.
62+
</p>
63+
<p>
64+
The new app will be amazing, but don't even bother trying to
65+
install this web app. It was an estimated 1.8 million lines of
66+
code according to some software, but it became so over engineered
67+
that a complete rewrite was what's best in the long run. You can
68+
expect a beta by the end of July, maybe June if there aren't too
69+
many hickups.
70+
</p>
5771
<div className={"mt-2"}>
5872
You can learn more about the motivation and plans for{" "}
5973
<LogoAsText fontSize={13} />{" "}
@@ -74,13 +88,19 @@ const PreBetaAlertDialog = () => {
7488
.{" "}
7589
</div>
7690
<div className={"mt-2"}>
77-
If you you can, please consider supporting the development of <LogoAsText fontSize={13} /> by clicking{" "}
91+
If you you can, please consider supporting the development of{" "}
92+
<LogoAsText fontSize={13} /> by clicking{" "}
7893
<Link href={"/sponsor"} className={"text-link"}>
7994
here
8095
</Link>
8196
.
8297
</div>
83-
<div className={"mt-2"}>I am still <span className="italic font-bold">very</span> homeless. Your support towards finalizing the initial release of <LogoAsText /> and continued research into the model that inspired it goes further than you know.</div>
98+
<div className={"mt-2"}>
99+
I am still <span className="italic font-bold">very</span>{" "}
100+
homeless. Your support towards finalizing the initial release of{" "}
101+
<LogoAsText /> and continued research into the model that inspired
102+
it goes further than you know.
103+
</div>
84104
</AlertDialogDescription>
85105
</AlertDialogHeader>
86106
<AlertDialogFooter>

apps/website/src/mdx/docsStatic/gettingStarted.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ created: 6-6-24
55

66

77
# Getting Started
8+
<Admonition title="IMPORTANT" type="error" dropdown>
9+
***IMPORTANT:*** The web application was abondoned and this application is now being rewrittin in Flutter and Rust to incorporate all of the same features in a native application with ummatched performance. While this release won't be ready until early fall, there is already Rust powered plot generators, native, decentrialized peer-to-peer communication and more.
10+
11+
The new app will be amazing, but don't even bother trying to install this web app. It was an estimated 1.8 million lines of code according to some software, but it became so over engineered that a complete rewrite was what's best in the long run.
12+
13+
14+
You can expect a beta by the end of July, maybe June if there aren't too many hickups.
15+
</Admonition>
16+
817

918
<LogoAsText /> functions primarily as an ecosystem of note taking and academic focused React components and a build script to generate a complete web application using all of the most modern technologies, customized to your own configuration.
1019

0 Bytes
Binary file not shown.

apps/website/src/tex/dilatingSpacePhi/note.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@ To convert pdf to image with imageMagick:
99
```sh
1010
convert -density 600x600 img.pdf -quality 90 -resize 800x600 pic.png
1111
```
12+
13+
All together:
14+
15+
```sh
16+
sudo pdflatex img.tex && convert -density 600x600 img.pdf -quality 90 -resize 800x600 pic.png
17+
```
15.1 KB
Loading

0 commit comments

Comments
 (0)