an appview-less Bluesky client using Constellation and PDS Queries reddwarf.app
frontend spa bluesky reddwarf microcosm

new domain

rimar1337 78b41734 78e2b52c

Changed files
+4 -3
src
components
+1 -1
README.md
··· 8 ## running dev and build 9 in the `vite.config.ts` file you should change these values 10 ```ts 11 - const PROD_URL = "https://reddwarf.whey.party" 12 const DEV_URL = "https://local3768forumtest.whey.party" 13 ``` 14 the PROD_URL is what will compile your oauth client metadata so it is very important to change that. same for DEV_URL if you are using a tunnel for dev work
··· 8 ## running dev and build 9 in the `vite.config.ts` file you should change these values 10 ```ts 11 + const PROD_URL = "https://reddwarf.app" 12 const DEV_URL = "https://local3768forumtest.whey.party" 13 ``` 14 the PROD_URL is what will compile your oauth client metadata so it is very important to change that. same for DEV_URL if you are using a tunnel for dev work
+2 -1
src/components/Import.tsx
··· 46 // parse text 47 /** 48 * text might be 49 - * 1. bsky dot app url (deer.social, reddwarf.whey.party, main.bsky.dev, catskys.social) (reddwarf link segments might be uri encoded,) 50 * 2. aturi 51 * 3. plain handle 52 * 4. plain did ··· 60 "social.daniela.lol", 61 "deer.social", 62 "reddwarf.whey.party", 63 "main.bsky.dev", 64 "catsky.social", 65 "blacksky.community",
··· 46 // parse text 47 /** 48 * text might be 49 + * 1. bsky dot app url (reddwarf link segments might be uri encoded,) 50 * 2. aturi 51 * 3. plain handle 52 * 4. plain did ··· 60 "social.daniela.lol", 61 "deer.social", 62 "reddwarf.whey.party", 63 + "reddwarf.app", 64 "main.bsky.dev", 65 "catsky.social", 66 "blacksky.community",
+1 -1
vite.config.ts
··· 10 11 import { generateMetadataPlugin } from "./oauthdev.mts"; 12 13 - const PROD_URL = "https://reddwarf.whey.party" 14 const DEV_URL = "https://local3768forumtest.whey.party" 15 16 function shp(url: string): string {
··· 10 11 import { generateMetadataPlugin } from "./oauthdev.mts"; 12 13 + const PROD_URL = "https://reddwarf.app" 14 const DEV_URL = "https://local3768forumtest.whey.party" 15 16 function shp(url: string): string {