The smokesignal.events web application

chore: Updating help and support links

Signed-off-by: Nick Gerakines <nick.gerakines@gmail.com>

+24 -21
+2 -2
src/bin/smokesignal.rs
··· 147 "https://{}/logo-160x160x.png", 148 config.external_base 149 )), 150 - tos_uri: Some("https://docs.smokesignal.events/docs/about/terms/".to_string()), 151 - policy_uri: Some("https://docs.smokesignal.events/docs/about/privacy/".to_string()), 152 scope: Some("atproto transition:generic transition:email".to_string()), 153 }; 154
··· 147 "https://{}/logo-160x160x.png", 148 config.external_base 149 )), 150 + tos_uri: Some("https://preview.smokesignal.events/terms-of-service".to_string()), 151 + policy_uri: Some("https://preview.smokesignal.events/privacy-policy".to_string()), 152 scope: Some("atproto transition:generic transition:email".to_string()), 153 }; 154
+2 -2
src/http/handle_oauth_metadata.rs
··· 54 "https://{}/logo-160x160x.png", 55 web_context.config.external_base 56 ), 57 - policy_uri: "https://docs.smokesignal.events/docs/about/privacy/", 58 redirect_uris, 59 response_types: vec!["code"], 60 scope: "atproto transition:generic transition:email", 61 token_endpoint_auth_method: "private_key_jwt", 62 token_endpoint_auth_signing_alg: "ES256", 63 subject_type: "public", 64 - tos_uri: "https://docs.smokesignal.events/docs/about/terms/", 65 }; 66 Ok(Json(resp)) 67 }
··· 54 "https://{}/logo-160x160x.png", 55 web_context.config.external_base 56 ), 57 + policy_uri: "https://preview.smokesignal.events/privacy-policy", 58 redirect_uris, 59 response_types: vec!["code"], 60 scope: "atproto transition:generic transition:email", 61 token_endpoint_auth_method: "private_key_jwt", 62 token_endpoint_auth_signing_alg: "ES256", 63 subject_type: "public", 64 + tos_uri: "https://preview.smokesignal.events/terms-of-service", 65 }; 66 Ok(Json(resp)) 67 }
+1 -1
templates/create_event.en-us.common.html
··· 12 </p> 13 <p> 14 Learn more about creating events on the 15 - <a href="https://docs.smokesignal.events/docs/help/events/" rel="help"> 16 Event Creation Guide 17 </a> 18 .
··· 12 </p> 13 <p> 14 Learn more about creating events on the 15 + <a href="https://discourse.smokesignal.events/t/event-creation-guide/67" rel="help" target="_blank"> 16 Event Creation Guide 17 </a> 18 .
+1 -1
templates/create_rsvp.en-us.common.html
··· 13 </p> 14 <p> 15 Learn more about rsvps on the 16 - <a href="https://docs.smokesignal.events/docs/help/events/" rel="help"> 17 RSVP Help 18 </a> 19 page.
··· 13 </p> 14 <p> 15 Learn more about rsvps on the 16 + <a href="https://discourse.smokesignal.events/t/event-rsvp-guide/68" rel="help" target="_blank"></a> 17 RSVP Help 18 </a> 19 page.
+4 -4
templates/login.en-us.bare.html
··· 5 6 <div class="box content"> 7 8 - <article class="message is-link"> 9 <div class="message-body"> 10 <p> 11 - The <a href="https://docs.smokesignal.events/docs/getting-started/quick-start/">Quick Start Guide</a> has a 12 - step-by-step guide to getting started. 13 </p> 14 </div> 15 </article> 16 17 {% include 'login.en-us.partial.html' %} 18 19 - <p><a target="_blank" href="#">Trouble signing in?</a></p> 20 21 </div> 22
··· 5 6 <div class="box content"> 7 8 + <article class="message is-success"> 9 <div class="message-body"> 10 <p> 11 + Log in to Smoke Signal using your AT-Handle (such as “@ngerakines.me” or “@alice.bsky.social”) 12 + or your DID (“did:plc:cbkjy5n7bk3ax2wplmtjofq2”). 13 </p> 14 </div> 15 </article> 16 17 {% include 'login.en-us.partial.html' %} 18 19 + <p><a target="_blank" href="https://discourse.smokesignal.events/t/login-troubleshooting/82">Trouble signing in?</a></p> 20 21 </div> 22
+12 -9
templates/login.en-us.html
··· 4 {% block content %} 5 <section class="section is-fullheight"> 6 <div class="container is-max-tablet"> 7 <div class="box content"> 8 - <p class="has-text-weight-bold">Sign into Smoke Signal using your full ATProto handle.</p> 9 - <p> 10 - The 11 - <a href="https://docs.smokesignal.events/docs/getting-started/quick-start/"> 12 - Quick Start Guide 13 - </a> 14 - is a step-by-step guide to getting started. 15 - </p> 16 {% include 'login.en-us.partial.html' %} 17 18 - {# <p><a target="_blank" href="#">Trouble signing in?</a></p> #} 19 20 </div> 21
··· 4 {% block content %} 5 <section class="section is-fullheight"> 6 <div class="container is-max-tablet"> 7 + 8 <div class="box content"> 9 + 10 + <article class="message is-success"> 11 + <div class="message-body"> 12 + <p> 13 + Log in to Smoke Signal using your AT-Handle (such as “@ngerakines.me” or “@alice.bsky.social”) 14 + or your DID (“did:plc:cbkjy5n7bk3ax2wplmtjofq2”). 15 + </p> 16 + </div> 17 + </article> 18 + 19 {% include 'login.en-us.partial.html' %} 20 21 + <p><a target="_blank" href="https://discourse.smokesignal.events/t/login-troubleshooting/82">Trouble signing in?</a></p> 22 23 </div> 24
+2 -2
templates/nav.en-us.html
··· 22 <a class="navbar-item" href="/" hx-boost="true"> 23 Home 24 </a> 25 - <a class="navbar-item" href="/"> 26 Help 27 </a> 28 - <a class="navbar-item" href="/"> 29 Blog 30 </a> 31 </div>
··· 22 <a class="navbar-item" href="/" hx-boost="true"> 23 Home 24 </a> 25 + <a class="navbar-item" href="https://discourse.smokesignal.events/" target="_blank"> 26 Help 27 </a> 28 + <a class="navbar-item" href="https://blog.smokesignal.events/" target="_blank"> 29 Blog 30 </a> 31 </div>