Code Monkey home page Code Monkey logo

astro.new's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

astro.new's Issues

BUG: accessibility issues

  • Not enough color contrast between text and background for Gitpod buttons
  • No alt text for images
    image

I think a nice solution would be changing the markup from

<a href="/minimal?on=stackblitz" aria-label="Open in StackBlitz" class="astro-WTK4WGHX">
  <img height="32" src="/open-in-stackblitz.svg" aria-hidden="true" class="astro-WTK4WGHX">
</a>

to

<a href="/minimal?on=stackblitz" class="astro-WTK4WGHX">
  <img height="32" src="/open-in-stackblitz.svg" alt="" class="astro-WTK4WGHX">
  Open in StackBlitz
</a>
  • The should be svg of just the logo.
  • The style of would have the service's background color.

It's better using semantic HTML without Aria whenever possible.

BUG: fast-build and portfolio-svelte throw an error

Steps to replicate:
Go to https://astro.new/
image

If you click on any button in fast-build or portfolio-svelte panels, you'll get an error message -

Unable to find fast-build! Supported templates are:
  - blog-multiple-authors
  - blog
  - component
  - docs
  - env-vars
  - framework-alpine
  - framework-lit
  - framework-multiple
  - framework-preact
  - framework-react
  - framework-solid
  - framework-svelte
  - framework-vue
  - minimal
  - non-html-pages
  - portfolio
  - ssr
  - starter
  - subpath
  - with-markdown-plugins
  - with-markdown-shiki
  - with-markdown
  - with-nanostores
  - with-tailwindcss
  - with-vite-plugin-pwa

NOT URGENT: update links to example templates to generate from withastro/astro instead of snowpackjs/astro

Just a heads up that I imagine this will be wanted at some point? (Redirects are working fine, so no worries at the moment!)

Also, I can't actually verify that all the new links are working, because I think I'm opening too many at once and confusing the platforms. :P

I don't know whether just updating snowpackjs to withastro in the utils/index.ts is the only change needed, and I can't test updating the actual site links myself because of the api authorization header token needed.

Screenshot 2021-11-24 10 15 05

So, I know this isn't exactly helpful at this moment, but it's just a reminder to have on the radar for the future!

IDEA: Adding Gitpod buttons eventually?

A Gitpod community member has contributed withastro/astro#2789 to /astro which now makes it possible to open an individual starter template in Gitpod, with pre-build instructions for installing our VS code extension, prettier, lint etc. ๐Ÿฅณ

Just putting it out there that if that pans out, we can be adding buttons (more buttons!) to this page for our individual starters that lead directly into Gitpod.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.