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

Add frontend http client #7000

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Sep 19, 2024

  1. feat(http): create http frontend client

    - Create HTTP client based on old services
    - Create HTTP client request interceptor: request
    - Create HTTP client generic: GenericRequest
    - Create HTTP client server: WzRequest, ApiCheck and WzAuthentication
    - Enhance server API backend client
      See #6995
    - Rename ILogger type to Logger
    Desvelao committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    81616ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9189e8e View commit details
    Browse the repository at this point in the history
  3. chore: remove comment

    Desvelao committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    af7e812 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

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

Commits on Oct 2, 2024

  1. feat(core): add TableData and ServerTable components to core plugin

    - Add TableData component (based on TableData of main plugin)
    - Add ServerTable component (based on TableWzAPI of main plugin)
      - Add SearchBar (copied from main plugin)
      - Add FileSaver (copied from main plugin)
    Desvelao committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    7b4ed5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54d3fc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2634eeb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1bde358 View commit details
    Browse the repository at this point in the history
  5. chore: remove console.log

    Desvelao committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    57f213c View commit details
    Browse the repository at this point in the history
  6. feat(core): enhance typing

    Desvelao committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    aad9930 View commit details
    Browse the repository at this point in the history