epic-stack icon indicating copy to clipboard operation
epic-stack copied to clipboard

This is a Full Stack app starter with the foundational things setup and configured for you to hit the ground running on your next EPIC idea.

Results 72 epic-stack issues
Sort by recently updated
recently updated
newest added

Adding documentation on how to use Prisma client extensions for "enum"-like validation. [Issue #29] (https://github.com/epicweb-dev/epic-stack/issues/29) ## Test Plan N/A ## Checklist - [ ] Tests updated - [x] Docs updated...

As per [MDN docs](https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Guides/Making_PWAs_installable#required_manifest_members), the site.webmanifest requires a `start_url` so the website becomes installable. I suggest adding `"start_url": "http://localhost:3000",` so users can test app installation during development.

Theme switch with CSS Variables. New users need to re-configure tailwind.config.ts and potentially delete all custom classes in the code base. How should we handle this?

When using github fine-grained tokens instead of personal access tokens (now designated as "legacy" by github), you need to create a token for each account (personal and org), as these...

I added shadnc/ui [Input OTP](https://ui.shadcn.com/docs/components/input-otp) component to be consistent with the rest of the app. ## Test Plan ## Checklist - [ ] Tests updated - [ ] Docs updated...

Repro: - Run `npm run validate` or `npm run test:e2e:run` on a Macbook pro M3 from the latest epic-stack that is using prima 5.11.0 (I did not try earlier versions...

help wanted

On Node v20.11.1, when running the tests on a freshly-cloned Epic stack, I immediately get failures. ``` ✓ app/utils/misc.error-message.test.ts (3) ❯ app/utils/misc.use-double-check.test.tsx (3) × prevents default on the first click,...

This is a chaser to #675 Adding e2e test for GitHub OAuth onboarding and, since we are here, verifying the status button is idle when they first get onto the...

Running visual regression tests on macOS saves the snapshots as `*-chromium-darwin.png`. During deployment they are compared to `*-chromium-linux.png`, so all visual regression tests fail. Would be nice to have Playwright...

At the moment we have to stop the dev server in order to run `npm run validate`. It would be useful if we didn't have to stop it and let...