feat(postgres,i18n): add pg schema selection and Spanish locale#30
Conversation
- Add PostgreSQL schema visibility filter with multi-schema selection UI - Smart-quote all identifier references with escape_identifier for safety (MacOS) - Pass schema parameter through all postgres driver queries and commands - Add SidebarSchemaItem component for per-schema tree rendering - Add complete Spanish (es) i18n locale with all translation keys - Register Spanish in i18n config, AppLanguage type, and Settings UI - Add "spanish" label key to English and Italian locale files
|
@kconfesor It's very promising, thanks a lot for contribution. Only some notes before proceeding on merge. CI (test) is failingYou can check: TestsIf it's possible: can you separate logic part from components and adding tests to the test suite FeaturesNew feature is powerful overall and thanks for spanish translation as well. Thanks a lot for your work. |
|
Hey there, sure i will check the issues, i will also add the summary feature to other drivers, about the schema selector yes we can abstract this one and use it to select databases, that's a great idea. |
|
LGTM, very great! |
Fixes #15