From 2eb344f25d8c04e522bffa86d56c079777e0d4ac Mon Sep 17 00:00:00 2001 From: Peter York Date: Mon, 25 Nov 2024 16:15:10 +0000 Subject: [PATCH] Put about on landing page, remove ATIP word, fix small font thing --- src/lib/sketch/About.svelte | 14 +++++++++----- src/lib/sketch/FileManagement.svelte | 4 ++-- src/pages/ChooseArea.svelte | 11 +---------- src/pages/LandingPage.svelte | 8 ++++++++ src/pages/SketchSchemes.svelte | 12 +----------- 5 files changed, 21 insertions(+), 28 deletions(-) diff --git a/src/lib/sketch/About.svelte b/src/lib/sketch/About.svelte index 343f3e9e9..d087283c0 100644 --- a/src/lib/sketch/About.svelte +++ b/src/lib/sketch/About.svelte @@ -4,10 +4,10 @@ export let open: boolean; - +

- ATIP Scheme Sketcher v2 is an + Plan Your Active Travel Schemes is an open source project supported by Active Travel England and developed by: @@ -38,13 +38,13 @@

  • - With great thanks to ATIP's various users for feedback, testing, and + With great thanks to our various users for feedback, testing, and ideas
  • - ATIP builds on + Plan Your Active Travel Schemes builds on OpenStreetMap @@ -63,7 +63,7 @@

    - We want your feedback about ATIP! Please start an issue on Github @@ -77,6 +77,10 @@

    Recent changes

      +
    • + Public Beta + launched December 2024, various UI/UX improvements, better integration of browse and sketch tools and most importantly public access. +
    • v2 launched on 2 June 2023. Changes: a complete UI rewrite, new draw tools, diff --git a/src/lib/sketch/FileManagement.svelte b/src/lib/sketch/FileManagement.svelte index 275276066..735a0c03d 100644 --- a/src/lib/sketch/FileManagement.svelte +++ b/src/lib/sketch/FileManagement.svelte @@ -76,11 +76,11 @@
      -
      +

      You are editing
      {filename} -

      +

      exportFile(authority, filename, $gjSchemes)} diff --git a/src/pages/ChooseArea.svelte b/src/pages/ChooseArea.svelte index 4570679bd..772e6bde4 100644 --- a/src/pages/ChooseArea.svelte +++ b/src/pages/ChooseArea.svelte @@ -21,7 +21,6 @@ Popup, describeAuthority, } from "lib/common"; - import About from "lib/sketch/About.svelte"; import { schema as schemaStore } from "stores"; import { FillLayer, @@ -42,7 +41,6 @@ features: [], }; - let showAbout = false; const params = new URLSearchParams(window.location.search); let pageErrorMessage = params.get("error") || ""; let uploadErrorMessage = ""; @@ -97,13 +95,7 @@
      -
      -

      Scheme Sketcher

      - - (showAbout = !showAbout)}> - About - -
      +

      Scheme Sketcher

      @@ -204,7 +196,6 @@
    -