From e8a77b7d500e9dea6fd67a23b854f04d8c2eb5e7 Mon Sep 17 00:00:00 2001 From: Kiril Videlov Date: Fri, 24 Feb 2023 12:43:18 +0100 Subject: [PATCH] Formatting --- src/routes/+layout.svelte | 79 ++++--- src/routes/+page.svelte | 425 ++++++++++++++++++-------------------- 2 files changed, 233 insertions(+), 271 deletions(-) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 1538e802f..22ec622f7 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1,53 +1,46 @@ diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index bf1482f77..8d9b59f8b 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,241 +1,210 @@
-
- {#if $projects.length == 0} -
- -
-
-
Welcome to GitButler.
-
- More than just version control. -
-
-
- GitButler is a tool to help you manage all the local - work you do on your code projects. -
-
- Think of us as a code concierge, a - smart assistant for all the coding related tasks you - need to do every day. -
-
    -
  • - - - +
    + {#if $projects.length == 0} +
    + +
    +
    +
    Welcome to GitButler.
    +
    More than just version control.
    +
    +
    + GitButler is a tool to help you manage all the local work you do on your code projects. +
    +
    + Think of us as a code concierge, a smart assistant for all the coding + related tasks you need to do every day. +
    +
      +
    • + + + - Automatically recording everything you do in - any of your butlered projects. -
    • -
    • - - - + Automatically recording everything you do in any of your butlered projects. +
    • +
    • + + + - Simplifying all your Git work, including - committing, branching and pushing, to be easy - and intuitive. - -
    • -
    • - - - + Simplifying all your Git work, including committing, branching and pushing, to be + easy and intuitive. + +
    • +
    • + + + - Helping you not just search for strings or past - commits, but find useful context in the story of - your code. - -
    • -
    - -
    - -
    - -

    - No projects -

    -

    - Get started by tracking a project you're working on. -

    -
    - -
    -
    -
    - {:else} -
    -
    -
    -
    - My Projects -
    - All the projects that I am currently helping you - with. -
    -
    -
    - -
    -
    -
    -
    - {#each $projects as project} -
    -
    - {project.title} -
    - {project.path} -
    -
    -
    - {#if project.api} -
    -
    -
    - syncing -
    -
    - {:else} -
    -
    -
    - offline -
    -
    - {/if} -
    -
    - {/each} -
    -
    -
    -
    + Helping you not just search for strings or past commits, but find useful context in + the story of your code. + +
  • +
+ +
+ +
+ +

No projects

+

Get started by tracking a project you're working on.

+
+ +
+
+
+ {:else} +
+
+
+
+ My Projects +
+ All the projects that I am currently helping you with. +
+
+
+ +
+
+
+
+ {#each $projects as project} +
+
+ {project.title} +
+ {project.path} +
+
+
+ {#if project.api} +
+
+
syncing
+
+ {:else} +
+
+
offline
+
+ {/if} +
+
+ {/each} +
+
+
+
-
-
-
Timeline
-
-
- {/if} -
+
+
+
Timeline
+
+
+ {/if} +