forked from mickasmt/next-saas-stripe-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Srizvi/issue3 #11
Merged
Merged
Srizvi/issue3 #11
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- reorganize so easier to read - add strictNullChecks to compilerOptions Closes #8
Closes #9
- updated prisma schema - updated prisma to turso connection - added libsql packages and adapter - updated client - replaced queries to use `db` Closes #5
- added dependabot.yaml - left unresolved stripe related errors for next commit
- added null to types for now - removed prisma comments from prisma client - tweaked lint-staged config because I forgot the directory for the app
- switched queries from user to usersubscription model - return free plan if no subscription found - skipped some null checks for now
- replaced coupon id for all plans - switched from fancy server action to half-baked api for now - it's working
- removed lint-staged for now, need to review, cannot find "app" directory #wtf - make prettier ignore some more files that shouldn't be pretty - set nvm to 18.18.2 because it's 2023
- replaced webhook - replaced processable environment variables with t3
- added bricolage variable - updated root layout and tailwind to use it - removed old font variables - replaced a couple of fonts on dynamic og, then added a todo because it's broken
- added stub components for hero, benefits, oss - had to star our own repo for some social proof yo
- installed latest utility - set default to new-york and slate theme - then made the theme redundant by applying the and-voila theme - updated the tailwind.config and globals.css so we can use opacity the way it was meant to be
- replaced template logo with ours - updated footer with our info - minor style updates on colors, which I gotta fix
- not sure how it got removed, but it's back
- updated styles to make it more and voila - updated default isyearly to yearly peeps, otherwise monthly - updated faq - updated copy
- took a first pass at refining blog page, post, and mdx components - more to come once we figure out whats up with gfm and auto-heading-links etc. - added mock images, titles, content - also ignoring .mdx because eslint breaks
- updated props to handle use cases - user? - teacher? - external? - updated marketing config - made the active state perty
- changed up sizes, colors, and active states, and voila...it's looking like our own - changed sidebar title color - changed card color - changed page heading size - switched button to outline and added some color to icon for pager - add mock content in sidebar - removed github icon from navbar - documentation will become insights - docs will become briefs - reduced size of latest post headings on blog - increased gap to 8
- changed account-nav icon color - added bg to open-source widget - added star icon then decided not to use it - moved dashboard layout to group so useSelectedLayoutSegment will work - updated dashboard config items - changed active item to brand - updated billing and settings styles - added stub page for support
- added a page in dashboard route for support - added stubs for discord, email, and guides - fixed wrong svg for file icon - added some new icons - updated loading files to minimize layout shift
LGTM 😅 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
db
This is the longest PR I've ever wrote so gonna keep 'em small herein.