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

Feature/twap UI tradingpost #37

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Commits on Jul 17, 2024

  1. project setup

    oxbyte-monterrosa committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    cfde591 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    9430daa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    898ea2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    568aa16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c48996 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9e402d View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    bcf533e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72341a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5aebad5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ebaf8e View commit details
    Browse the repository at this point in the history
  5. refactor(ui): Removed PriceProtectionSelector component temporarily. …

    …Will reintroduce down the road
    oxbyte-monterrosa committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    795e7e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c7ca75e View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. feat: Add DEX (Trading Post) support to OrdersList component

    - Introduced a `dex` prop to the `OrdersList` component to support different decentralized exchanges (DEXs).
    - Implemented custom behavior for the `TradingPost` DEX, rendering a specific `OrdersList` with customized props.
    - Updated the `SelectedOrders` component to utilize the new `dex` prop, allowing dynamic rendering based on the selected DEX.
    - Refactored and added JSDoc documentation for better clarity and maintainability.
    oxbyte-monterrosa committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    6d841dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8a0820 View commit details
    Browse the repository at this point in the history
  3. chore: Update UI components and structure for new package implementation

    - Removed obsolete elements and ensured a cleaner, more efficient design.
    - Updated and reorganized UI components to align with the new package structure.
    oxbyte-monterrosa committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    428414b View commit details
    Browse the repository at this point in the history
  4. chore: Remove SVG module declaration

    - Deleted the custom module declaration for SVG imports.
    - Going forward, SVG files will be wrapped in dedicated React components instead of being imported directly.
    oxbyte-monterrosa committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    dbefeb7 View commit details
    Browse the repository at this point in the history