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

fix(platform): Update info bar table to reflect selected filters #12634

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Oct 21, 2024

  1. fix(platform): table showing info bar with selected filters

    closes [#11783](#11783)
    
    - Implemented an info bar beneath the table toolbar to display active filters, following SAP Fiori design recommendations.
    - Used <fd-toolbar fdType="info" [active]="true"> from Fundamental NGX.
    - Displayed filter information with the correct format
    - Included a "decline" icon in the info bar.
    - Info bar appears only when a filter is applied and hides once the filter is reset.
    khotcholava committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    bfd86ee View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. fix(platform): Update info bar table to reflect selected filters

    closes [#11783](#11783)
    
    - Added feature to close the popover when the dismiss button is clicked. The popover will reappear upon changing the filters.
    khotcholava committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    e736a33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18e0d8c View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. fix(platform): table showing info bar with selected filters

    closes [#11783](#11783)
    
    ## Description
    
    - Moved hardcoded "Filtered by" string into translation file
    khotcholava committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    f600751 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. fix(platform): table showing info bar with selected filters

    closes [#11783](#11783)
    
    - Minor refactor
    khotcholava committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    d96ea3f View commit details
    Browse the repository at this point in the history
  2. fix(platform): table showing info bar with selected filters

    closes [#11783](#11783)
    
    ## Description
    
    - Fiex build
    khotcholava committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4d7965d View commit details
    Browse the repository at this point in the history