Revamp the Graphite website (#1265)

Revamp the website with more content
This commit is contained in:
Keavon Chambers
2023-08-10 18:37:04 -07:00
parent f2b0abc164
commit f429db6369
76 changed files with 3506 additions and 1670 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Overview of `/frontend/src/components/`
Each component represents a (usually reusable) part of the Graphite Editor GUI. These all get mounted in `Editor.svelte` (in the `/src` directory above this one).
Each component represents a (usually reusable) part of the Graphite editor GUI. These all get mounted in `Editor.svelte` (in the `/src` directory above this one).
## Floating Menus: `floating-menus/`
+2 -2
View File
@@ -66,7 +66,7 @@ function githubUrl(panicDetails: string): string {
**Steps To Reproduce**
Describe precisely how the crash occurred, step by step, starting with a new editor window.
1. Open the Graphite Editor at https://editor.graphite.rs
1. Open the Graphite editor at https://editor.graphite.rs
2.
3.
4.
@@ -79,7 +79,7 @@ function githubUrl(panicDetails: string): string {
${browserVersion()}, ${operatingSystem(true).replace("Unknown", "YOUR OPERATING SYSTEM")}
**Stack Trace**
Copied from the crash dialog in the Graphite Editor:
Copied from the crash dialog in the Graphite editor:
`;
body += "\n\n```\n";