⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion resources/dist/flowforge.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions resources/js/flowforge.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export default function flowforge({state}) {
state,
isLoading: {},
fullyLoaded: {},
areFiltersOpen: false,
Copy link

Copilot AI Jan 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The areFiltersOpen property appears unused since the filters component creates its own scoped x-data="{ areFiltersOpen: ... }" context at line 58 of filters.blade.php. This global state property will not be accessible to the filters component due to Alpine.js scoping. Consider removing this unused property or clarifying the intended usage pattern.

Suggested change
areFiltersOpen: false,

Copilot uses AI. Check for mistakes.

init() {
this.$wire.$on('kanban-items-loaded', (event) => {
Expand Down
Loading
Loading