Skip to content

Commit

Permalink
Fix. FSWatcher. The huge refactoring has been completed. (#434)
Browse files Browse the repository at this point in the history
* Fix. FSWatcher. The module logic fixed.

* Fix. FSWatcher. The huge refactoring has been completed.

* Fix. Code. Code style and psalm notices fixed.

* Fix. Code. ES-Lint notices fixed.

* Fix. Code. FSWatcher JS - loop rebuild.

* Fix. FSWatcher. Changed date format fixed.
  • Loading branch information
Glomberg authored Oct 28, 2024
1 parent 51cd6f1 commit 2641426
Show file tree
Hide file tree
Showing 41 changed files with 896 additions and 1,757 deletions.
3 changes: 2 additions & 1 deletion inc/spbc-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -1090,7 +1090,8 @@ function spbc_settings__register()
),
),
),
'display' => $spbc->settings['scanner__fs_watcher']
'display' => $spbc->settings['scanner__fs_watcher'],
'js_after' => 'settings_tab--fswatcher.min.js',
),
// Debug
'debug' => array(
Expand Down
2 changes: 2 additions & 0 deletions js/spbc-settings_tab--fswatcher.min.js

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

1 change: 1 addition & 0 deletions js/spbc-settings_tab--fswatcher.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 2641426

Please sign in to comment.