Ivan Vasilov
ee8eae7309
chore: Clean the ui package from next imports ( #44278 )
...
This PR moves several components which rely on `next` out of the `ui`
package to the `ui-patterns` package.
`ui-patterns` package is intented to be imported with specific imports
so it's ok if there are components reliant on `next` in there.
The `SonnerToaster` component has removed its dependency by requiring a
prop for `theme`.
2026-03-30 10:58:37 +02:00
Stojan Dimitrovski
a403f1ceca
feat: add publishable key in connect dialog ( #36638 )
2025-06-26 09:11:08 +02:00
Ivan Vasilov
8a321126ac
chore: Clean dead code in ui package ( #35093 )
...
* Clean up unneeded files and exports in packages/ui.
* Fix references to LogoLoader.
* Import SimpleCodeblock directly from ui package.
2025-04-24 12:24:12 +02:00
Jonathan Summers-Muir
f650b5ae67
Feat/connection string revamp ( #30572 )
...
* add new page
* moar
* moar
* added icons
* improve icons
* moved connect dialog to main header
* update text
* smaller screen support
* moar
* add python and sqlalchemyString
* moar
* add IPv4 warning
* moar
* Delete pooler-icons-v2.tsx
* tidy
* Delete DatabaseSettings.tsx
* tidy
* tidy
* moar. Session pooler is de-prioritized
* Update DatabaseConnectionString.tsx
* type issue
* moar
* Update DatabaseConnectionString.tsx
* Spelling
* Clean up LayoutHeader
* Clean up ConnectionPanel
* Clean up ConnectionParameters
* Last batch of clean up
* Fix loading state padding
* Shift old Connect files to new Connect folder outside of Home
* Final clean up
* Smol fix
* FIX
* Fix button link
* Fixes
* Lint
---------
Co-authored-by: Terry Sutton <saltcod@gmail.com >
Co-authored-by: Joshen Lim <joshenlimek@gmail.com >
2024-12-05 17:23:14 +08:00