-
Notifications
You must be signed in to change notification settings - Fork 0
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
Rewrite Landing Page #17
Merged
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
2c44728
docs: Add exclamation mark
knht e1ba50f
feat: Create initial project scaffold
knht 22347ca
feat: Create basic layout scaffold
knht 78a8a18
feat: Add the Zufall Labs custom font, add the tailwind config for thβ¦
Colin23 d4ccc4a
config: Configure prettier
Colin23 7c1adb0
refactor: Refactor existing files to adhere to the prettier config
Colin23 e9f549d
feat: Add the head<> element for the website and add href links for mβ¦
Colin23 2c8df75
config: Add and configure the 'prettier-plugin-tailwindcss'
Colin23 0193c0e
refactor: Refactor all files to adhere to the new prettier config
Colin23 87c670b
chore: Update dependencies and deprecated functions
Colin23 d4f28ed
config: Add custom viewport breakpoints for desktop-first support
knht 29d2ba2
feat: Add medium to large sized mobile view support
knht 93c6652
deps: Add TailwindCSS Scrollbar Plugin
knht c2c567e
feat: Add feature carousel component
knht 2931e1c
feat: Make use of new Carousel component
knht 232829d
feat(responsiveness): Add tablet viewport support
knht 5211fd2
feat(design): Move background gradient to root body of SPA
knht f7d5501
feat: Enable text carousel API support
knht 656f948
feat(content): Add a hero description
knht b548aa1
feat: Remove PR entries from text carousel
knht 50230ce
feat: Add touch support
knht c51650d
fix: Prevent event defaults when scrolling or touching
knht eba0efd
feat: Add footer and replace placeholder text
knht File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why was this changed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because it will be deprecated in React Routerv7.
This is an official flag comming from Remix. Therefore I don't think they will do any changes or handle it under the hood. See Remix changelog and Remix PR. If they choose to change anything so that
json
can be used again, we could change it any time we want to. But to stay future proof and up to date with official Remix releases, I would suggest keeping my change.