diff options
author | quietreading <team@quietreading.org> | 2025-07-07 18:28:10 -0400 |
---|---|---|
committer | quietreading <team@quietreading.org> | 2025-07-07 18:28:10 -0400 |
commit | 7cbba1363b1a94d0c30e2ef9e442ae341eb927d8 (patch) | |
tree | 5c446db49a8e52d2fecf78b4472d57ec41617877 | |
parent | 26ec5446ff4b9a5b8be59fb9c6037324ad5956c3 (diff) |
edits
-rw-r--r-- | locales/en.json | 6 | ||||
-rwxr-xr-x | public/android-chrome-192x192.png | bin | 2380 -> 0 bytes | |||
-rwxr-xr-x | public/android-chrome-256x256.png | bin | 3205 -> 0 bytes | |||
-rwxr-xr-x | public/apple-touch-icon.png | bin | 2217 -> 0 bytes | |||
-rwxr-xr-x | public/browserconfig.xml | 9 | ||||
-rwxr-xr-x | public/favicon-16x16.png | bin | 562 -> 0 bytes | |||
-rwxr-xr-x | public/favicon-32x32.png | bin | 747 -> 0 bytes | |||
-rw-r--r--[-rwxr-xr-x] | public/favicon.ico | bin | 7406 -> 224674 bytes | |||
-rw-r--r-- | public/hex.ico | bin | 224674 -> 0 bytes | |||
-rw-r--r-- | public/js/modules/new.js | 2 | ||||
-rwxr-xr-x | public/mstile-150x150.png | bin | 2675 -> 0 bytes | |||
-rwxr-xr-x | public/og-image.jpg | bin | 6654 -> 0 bytes | |||
-rwxr-xr-x | public/robots.txt | 2 | ||||
-rwxr-xr-x | public/safari-pinned-tab.svg | 25 | ||||
-rwxr-xr-x | public/site.webmanifest | 19 | ||||
-rw-r--r-- | src/util/validation.ts | 6 | ||||
-rwxr-xr-x | views/layouts/main.handlebars | 13 | ||||
-rwxr-xr-x | views/partials/eventForm.handlebars | 2 |
18 files changed, 6 insertions, 78 deletions
diff --git a/locales/en.json b/locales/en.json index 69ee633..22736d8 100644 --- a/locales/en.json +++ b/locales/en.json @@ -11,13 +11,13 @@ "common.eventgroupid": "Event group ID", "common.eventgroupname": "Event group name", "common.eventgroups": "Event groups", - "common.eventlocation": "Location details", - "common.eventname": "Quiet Reading location (include neighborhood)", + "common.eventlocation": "Location details (include neighborhood)", + "common.eventname": "Quiet Reading location", "common.eventstart": "Starts", "common.timezone": "Timezone", "common.year-month-format": "MMMM YYYY", "common.youremail": "Your email", - "config.defaultinstancedesc": "**{{ siteName }}** is running on yyGathio — a simple, federated, privacy-first event hosting platform.", + "config.defaultinstancedesc": "Quiet Reading: bring your own book, make a new friend!", "config.instancerule.creatoremail-false": "Anyone can create events and groups", "config.instancerule.creatoremail-true": "Only specific people can create events and groups", "config.instancerule.deleteafterdays-false": "Events are permanent, and are never automatically deleted", diff --git a/public/android-chrome-192x192.png b/public/android-chrome-192x192.png Binary files differdeleted file mode 100755 index 532f64a..0000000 --- a/public/android-chrome-192x192.png +++ /dev/null diff --git a/public/android-chrome-256x256.png b/public/android-chrome-256x256.png Binary files differdeleted file mode 100755 index f42577d..0000000 --- a/public/android-chrome-256x256.png +++ /dev/null diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png Binary files differdeleted file mode 100755 index d24d5e3..0000000 --- a/public/apple-touch-icon.png +++ /dev/null diff --git a/public/browserconfig.xml b/public/browserconfig.xml deleted file mode 100755 index b3930d0..0000000 --- a/public/browserconfig.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<browserconfig> - <msapplication> - <tile> - <square150x150logo src="/mstile-150x150.png"/> - <TileColor>#da532c</TileColor> - </tile> - </msapplication> -</browserconfig> diff --git a/public/favicon-16x16.png b/public/favicon-16x16.png Binary files differdeleted file mode 100755 index 06242e5..0000000 --- a/public/favicon-16x16.png +++ /dev/null diff --git a/public/favicon-32x32.png b/public/favicon-32x32.png Binary files differdeleted file mode 100755 index 91a23a1..0000000 --- a/public/favicon-32x32.png +++ /dev/null diff --git a/public/favicon.ico b/public/favicon.ico Binary files differindex e362dcf..304edfb 100755..100644 --- a/public/favicon.ico +++ b/public/favicon.ico diff --git a/public/hex.ico b/public/hex.ico Binary files differdeleted file mode 100644 index 304edfb..0000000 --- a/public/hex.ico +++ /dev/null diff --git a/public/js/modules/new.js b/public/js/modules/new.js index 1dd8843..ad2f84a 100644 --- a/public/js/modules/new.js +++ b/public/js/modules/new.js @@ -78,7 +78,7 @@ function newEventForm() { this.data.publicCheckbox = true; }, updateEventEnd() { - if (this.data.eventEnd === "" || this.data.eventEnd < this.data.eventStart) { + if (this.data.eventEnd === "") { this.data.eventEnd = this.data.eventStart; } }, diff --git a/public/mstile-150x150.png b/public/mstile-150x150.png Binary files differdeleted file mode 100755 index e1b6e5b..0000000 --- a/public/mstile-150x150.png +++ /dev/null diff --git a/public/og-image.jpg b/public/og-image.jpg Binary files differdeleted file mode 100755 index 3d8b2a9..0000000 --- a/public/og-image.jpg +++ /dev/null diff --git a/public/robots.txt b/public/robots.txt deleted file mode 100755 index 3dcd2c3..0000000 --- a/public/robots.txt +++ /dev/null @@ -1,2 +0,0 @@ -User-agent: * -Disallow:
\ No newline at end of file diff --git a/public/safari-pinned-tab.svg b/public/safari-pinned-tab.svg deleted file mode 100755 index 8c559e6..0000000 --- a/public/safari-pinned-tab.svg +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" standalone="no"?> -<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" - "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> -<svg version="1.0" xmlns="http://www.w3.org/2000/svg" - width="260.000000pt" height="260.000000pt" viewBox="0 0 260.000000 260.000000" - preserveAspectRatio="xMidYMid meet"> -<metadata> -Created by potrace 1.11, written by Peter Selinger 2001-2013 -</metadata> -<g transform="translate(0.000000,260.000000) scale(0.100000,-0.100000)" -fill="#000000" stroke="none"> -<path d="M0 1300 l0 -1300 1300 0 1300 0 0 1300 0 1300 -1300 0 -1300 0 0 --1300z m2500 0 l0 -1200 -1200 0 -1200 0 0 1200 0 1200 1200 0 1200 0 0 -1200z"/> -<path d="M1695 2287 c-3 -7 -4 -85 -3 -172 l3 -160 203 -3 202 -2 -2 172 -3 -173 -198 3 c-156 2 -199 0 -202 -11z"/> -<path d="M883 1875 c-231 -62 -383 -283 -383 -555 0 -230 108 -424 285 -511 -68 -33 72 -34 195 -34 117 0 129 2 187 29 38 17 80 47 105 74 l41 45 -6 -70 -c-14 -149 -74 -218 -212 -244 -100 -18 -249 25 -345 101 l-37 30 -107 -115 --106 -114 62 -50 c121 -99 252 -147 424 -158 306 -18 567 105 669 318 19 41 -38 91 41 112 l7 37 198 0 199 0 0 550 0 550 -370 0 -370 0 0 -71 0 -71 -44 45 -c-76 79 -177 117 -306 116 -41 0 -99 -7 -127 -14z m292 -344 c22 -10 54 -33 -72 -51 52 -53 63 -87 63 -192 l0 -94 -42 -41 c-51 -50 -83 -63 -148 -63 -64 0 --97 13 -143 58 -88 85 -86 252 5 342 60 61 122 74 193 41z"/> -</g> -</svg> diff --git a/public/site.webmanifest b/public/site.webmanifest deleted file mode 100755 index de65106..0000000 --- a/public/site.webmanifest +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "", - "short_name": "", - "icons": [ - { - "src": "/android-chrome-192x192.png", - "sizes": "192x192", - "type": "image/png" - }, - { - "src": "/android-chrome-256x256.png", - "sizes": "256x256", - "type": "image/png" - } - ], - "theme_color": "#ffffff", - "background_color": "#ffffff", - "display": "standalone" -} diff --git a/src/util/validation.ts b/src/util/validation.ts index 640baf3..2ee2933 100644 --- a/src/util/validation.ts +++ b/src/util/validation.ts @@ -168,12 +168,6 @@ export const validateEventData = ( field: "timezone", }); } - if (!validatedData.eventDescription) { - errors.push({ - message: i18next.t("util.validation.eventdata.eventdescription"), - field: "eventDescription", - }); - } if (validatedData.eventGroupBoolean) { if (!validatedData.eventGroupID) { errors.push({ diff --git a/views/layouts/main.handlebars b/views/layouts/main.handlebars index 925114d..5ae663b 100755 --- a/views/layouts/main.handlebars +++ b/views/layouts/main.handlebars @@ -5,12 +5,7 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> - <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> - <link rel="manifest" href="/site.webmanifest"> - <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"> - <meta name="msapplication-TileColor" content="#da532c"> + <link rel="icon" type="image/png" href="/favicon.ico"> <meta name="theme-color" content="#ffffff"> <meta property="og:type" content="website"> @@ -21,12 +16,6 @@ <meta property="og:url" content="{{#if metadata.url}}{{metadata.url}}{{else}}https://{{domain}}/{{/if}}"> <meta property="og:image" content="{{#if metadata.image}}{{metadata.image}}{{else}}https://{{domain}}/og-image.jpg{{/if}}"> - <meta name="twitter:card" content="summary"> - <meta name="twitter:title" content="{{#if metadata.title}}{{metadata.title}} · {{siteName}}{{else}}{{siteName}}{{/if}}"> - <meta name="twitter:description" content="{{#if metadata.description}}{{metadata.description}}{{else}}{{t "views.layouts.main.defaultmetadata" }}{{/if}}"> - <meta name="twitter:image" content="{{#if metadata.image}}{{metadata.image}}{{else}}https://{{domain}}/og-image.jpg{{/if}}"> - - <title>{{#if title}}{{title}} · {{/if}}{{siteName}}</title> <!-- FONTS --> diff --git a/views/partials/eventForm.handlebars b/views/partials/eventForm.handlebars index 53f7683..aa57150 100755 --- a/views/partials/eventForm.handlebars +++ b/views/partials/eventForm.handlebars @@ -30,7 +30,7 @@ </div> </div> <div class="form-group"> - <label for="eventDescription" >*{{t "views.partials.eventform.eventdescription" }}</label> + <label for="eventDescription" >{{t "views.partials.eventform.eventdescription" }}</label> <div class="form-group "> <textarea class="form-control expand" id="eventDescription" name="eventDescription" placeholder="{{t "views.event.editlater" }}" x-model="data.eventDescription" ></textarea> <small class="form-text">{{{t "views.partials.mdsupport" }}}</small> |