This repository has been archived by the owner on May 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 151
Improve home page UI. #144
Merged
Merged
Changes from 23 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
bae124f
Align Dungeons horizantally
xaerru a04cc66
Add textDecoration: none
xaerru a6793f4
Add responsiveness
xaerru d31a61d
Add responsiveness
xaerru 96f9e8a
Add responsiveness
xaerru 9c0b7aa
Remove hidebar
xaerru e8c86f5
Beautify code using Prettier
xaerru 0f47147
Order imports by type
xaerru b476dc4
Refactored code and removed warnings
xaerru 8eb83f8
Add Mobile Support
xaerru 1d6cfc6
Replace double quotes with single quotes
xaerru e5dbc4b
Add double quotes in GraphQL query
xaerru 47a5b83
Change order of imports
xaerru b5ac858
Add appbar
xaerru d23d1c1
Re-order imports
xaerru e3d1a36
Change double quote to single quote
xaerru 592a6da
Fix indentation
xaerru 87c112e
Align buttons to right
xaerru e6fedd4
3 cards in a row
xaerru 5056257
Change spacing
xaerru d8e8b2a
Increase spacing in CardGrid
xaerru 222cb7d
Fix size
xaerru 59cde74
Fix card size
xaerru a5018c5
Change truncate pruneLength
xaerru 9e0fc91
Set pruneLength to 100
xaerru 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,4 +44,4 @@ export default function HideAppBar(props) { | |
</HideOnScroll> | ||
</React.Fragment> | ||
); | ||
} | ||
} |
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
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 just 65 characters?
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.
If you just want 65 characters, you could use the gatsby graphql query, on the
pruneLength
change to 65