-
Notifications
You must be signed in to change notification settings - Fork 38
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
#52) * modified: pages/_meta.json 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: .gitignore 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 * modified: theme.config.tsx * modified: theme.config.tsx * restructure For Users section - add FAQ page - add User Guides folder - move pages to User Guides folder * add FAQ, add linking addresses page, add images * add to FAQ, refactor User quickstart * modified: .gitignore modified: pages/user-guides/block-explorers.mdx * modified: .gitignore modified: package.json modified: pages/user-guides/block-explorers.mdx * modified: components/Card/Card.tsx modified: components/EcosystemApps/EcosystemApps.tsx new file: data/appData.ts modified: pages/user-guides/block-explorers.mdx modified: tailwind.config.js * Update Card.tsx * Adding Compass wallet to ecosystem Resolves potential conflicts from https://github.com/sei-protocol/sei-docs/pull/51/files * Update .gitignore * Update appData.ts add would-be conflicting / deleted additions from https://github.com/sei-protocol/sei-docs/pull/51/files * modified: data/appData.ts * Update Card.tsx remove filename comment * Update EcosystemApps.tsx added comment for filter method * Update appData.ts add/remove comments * Update package.json * Update package.json removed 'auto-build' * Update block-explorers.mdx change 'warning' to 'info' callout * Update user-quickstart.mdx Remove page-breaking abandoned block * Remove unused elements - tailwind.config.js Removed unused theme elements * Add missing ecosystem images nfts2me silo stafi superseiyanbot * Delete public/assets/ecosystem/superseiyanbot.jpeg replacing with proper dimensions * replace superseiyanbot image proper square dimensions * Update appData.ts fixed pathing for last 3 images * Update user-guides _meta.json Quick final update - re-order the user guide pages * add compass logo * modified: .gitignore * modified: .gitignore * modified: components/Card/Card.tsx modified: components/EcosystemApps/EcosystemApps.tsx modified: pages/user-guides/block-explorers.mdx modified: pages/user-guides/getting-tokens.mdx --------- Co-authored-by: goose <[email protected]> Co-authored-by: cordt-sei <[email protected]>
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.