mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 16:28:11 +08:00
Revamp the Graphite website (#1265)
Revamp the website with more content
This commit is contained in:
@@ -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/`
|
||||
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user