Canonical repo for Dong Web (dong.vielle.dev)
0
fork

Configure Feed

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

Update compatibility message

+13 -11
+13 -11
src/pages/index.astro
··· 224 224 customElements.define("load-dong", LoadDong); 225 225 </script> 226 226 227 + <style slot="head"> 228 + ul { 229 + padding-left: 3rem; 230 + } 231 + </style> 232 + 227 233 <h1> 228 - Currently this does not work with chrome or other chromium based browsers 229 - (see <a 230 - href="https://developer.mozilla.org/en-US/docs/Web/API/Blob/bytes#browser_compatibility" 231 - >here</a 232 - > and <a 233 - href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array/toBase6400" 234 - >here</a 235 - >.) Please use firefox, a gecko based browser, safari, or a webkit based 236 - browser. (iOs has no issues with this site regardless of browser)<br /> 237 - Contact me if chrome starts working or you encounter any issues (up to u to figure 238 - out how) 234 + Primarily tested on firefox. Be warned if using iOS/another browser 239 235 </h1> 236 + 237 + <p>Known supported browsers</p> 238 + <ul> 239 + <li>Firefox (or Gecko based)</li> 240 + <li>Chromium (or Chromium based)</li> 241 + </ul> 240 242 241 243 <create-dong></create-dong> 242 244 <load-dong></load-dong>