Bluesky app fork with some witchin' additions ๐Ÿ’ซ witchsky.app
bluesky fork client

feat: mutuals pill/button from catsky.social #4

closed opened by vielle.dev targeting main
Labels

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:4zht3z4caxwrw3dlsybodywc/sh.tangled.repo.pull/3m6rnp27gky22
+7
Diff #0
+5
bskyweb/cmd/bskyweb/server.go
··· 223 e.GET("/robots.txt", echo.WrapHandler(staticHandler)) 224 } 225 226 e.GET("/iframe/youtube.html", echo.WrapHandler(staticHandler)) 227 e.GET("/static/*", echo.WrapHandler(http.StripPrefix("/static/", staticHandler)), func(next echo.HandlerFunc) echo.HandlerFunc { 228 return func(c echo.Context) error {
··· 223 e.GET("/robots.txt", echo.WrapHandler(staticHandler)) 224 } 225 226 + // pwa files 227 + e.GET("/manifest.json", echo.WrapHandler(staticHandler)) 228 + e.GET("/pwa-512.png", echo.WrapHandler(staticHandler)) 229 + e.GET("/pwa-192.png", echo.WrapHandler(staticHandler)) 230 + 231 e.GET("/iframe/youtube.html", echo.WrapHandler(staticHandler)) 232 e.GET("/static/*", echo.WrapHandler(http.StripPrefix("/static/", staticHandler)), func(next echo.HandlerFunc) echo.HandlerFunc { 233 return func(c echo.Context) error {
web/manifest.json bskyweb/static/manifest.json
web/pwa-192.png bskyweb/static/pwa-192.png
web/pwa-512.png bskyweb/static/pwa-512.png
+2
bskyweb/templates/base.html
··· 15 16 <link rel="preload" as="font" type="font/woff2" href="{{ staticCDNHost }}/static/media/InterVariable.c504db5c06caaf7cdfba.woff2" crossorigin> 17 18 <style> 19 /** 20 * Minimum styles required to render splash.
··· 15 16 <link rel="preload" as="font" type="font/woff2" href="{{ staticCDNHost }}/static/media/InterVariable.c504db5c06caaf7cdfba.woff2" crossorigin> 17 18 + <link rel="manifest" href="/manifest.json" /> 19 + 20 <style> 21 /** 22 * Minimum styles required to render splash.

History

4 rounds 3 comments
sign up or login to add to the discussion
1 commit
expand
6a0c100b
feat: mutuals pill
expand 2 comments

finally lol

I'm going to push a commit that puts 'Mutuals' in place of the Following button instead, and just remove the "Follows you" pill from the labels section altogether. But thanks for submitting the PR!!

closed without merging
1 commit
expand
365e9da5
feat: mutuals pill
expand 0 comments
1 commit
expand
365e9da5
feat: mutuals pill
expand 0 comments
vielle.dev submitted #0
1 commit
expand
ba43552d
fix(web): actually serve the manifest and pwa files when running go server
expand 1 comment

wait thats the wrong patch ๐Ÿ’€