-
Notifications
You must be signed in to change notification settings - Fork 53
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
Port frontend to TypeScript (0% -> 38.2%) #273
base: develop
Are you sure you want to change the base?
Conversation
eliandoran
commented
Jul 24, 2024
•
edited
Loading
edited
Language | files | blank | comment | code |
---|---|---|---|---|
JavaScript | 259 | 5819 | 1425 | 23855 |
TypeScript | 31 | 992 | 397 | 14751 |
-------- | -------- | -------- | -------- | -------- |
SUM: | 290 | 6811 | 1822 | 38606 |
…escript_port1 ; Conflicts: ; package-lock.json
88ea25a
to
5295d95
Compare
Hey Elian whats the relation between this and #157? I wanted to dive in to either reviewing or helping convert but not sure where I should be looking. |
@rauenzi ,
#157 is the first attempt. This is a rewrite of the same modifications as #157 but without separating the client/server architecture. So if you have time, feel free to start with this PR. I'll close the old one. |
Gotcha, thanks for clarifying, I'll start here then! |
eff61af
to
4090386
Compare
baa17c3
to
42c7148
Compare
…escript_port1 ; Conflicts: ; package-lock.json ; package.json ; src/public/app/components/app_context.ts ; src/public/app/services/hoisted_note.ts ; src/public/app/services/open.ts ; src/public/app/services/toast.ts