Skip to content
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

Merged
merged 34 commits into from
May 10, 2024
Merged

Commits on May 3, 2024

  1. 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
    Cordtus committed May 3, 2024
    Configuration menu
    Copy the full SHA
    8c83fa7 View commit details
    Browse the repository at this point in the history
  2. 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
    Cordtus committed May 3, 2024
    Configuration menu
    Copy the full SHA
    4bb2b8d View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Configuration menu
    Copy the full SHA
    a4cadb1 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    939521b View commit details
    Browse the repository at this point in the history
  2. restructure For Users section

    - add FAQ page
    - add User Guides folder
    - move pages to User Guides folder
    goose committed May 6, 2024
    Configuration menu
    Copy the full SHA
    98fbfe2 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    1c1dfbf View commit details
    Browse the repository at this point in the history
  2. add to FAQ, refactor User quickstart

    goose committed May 7, 2024
    Configuration menu
    Copy the full SHA
    a345751 View commit details
    Browse the repository at this point in the history
  3. modified: .gitignore

    	modified:   pages/user-guides/block-explorers.mdx
    Cordtus committed May 7, 2024
    Configuration menu
    Copy the full SHA
    a331956 View commit details
    Browse the repository at this point in the history
  4. modified: .gitignore

    	modified:   package.json
    	modified:   pages/user-guides/block-explorers.mdx
    Cordtus committed May 7, 2024
    Configuration menu
    Copy the full SHA
    7767539 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. 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
    Cordtus committed May 8, 2024
    Configuration menu
    Copy the full SHA
    4349bd1 View commit details
    Browse the repository at this point in the history
  2. Update Card.tsx

    cordt-sei authored May 8, 2024
    Configuration menu
    Copy the full SHA
    11214ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aac3d46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a80955c View commit details
    Browse the repository at this point in the history
  5. Update .gitignore

    Cordtus authored May 8, 2024
    Configuration menu
    Copy the full SHA
    3ec75c4 View commit details
    Browse the repository at this point in the history
  6. Update appData.ts

    add would-be conflicting / deleted additions from https://github.com/sei-protocol/sei-docs/pull/51/files
    Cordtus authored May 8, 2024
    Configuration menu
    Copy the full SHA
    9f72fc1 View commit details
    Browse the repository at this point in the history
  7. modified: data/appData.ts

    Cordtus committed May 8, 2024
    Configuration menu
    Copy the full SHA
    98ec894 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Update Card.tsx

    remove filename comment
    Cordtus authored May 9, 2024
    Configuration menu
    Copy the full SHA
    8e01676 View commit details
    Browse the repository at this point in the history
  2. Update EcosystemApps.tsx

    added comment for filter method
    Cordtus authored May 9, 2024
    Configuration menu
    Copy the full SHA
    3e7b6bf View commit details
    Browse the repository at this point in the history
  3. Update appData.ts

    add/remove comments
    Cordtus authored May 9, 2024
    Configuration menu
    Copy the full SHA
    5374e40 View commit details
    Browse the repository at this point in the history
  4. Update package.json

    Cordtus authored May 9, 2024
    Configuration menu
    Copy the full SHA
    14456f6 View commit details
    Browse the repository at this point in the history
  5. Update package.json

    removed 'auto-build'
    Cordtus authored May 9, 2024
    Configuration menu
    Copy the full SHA
    f9414f6 View commit details
    Browse the repository at this point in the history
  6. Update block-explorers.mdx

    change 'warning' to 'info' callout
    Cordtus authored May 9, 2024
    Configuration menu
    Copy the full SHA
    a89d3ad View commit details
    Browse the repository at this point in the history
  7. Update user-quickstart.mdx

    Remove page-breaking abandoned block
    Cordtus authored May 9, 2024
    Configuration menu
    Copy the full SHA
    451410f View commit details
    Browse the repository at this point in the history
  8. Remove unused elements - tailwind.config.js

    Removed unused theme elements
    Cordtus authored May 9, 2024
    Configuration menu
    Copy the full SHA
    4ed9850 View commit details
    Browse the repository at this point in the history
  9. Add missing ecosystem images

    nfts2me
    silo
    stafi
    superseiyanbot
    Cordtus authored May 9, 2024
    Configuration menu
    Copy the full SHA
    f6b0b04 View commit details
    Browse the repository at this point in the history
  10. Delete public/assets/ecosystem/superseiyanbot.jpeg

    replacing with proper dimensions
    Cordtus authored May 9, 2024
    Configuration menu
    Copy the full SHA
    fc002b5 View commit details
    Browse the repository at this point in the history
  11. replace superseiyanbot image

    proper square dimensions
    Cordtus authored May 9, 2024
    Configuration menu
    Copy the full SHA
    9e34b67 View commit details
    Browse the repository at this point in the history
  12. Update appData.ts

    fixed pathing for last 3 images
    Cordtus authored May 9, 2024
    Configuration menu
    Copy the full SHA
    e60f53c View commit details
    Browse the repository at this point in the history
  13. Update user-guides _meta.json

    Quick final update  - re-order the user guide pages
    Cordtus authored May 9, 2024
    Configuration menu
    Copy the full SHA
    2b6ef23 View commit details
    Browse the repository at this point in the history
  14. add compass logo

    Cordtus authored May 9, 2024
    Configuration menu
    Copy the full SHA
    9dec7c6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    386459e View commit details
    Browse the repository at this point in the history
  16. modified: .gitignore

    Cordtus committed May 9, 2024
    Configuration menu
    Copy the full SHA
    ac53a9b View commit details
    Browse the repository at this point in the history
  17. modified: .gitignore

    Cordtus committed May 9, 2024
    Configuration menu
    Copy the full SHA
    b7371bf View commit details
    Browse the repository at this point in the history
  18. modified: components/Card/Card.tsx

    	modified:   components/EcosystemApps/EcosystemApps.tsx
    	modified:   pages/user-guides/block-explorers.mdx
    	modified:   pages/user-guides/getting-tokens.mdx
    Cordtus committed May 9, 2024
    Configuration menu
    Copy the full SHA
    848fdd0 View commit details
    Browse the repository at this point in the history