Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix google translate appear (#2784)

authored by

Liberal dev and committed by
GitHub
de705606 8b239c83

+8 -9
+4 -4
bskyweb/templates/base.html
··· 1 1 <!DOCTYPE html> 2 - <html lang="en"> 2 + <html> 3 3 <head> 4 4 <meta charset="UTF-8"> 5 5 <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, viewport-fit=cover"> ··· 217 217 {%- block body_all %} 218 218 <div id="root"></div> 219 219 <noscript> 220 - <h1>JavaScript Required</h1> 221 - <p>This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is. 222 - <p>Learn more about Bluesky at <a href="https://blueskyweb.xyz">blueskyweb.xyz</a> and <a href="https://atproto.com">atproto.com</a>. 220 + <h1 lang="en">JavaScript Required</h1> 221 + <p lang="en">This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is. 222 + <p lang="en">Learn more about Bluesky at <a href="https://blueskyweb.xyz">blueskyweb.xyz</a> and <a href="https://atproto.com">atproto.com</a>. 223 223 {% block noscript_extra %}{% endblock %} 224 224 </noscript> 225 225 {% endblock -%}
+4 -5
web/index.html
··· 1 1 <!DOCTYPE html> 2 - <html lang="%LANG_ISO_CODE%"> 2 + <html> 3 3 <head> 4 - <meta charset="utf-8" /> 5 - <meta httpEquiv="X-UA-Compatible" content="IE=edge" /> 4 + <meta charset="utf-8"> 6 5 <!-- 7 6 This viewport works for phones with notches. 8 7 It's optimized for gestures by disabling global zoom. ··· 234 233 width: 80%; 235 234 " 236 235 > 237 - <p>Oh no! It looks like JavaScript is not enabled in your browser.</p> 238 - <p style="margin: 20px 0;"> 236 + <p lang="en">Oh no! It looks like JavaScript is not enabled in your browser.</p> 237 + <p lang="en" style="margin: 20px 0;"> 239 238 <button 240 239 type="submit" 241 240 style="