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

[front] - refacto: get rid PokeLink #8576

Merged
merged 3 commits into from
Nov 12, 2024
Merged

Commits on Nov 12, 2024

  1. [front/components/poke] - refactor: replace PokeLink with LinkWrapper…

    … component
    
    - Replaced instances of PokeLink with the LinkWrapper to standardize link components across different modules
    - Ensured LinkWrapper component is used consistently for all link elements in assistant, data_source_views, and data_sources columns, as well as in shadcn ui table components
    JulesBelveze committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    338b5fd View commit details
    Browse the repository at this point in the history
  2. [components/poke/shadcn/ui] - refactor: remove PokeLink component

     - Deleted the PokeLink component from the project
     - Cleaned up associated code and references to streamline the UI module
    JulesBelveze committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    74ad0c1 View commit details
    Browse the repository at this point in the history
  3. [front/components/poke] - refactor: remove unused PokeLink imports fr…

    …om column components
    
     - Deleted PokeLink imports from `assistants/columns.tsx`, `data_source_views/columns.tsx`, and `data_sources/columns.tsx` as they are no longer in use
    JulesBelveze committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    d27047c View commit details
    Browse the repository at this point in the history