- Records tab: regex filter bar (postgres ~*), add/remove filters, debounced, ANDed together; get_view_data gains p_filters JSONB param - Global picklist: sources.global_picklist flag (default true) controls whether a source's mapped output values feed the cross-source autocomplete suggestion pool; toggle on Sources page; get_global_output_values() SQL function - Mappings: replace native datalist with custom AutocompleteInput component — Alt+Down opens, Tab cycles, Enter selects, arrow keys navigate, Escape closes - Rules: auto-reprocess source records when a rule is created or updated - preview_rule: fix BIGINT/INT return type mismatch - Stale get_import_log removed from sources.sql - TSV export: fetch with auth headers instead of plain <a href> (fixes 401) - + column button: more visible styling Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| eslint.config.js | ||
| index.html | ||
| package.json | ||
| README.md | ||
| vite.config.js | ||
React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Oxc
- @vitejs/plugin-react-swc uses SWC
React Compiler
The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.
Expanding the ESLint configuration
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.