Update to v1.0.0-alpha6

- Add configurable filter views with AND/OR logic in settings
- Implement column sorting and filtering via click menu popup
- Add filter-as-you-type with 300ms debounce
- Add tooltips to view buttons showing filter configuration
- Fix server timeout issues (increased to 30s)
- Maintain sort/filter state across table refreshes
This commit is contained in:
2026-01-02 05:39:11 +00:00
parent ad4a4fdf4b
commit ae306e946b
3 changed files with 701 additions and 6 deletions
+1
View File
@@ -653,4 +653,5 @@ export default {
port: PORT,
hostname: '0.0.0.0',
fetch: app.fetch,
idleTimeout: 30,
};