Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: typo in T3 axiom t3-oss#3 docs: write some docs (t3-oss#323) * docs: change description and add nexxel's website in package.json * docs: add faq page * docs: add tutorials to generated readme * docs: rename getting started to t3 axioms and add advanced usage * docs: add me3 in t3 collection * docs: make p capital * docs: update contributing guide * docs: update link to t3 axiom in faq * docs: fix link to docs in navbar * docs: update contributing guide, can't add dev script for cli * docs: dark theme by default * chore: add some scripts * docs: add scripts to contributing guide Co-authored-by: Julius Marminge <51714798+juliusmarminge@users.noreply.github.com> feat: wrap createContext in helperfunc to make it independent of req/res (t3-oss#324) * feat: make createContext independent of req/res * chore: add changeset * fix: typo * fix: missing async fix: typo in auth-context.ts (t3-oss#328) chore(release): version packages (t3-oss#326) fix: build fails on trpc, trpc+prisma (t3-oss#334) * fix: build fails on trpc, trpc+next * chore: add changeset fix: invalid typeof window comparison to undefined (t3-oss#335) chore(release): version packages (t3-oss#336) feat: make links in docs a contrasting color (t3-oss#339) fix: use auth instead of question while merging the router (t3-oss#330) chore(release): version packages (t3-oss#341) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> chore(docs): migrate docs to astro (t3-oss#340) fix: tsconfig include + clean script (t3-oss#345) chore(release): version packages (t3-oss#347) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> chore: add eol to eslint prettier (t3-oss#351) chore: update ci docs: add new landing page (t3-oss#350) docs: write tailwind section in Why page (t3-oss#349) * docs: write why tailwind Based on their landing page, theo's stream & this tweet from the creator https://twitter.com/adamwathan/status/1560749403131895808 * docs: break tw Why in paragraphs, add zen-mode * docs: typos * docs: add "and unique" to the building blocks section of tailwind's why Just a bit of a banter for all who thinks it compares to finished design systems Co-authored-by: Julius Marminge <julius0216@outlook.com> Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com> Co-authored-by: Julius Marminge <julius0216@outlook.com> chore: update ci feat: updated docker instructions (t3-oss#333) docs: Begin migration to Tailwind (t3-oss#359) feat: add loggers during dev (t3-oss#353) feat: more updated docker instructions (t3-oss#354) * feat: add links to next.config.mjs * fix: whitespace * feat: relative path links in readme * fix: link in readme Co-authored-by: Julius Marminge <julius0216@outlook.com> chore(release): version packages (t3-oss#360) chore: Sort `package.json` when in `noInstallMode` (t3-oss#357) docs: Fix Mobile Menu, Light Mode Updated, Copy to Clipboard Fixed (t3-oss#363) fix: revert prisma client teardown (t3-oss#365) chore(release): version packages (t3-oss#361) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> feat: add wrapper for `unstable_getServerSession` (t3-oss#366) fix(www): build errors and CI improvements (t3-oss#367) * fix(www): build errors and CI improvements * chore: add dep * chore: add dep * fix: deps * chore: deps * chore: deps & ts * fix: interface props and rip preact * chore: revamp * chore: more icons * chore: rip preact * chore: lock * chore: esm? * fix: typedefs for env * chore: fixes? * fix: silence ts-errors for now fix: version and env + refactor file structure (t3-oss#370) chore(release): version packages (t3-oss#369) fix: throw error on missing snowpack github token (t3-oss#373) * fix: throw error on missing snowpack github token * feat: don't use default value for snowpack github token fix: astro build (t3-oss#372) * fix: astro build * chore: rename components (part 1) * chore: rename components (part 2) * chore: update component import filenames * feat: allow pascalCase in .eslintrc Co-authored-by: Julius Marminge <julius0216@outlook.com> feat: add continue and overwrite option on existing dir (t3-oss#375) * feat: add abort/clear/overwrite options on existing dir * chore: add changeset * feat: add 'recommended' to 'Abort installation' * feat: add confirmation before overwriting existing dir docs: update styling + add environment variables page (t3-oss#376) * docs: fix styling on footer, contributions, features, update nextauth image, add env var page * fix: format * fix: styling on markdown to be flex * fix: right sidebar alignment Co-authored-by: Julius Marminge <julius0216@outlook.com> chore: ci caching etc (t3-oss#374) feat: all technology cards in all templates (t3-oss#381) * feat: include all cards on all index.tsx files * chore: add changeset Co-authored-by: Julius Marminge <julius0216@outlook.com> docs: improve docker instuctions (t3-oss#384) feat: updated UI design of landing page (t3-oss#385) * feat: landing page design update - Added workspaces to package.json & updated design of the landing page * fix: fixed UI updates - removed workspaces from package.json - updated Astro version to 1.1.2 - fixed margins on stack blocks * fix: fixed pnpm lock feat: safeguards for git repos (t3-oss#383) * chore: fix scripts * feat: add safeguards for git repos * fix: logging name * fix: spinner * chore: changeset docs: add tailwind, prisma, nextauth (t3-oss#382) feat: styling on index.tsx without tailwind (t3-oss#388) * feat: non-tw index.tsx with styling * chore: add changeset * feat: remove index.module.css in tailwind installer * fix: remove unused import refactor: move stuff around (t3-oss#391) chore(ci): matrix e2e test (t3-oss#392) chore(ci): fix typo in index.ts (t3-oss#393) seperated -> separated refactor: easier to understand client env warning (t3-oss#394) chore(release): version packages (t3-oss#377) chore: git script feat: forward pass trpc headers during ssr (t3-oss#396) docs: update tRPC v10 docs link again (t3-oss#403) - [x] I reviewed linter warnings + errors, resolved formatting, types and other issues related to my work - [x] The PR title follows the convention we established [conventional-commit](https://www.conventionalcommits.org/en/v1.0.0/) - [ ] I performed a functional test on my final commit --- The `alpha.` site now redirects to the main site, which by default is the 9.x docs (try in incognito/private window), this change makes it go to the v10 docs --- 💯 refactor: move createProtectedRouter to auth-context.ts (t3-oss#395) fix: docker guide doesn't work with prisma (t3-oss#399) chore(release): version packages (t3-oss#400) feat: add basic i18n configuration in next.config (t3-oss#387) chore(release): version packages (t3-oss#408) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> fix: gitignore docs: add typescript, nextjs, remove old style tags (t3-oss#411) * docs: remove all remaining style tags * docs: fix more menu, add nextjs * docs: add typescript * docs: style algolia search, add powered by vercel * docs: custom scrollbar, text selection * docs: update typescript * docs: fix algolia styling on landing page * fix: typo, move quote up * docs: move quote above what is typescript * fix: quote light mode styling fix: remove unnecessary singlequote in tailwind classname (t3-oss#419) * fix: Remove unnecessary singlequote * Create strong-spoons-obey.md Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com> docs: minor improvements (t3-oss#420) * docs: added spacing to headers in left sidebar * fix: "On this page" text style in light mode * docs: fixed inconsistency with "More" text styling * fix: removed scroll behavior when theme was toggled * docs: added sticky sidebars Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com> chore(release): version packages (t3-oss#421) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> fix(template): missing ctx when using ssr with trpc (t3-oss#416) feat: error handler for trpc (t3-oss#413) docs: Flesh out learning resource section of FAQ (t3-oss#425) feat: direct developer to add schema from .env to schema.mjs for zod validation (t3-oss#430) chore(release): version packages (t3-oss#423) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> fix: contributor avatar layout (t3-oss#433) feat: add prettier-plugin-astro to .prettierrc (t3-oss#434) Co-authored-by: Julius Marminge <julius0216@outlook.com> fix(ui): copy btn + lighthouse ci (t3-oss#437) * fix(ui): copy btn * chore(ci): adds lighthouse to ci * fix: script * fix: ci * fix: script * fix: hardcode url? * fix: script * fix: script * chore: update installation.md fix: regex matcher fix: get url script fix: get preview url (t3-oss#438) * fix: get preview url * chore: v3 fix: invalid script fix: script fix: script Update lighthouse.yml Update lighthouse.yml chore(www): ui contrasts + disable lightmode (t3-oss#439) * chore(www): ui contrasts * chore: seo * chore: seo * chore: disable lightmode * chore: rip theme feat: cursor-pointer on theme toggle button (t3-oss#435) * feat: cursor-pointer on theme toggle button * feat: use clsx for button classes Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com> Co-authored-by: Julius Marminge <julius0216@outlook.com> don't make lighthouse comment if vercel_url not found docs: clear helper types description (t3-oss#441) feat: added light mode back (t3-oss#443) feat: better cli text when scaffolding in '.' (t3-oss#446) * feat: better cli text when scaffolding in '.' * chore: add changeset feat(docs): refined instructions for contributing (t3-oss#452) chore(release): version packages (t3-oss#451) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> refactor(docs): major refactor and configure theme (t3-oss#447) * refactor: themetogglebutton * chore: prepare design system color scheme * refactor: default theme and dont shadow * chore: add some colors atleast * fix: linter * chore: swap base * chore: delete index.css * refactor: simplify * chore: remove unused * chore: more unused removed * fix: use correct button text color on website banner (t3-oss#450) * chore: remove comment * chore: that's no longer needed * refactor: using path instead of passing prop * fix: bug * chore: version bumps * chore: apply t3-oss#449 * fix: css fixes and brought back the SidebarToggle functionality (t3-oss#453) * fix: remove unnecessary underlines in components on landing page (t3-oss#455) * chore: styling changes on docs (t3-oss#448) * fix: round t3 logo on website and docs (t3-oss#456) * fix: fix theme flashing * chore: force light * chore: might as well inline that Co-authored-by: Tim <61044138+Coyenn@users.noreply.github.com> Co-authored-by: Gabriel De Andrade <30420087+gabrielelpidio@users.noreply.github.com> fix: astro build (t3-oss#458) fix: some ui (t3-oss#459) fix: ui improvements (t3-oss#460) fix: add astro formatting to .lintstagedrc (t3-oss#463) (t3-oss#464) docs: write Prisma section in Why page (t3-oss#402) refactor(blog): rework blog ui and improve scrolling behavior (t3-oss#465) refactor: rename layout and use mdx (t3-oss#466) * refactor: rename layout and use mdx * refactor: revert mdx, why no work astro??? * refactor(format): astro config fix: docs right sidebar overlaying content (t3-oss#467) feat(docs): minor tweaks and improvements (t3-oss#469) * feat(docs): add heading in env variables * feat(docs): add usage with prisma section (unfinished) * feat(docs): add nextjs discord link * feat(docs): add tailwind usage sections and discord link * feat(docs): fix video layout and add link to handbook * feat(footer): remove t3 logo and navigations links from footer * feat(docs): add next auth content in why page * feat(docs): add command to install next version * fix: trpc v10 docs link * fix(t3-collection): add s after julius' * feat(docs): make docker guide consistent with the rest of the docs * feat(docs): add missing fullstop in vercel guide * feat(sidebar): vercel first, docker second * feat(footer): add vercel logo, remove ct3a logo fix: apply and use theme colors on landing page and algolia (t3-oss#462) * fix: apply and use theme colors on landing page and algolia * fix: use correct color in algolia search box * fix: faq link in footer * feat: switch primary font to Inter * feat: improve theme test page * feat: improve docs sidebar * feat: make algolia search respect theme preferences * fix: visually improve quote from Theo * fix: change color-base to color-default to prevent overlap with tailwind * feat: make footer background transparent on landing page * fix: contrast of left nav links in light mode * feat: add documentation button animation * fix: make footer always transparent * fix: sidebar * fix: left sidebar z-index Co-authored-by: Julius Marminge <julius0216@outlook.com> fix(ci): graceful cancel? fix(ci): graceful cancel 2? fix(ci): graceful cancel 3? fix(ci): graceful cancel 4? fix(ci): graceful cancel 5? refactor: docs and landing page layouts (t3-oss#475) * refactor: docs and landing page layouts * fix: docs page heading links * refactor: docs table of contents feat: add gitpod support (t3-oss#471) * feat: add gitpod.yml * refactor: remove gitpod prebuilds for now Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com> create CODEOWNERS Update CODEOWNERS Update CODEOWNERS docs: added portfolio to OSS links (t3-oss#478) refactor: de-react-ify (t3-oss#476) * refactor: de-react-ify sidebarToggle * fix: resolve import * refactor: de-react-ify themetoggler * fix: satisfy linter * fix: delete the old one * fix: remove unused * refactor: port toc to astro pt1 * refactor: port toc to astro pt1.5 * chore: push for help * refactor: remove immediate h2 * chore: test agaibn * chore: log tocItem * fix: toc astro port done * refactor: dont observe mobile toc * fix: that didn't work * chore: update astro fix(template): bump next to 12.3.1 and fix AppType (t3-oss#485) chore: nuke commitlint (t3-oss#479) * nuke commitlint * nuke husky * nuke husky 2 Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com> chore(release): version packages (t3-oss#486) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> chore: update docs to trpc beta chore: move it down refactor: various landing page components (t3-oss#477) * refactor: landing page typography * refactor: landing page typography and layout * feat: add swiper to show tweets * refactor: add page section component to landing page * fix: tweet swiper by switching to react * fix: tweet swiper pagination * refactor: terminal styling * refactor: increase page section padding * fix: responsiveness of community card * fix: responsiveness of cli * fix: center content of community card * fix: responsiveness of tweet slider * refactor: borders of sidebars * fix: theme toggle button colors * feat: add border to all cards Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com> Co-authored-by: Julius Marminge <julius0216@outlook.com> feat(docs): pull tweets (t3-oss#488) * pull tweets * prettier * log over error * move handle below name * prettier * add 2 tweets * simplify * dummy * change trpc svg * make buttons larger * remove hydration directive chore(docs): add tweet chore(docs): some improvements to landing (t3-oss#489) * some improvements * fix * make section linkable * prettier * fix(docs): footer overflow (t3-oss#491) * fix(docs): footer overflow * style: fix formatting * fix alignment * fix spacing Co-authored-by: Mateusz Aliyev <82393815+mateuszaliyev@users.noreply.github.com> fix: add ci mode to tweetwall (t3-oss#495) * add ci mode to tweetwall * add comment where to add more * add error check fix: astro formatting on save-ish (t3-oss#496) * fix astro formatting on save-ish * add vscode settings feat(ci): conditionally run prerelease workflow (t3-oss#492) docs: refactor/flesh out docker docs (t3-oss#498) refactor: remove swiper and use embla carousel instead (t3-oss#499) fix: grammar error on landing page banner (t3-oss#500) fix: temp fix for next-auth peer deps (main) (t3-oss#506) chore(release): version packages (t3-oss#508) feat(prettier): add prettier-plugin-tailwindcss to website and cli (t3-oss#481) * feat(prettier): add prettier-plugin-tailwindcss to website and cli generated code * feat(prettier): add prettier-plugin-tailwind to cli if tailwind is chosen * chore: add changeset * remove prettier from tailwind installer * add to config just to be sure * hmm? * prettier * revert test change Co-authored-by: Julius Marminge <julius0216@outlook.com> Co-authored-by: Julius Marminge <51714798+juliusmarminge@users.noreply.github.com> refactor: landing page improvements (t3-oss#493) * feat: remove read more from stack card * feat: change order of stack cards * feat: better styles on link to init.tips * Coyenn/card refactorings (t3-oss#501) * docs: refactor/flesh out docker docs (t3-oss#498) * refactor: remove swiper and use embla carousel instead (t3-oss#499) * fix: grammar error on landing page banner (t3-oss#500) * refactor: make body of cards with links clickable Co-authored-by: Anthony Campolo <12433465+ajcwebdev@users.noreply.github.com> Co-authored-by: jln13x <85513960+jln13x@users.noreply.github.com> Co-authored-by: Mohit Yadav <www.mohit2004@gmail.com> Co-authored-by: Tim Ritter <timritter@MacBook-Air-von-Tim.local> * fix: terminal font size on small devices (t3-oss#509) * fix: card link text underline (t3-oss#511) * fix bad merge Co-authored-by: Julius Marminge <julius0216@outlook.com> Co-authored-by: Tim <61044138+Coyenn@users.noreply.github.com> Co-authored-by: Anthony Campolo <12433465+ajcwebdev@users.noreply.github.com> Co-authored-by: jln13x <85513960+jln13x@users.noreply.github.com> Co-authored-by: Mohit Yadav <www.mohit2004@gmail.com> Co-authored-by: Tim Ritter <timritter@MacBook-Air-von-Tim.local> Co-authored-by: Julius Marminge <51714798+juliusmarminge@users.noreply.github.com> fix: typescript docs quote (t3-oss#513) feat(docs): add more tailwind usage (t3-oss#514) chore(ci): update labels feat(prettier): Add prettier and prettier-plugin-tailwindcss to cli output (t3-oss#517) * feat(prettier): add prettier and prettier-plugin-tailwind to cli * chore: add changeset * fix(prettier): exact dependency for prettier * fix(prettier): add prettier.config.cjs in case user is using pnpm or yarn * fix(prettier): fix name on prettier config file chore: add cje as codeowner chore(release): version packages (t3-oss#520) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> docs(tailwind): change docs for formatting tw classes (t3-oss#521) * docs(tailwind): change docs for formatting tw classes * Update www/src/pages/en/usage/tailwind.md Co-authored-by: Julius Marminge <julius0216@outlook.com> Co-authored-by: Julius Marminge <julius0216@outlook.com> feat(seo): added op-image (t3-oss#523) docs(vercel): add screenshots for vercel guide use material-palenight shiki theme (t3-oss#526) Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com> fix: docs scrollbar behavior (t3-oss#527) * fix docs scrollbar behavior * always show custom scrollbar * fix: scroll area doesn't extend to window edge fix(t3-app): resolve target area of `Documentation` links in `TechnologyCard` (t3-oss#510) * Made a tag clickable only on clicking on the text * Update with-trpc-tw.tsx * Update with-auth-trpc-tw.tsx * Create young-pears-wonder.md * prettier Co-authored-by: Julius Marminge <julius0216@outlook.com> Co-authored-by: Christopher Ehrlich <ehrlich.christopher@gmail.com> Co-authored-by: ekkoko <ekkoko@users.noreply.github.com> chore(release): version packages (t3-oss#531) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> feat: tailor .env to only include relevant keys (t3-oss#529) (t3-oss#533) * feat: tailor .env to only include relevant keys * chore: add changeset * refactor: generate env file dynamically Co-authored-by: Ethan Coward <cdeyolo@outlook.com> chore(release): version packages (t3-oss#534) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> docs: update prisma section on why page based on t3-oss#402 feedback (t3-oss#518) * docs: update prisma section on why page based on PR feedback * docs: add prisma studio to why > prisma * docs: typo, add missing comma * docs: minor adjustments to prisma studio in why Co-authored-by: Julius Marminge <julius0216@outlook.com> feat(hero): redesign (t3-oss#528) * feature: add button component * refactor: hero left align * feat: add hero bg image * refactor: format * refactor: banner heading * refactor: decrease banner headline padding * refactor: use other colors for banner headline * refactor: banner headline colors * fix: headline improvements * refactor: headline text size on lg breakpoint * refactor: decrease headling padding feat: use jetbrains mono for code (t3-oss#536) fix typo (t3-oss#539) Co-authored-by: Julius Marminge <julius0216@outlook.com> feat(website): add basic accessibility features (t3-oss#537) * feat(website): add basic accessibility features * feat: no smooth scrolling when user has reduced motion enabled * fix: add correct css selector syntax fix: docs TypeError (t3-oss#544) docs(contributing): fix typo in changeset commit step (t3-oss#546) feat(ci): only run t3-app-matrix is appropriate changes are made (t3-oss#542) fix: labeler CI action misses some PRs (t3-oss#548) feat: improve lighthouse score (t3-oss#554) * use image-optimization * use on tweets * index page * seo worky? * alt tag * remove misused definition list * image show pls? chore(config): separate prettier and use turbo more (t3-oss#551) * separate prettier and use turbo more * update pnpm action * remove unused root deps * fix deps * fix ci * test labeler? * ./ it? * .. ? * mby?? * hmm * do all * ?? * sync labels chore(ci): separate labeler and e2e tests (t3-oss#563) * fix: two ci action groups (test) (t3-oss#560) * test two ci action groups * split into two files * syntax * fix CI-labeler invalid name * test naming * add `jobs:` * Wait for the entire workflow * test this * this? * fix that * do on all * remove needs * uppercase Co-authored-by: Christopher Ehrlich <ehrlich.christopher@gmail.com> fix: add `format` to turbo pipeline footer sticks to bottom and is smaller (t3-oss#559) Co-authored-by: Julius Marminge <julius0216@outlook.com> chore: test lowercase on `labeler` chore: mimic pr-commenter chore: test remove conditions chore: test colliding names chore: test run on labelled chore: test branches??? chore: run e2e based on paths extend glob patterns (t3-oss#567) docs: added recommendation in FAQ (t3-oss#571) * docs: added recommendation in FAQ * docs: fixed wording docs: fix theo's broken image (t3-oss#572) * update theo's image * upload theo's image * use theo's image from public directory * Delete jpeg image * Upload webp image of theo * use webp image docs: trpc docs v0 (t3-oss#570) refactor(website): nav & landing (t3-oss#543) * refactor: nav & landing * fix: format again * feat: better toggle button * refactor: global scrollbar * fix: forgor prettier * refactor: make the scrollbar thumb colors same * refactor: more scrollbar changes * refactor: more refactoring * fix: idk what happened Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com> Co-authored-by: Julius Marminge <julius0216@outlook.com> add warning to main readme (t3-oss#576) docs: fix broken link to nextjs docs Update link to Incremental Static Regeneration page to include new sub-route /data-fetching/
- Loading branch information