-
Notifications
You must be signed in to change notification settings - Fork 33
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
Rework eco + card components, sidebar 'For Users', add/mod user guides #52
Conversation
new file: pages/getting-tokens.mdx deleted: pages/getting-tokens/_meta.json deleted: pages/getting-tokens/faucets.mdx new file: pages/user-quickstart.mdx new file: yarn.lock
modified: pages/_meta.json modified: pages/index.mdx modified: pages/interacting-with-sei/_meta.json renamed: pages/block-explorers.mdx -> pages/interacting-with-sei/block-explorers.mdx renamed: pages/getting-tokens.mdx -> pages/interacting-with-sei/getting-tokens.mdx renamed: pages/setting-up-a-wallet.mdx -> pages/interacting-with-sei/setting-up-a-wallet.mdx
- add FAQ page - add User Guides folder - move pages to User Guides folder
modified: pages/user-guides/block-explorers.mdx
modified: package.json modified: pages/user-guides/block-explorers.mdx
modified: components/EcosystemApps/EcosystemApps.tsx new file: data/appData.ts modified: pages/user-guides/block-explorers.mdx modified: tailwind.config.js
Resolves potential conflicts from https://github.com/sei-protocol/sei-docs/pull/51/files
add would-be conflicting / deleted additions from https://github.com/sei-protocol/sei-docs/pull/51/files
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.
fixed any breaking changes regarding https://github.com/sei-protocol/sei-docs/pull/51/files
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.
Left some comments about small changes that might need to be made.
We should also update the title of this PR (Maybe: "Rework ecosystem component and add user guides").
remove filename comment
added comment for filter method
add/remove comments
removed 'auto-build'
change 'warning' to 'info' callout
Remove page-breaking abandoned block
Removed unused theme elements
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.
resolved all previous comments, added comments for any additional changes
nfts2me silo stafi superseiyanbot
replacing with proper dimensions
proper square dimensions
fixed pathing for last 3 images
Quick final update - re-order the user guide pages
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.
Looks good! Thanks for making these changes
modified: components/EcosystemApps/EcosystemApps.tsx modified: pages/user-guides/block-explorers.mdx modified: pages/user-guides/getting-tokens.mdx
important changes
Added text filter field on ecosystem/apps page.
This changes how we add app info. This no longer goes in ./components/EcosystemApps.tsx, it will go in ./data/appData.ts
New entries require another property "tags" which are used to search/filter the apps list as well as generate the text indicating what tags are currently possible to filter by.
general structure changes
Reorganize left sidebar condense "for users" section and add, reorganize+condense other material, collapse all sidebar menus by default.