Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: next merge 2022 09 04 #397

Merged
merged 63 commits into from
Sep 4, 2022
Merged

chore: next merge 2022 09 04 #397

merged 63 commits into from
Sep 4, 2022

Conversation

juliusmarminge
Copy link
Member

Closes #

✅ Checklist

  • I have followed every step in the contributing guide (updated 2022-08-15).
  • The PR title follows the convention we established conventional-commit
  • I performed a functional test on my final commit

Changelog

[Short description of what has changed]


Screenshots

[Screenshots]

💯

nexxeln and others added 30 commits August 16, 2022 19:29
* 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>
…res (#324)

* feat: make createContext independent of req/res

* chore: add changeset

* fix: typo

* fix: missing async
* fix: build fails on trpc, trpc+next

* chore: add changeset
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* 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>
* 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>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@github-actions github-actions bot removed the 📚 documentation Improvements or additions to documentation label Sep 4, 2022
@juliusmarminge juliusmarminge reopened this Sep 4, 2022
@juliusmarminge juliusmarminge changed the base branch from main to next September 4, 2022 21:26
@github-actions github-actions bot added the 📚 documentation Improvements or additions to documentation label Sep 4, 2022
@github-actions github-actions bot removed 📌 area: t3-app Relates to the generated T3 App 📌 area: cli Relates to the CLI labels Sep 4, 2022
/>
</ul>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add back in

Copy link
Member Author

@juliusmarminge juliusmarminge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@juliusmarminge juliusmarminge merged commit 7fd43b1 into next Sep 4, 2022
@juliusmarminge juliusmarminge deleted the next-merge-2022-09-04 branch September 4, 2022 22:04
devvianto605 pushed a commit to devvianto605/create-devviantex-nextjs-app that referenced this pull request Jun 9, 2024
* fix: typo in T3 axiom t3-oss#3

* chore: update ci stuff

* 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

* chore: remove unused from bad merge

* chore: cont

* chore: git stuff

* fix: await

* fix: restore seo

* fix: unsused

* chore: yay

* chore: no need for that

* chore: split that

* chore: add that back

* fix: resolve paths

Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com>
Co-authored-by: Omer Shahar <38870042+Omer-Shahar@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Christopher Ehrlich <ehrlich.christopher@gmail.com>
Co-authored-by: Julian Read <julianread@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kroucher <99768034+kroucher@users.noreply.github.com>
Co-authored-by: Igor Bedesqui <igorbedesqui@gmail.com>
Co-authored-by: Gejsi <vgejsi@gmail.com>
Co-authored-by: Peter Colapietro <petercolapietro+github@gmail.com>
Co-authored-by: Kyuu <62506556+kyuuaria@users.noreply.github.com>
Co-authored-by: Piotr <53144702+PiotrekPKP@users.noreply.github.com>
Co-authored-by: Ikko Ashimine <eltociear@gmail.com>
Co-authored-by: nadilas <janosveres@me.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📚 documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet