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

fixes #207

Merged
merged 2 commits into from
Nov 12, 2023
Merged

fixes #207

merged 2 commits into from
Nov 12, 2023

Conversation

atmonshi
Copy link
Member

No description provided.

@atmonshi atmonshi merged commit c6797d0 into 2.x Nov 12, 2023
@atmonshi atmonshi deleted the add-table-column branch November 12, 2023 22:21
Copy link

what-the-diff bot commented Nov 12, 2023

PR Summary

  • Addition of a new component in show-entry.blade.php file
    The new component, x-filament-tables::actions, was added with specific characteristics and parameters.

  • Updates to BrowseResponses.php file

    • A new utility (LaraZeus\Bolt\Filament\Actions\SetResponseStatus) is now being used.
    • A new action SetResponseStatus::make() has been incorporated to the table, improving table functionality.
  • Updates to ReportResponses.php file

    • New utilities for Filament\Tables\Columns\ImageColumn and LaraZeus\Bolt\Filament\Actions\SetResponseStatus are added in the use statement, indicating their usage in the file.
    • The new action SetResponseStatus::make() has also been included to the table, just like in the BrowseResponses file.
    • A significant change to the table method has been made. A new column ImageColumn::make('user.avatar') has been added before the existing TextColumn::make('user.name').
    • The table method further received updates where it can dynamically add new columns based on the form fields.

These changes will improve our system's functionality, allow for better data visualization and management, and increase the overall flexibility of our operations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant