Omar López
7c749299bb
Enforces explicit type imports ( #7158 )
...
* Enforces explicit type imports
* Upgrades typescript-eslint
* Upgrades eslint related dependencies
* Update config
* Sync packages mismatches
* Syncs prettier version
* Linting
* Relocks node version
* Fixes
* Locks @vitejs/plugin-react to 1.3.2
* Linting
2023-02-16 15:39:57 -07:00
Peer Richelsen
9b26c7aee6
lots of small changes by me and ciaran ( #6871 )
2023-02-03 16:49:33 +00:00
Nafees Nazik
e121615d36
fix: installed apps and admin apps layout spacing issues. ( #6753 )
...
* feat: add highlight props
* feat: add isTemplate prop
* feat: add invalid credintial prop
* feat: add children prop
* feat: render app list card
* fix: add horizontal gap
* fix: installed app layout style
* fix: admin layout
* feat: add isGlobal to returned data
* feat: fix admin tab.
* use common components list and AppListCard
* show isDefault Badge
* hide switch for global apps
* fix: show switch
* fix: remove isglobal
* fix: layout
* refactor: remove unused component and import
* feat: use app list card component
* fix: query param
* fix: prevent unnecessary props passed to the component
* feat: add disabled style
* feat: add disconnect integration modal
* feat: new changes.
* render disconnect integration model only once.
* add dropdown for actions
* feat: changes in admin apps.
* use dropdown for selecting action buttons.
* use modal for editing keys.
* Remove boolean comparison
---------
Co-authored-by: Alan <alannnc@gmail.com>
2023-01-31 22:45:38 +01:00
Omar López
cf33106d8b
WIP: SIU: Maximum call stack size exceeded fix? ( #6740 )
...
* Maximum call stack size exceeded fix?
# Conflicts:
# packages/prisma/index.ts
* Prisma client extensions is too much for our TS
* Removed unused Icons
* Type fixes
2023-01-26 17:51:03 -05:00
Alex van Andel
12b7739c9a
Bugfix/dropdown menu trigger as child remove class names ( #6614 )
...
* Fix UsernameTextfield to take right height
* Remove className side-effect
* Incorrect resolution version fixed
* Converted mobile DropdownMenuTrigger styles into Button
2023-01-21 17:03:59 -07:00
sean-brydon
23086476b3
Tailwind Merge ( #6596 )
...
* Tailwind Merge
* Fix merge classNames
2023-01-20 15:19:12 +01:00
Udit Takkar
71833c0737
fix: type error and border ( #6520 )
...
* fix: type error and border
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: sepeator
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
2023-01-17 17:12:22 +00:00
Udit Takkar
636e88d467
fix: styling of dropdown component ( #6440 )
...
* fix: styling of dropdown component
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* Apply suggestions from code review
* fix: use dropdown item in all pages
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* chore: undo
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-01-15 11:40:40 +00:00
sean-brydon
f21c4eb11e
Fixing colors ( #6429 )
2023-01-12 16:57:43 +00:00
sean-brydon
9cb9ce2e42
Chor/bulk UI migration ( #6367 )
...
* Big bulk commit
* Switch and settings toggle
* Popover Kbar Timezones
* Image Uploader
* Fix core export
* Meta
* Swatch
* Remove shell
* Fix shell imports
* Moved ShellSubHeading component to UI, to prevent recursive imports from shell component
* Removed shell from ui ts config since shell doesnt have a dependency on shell anymore.
Co-authored-by: Jeroen Reumkens <hello@jeroenreumkens.nl>
Co-authored-by: Omar López <zomars@me.com>
2023-01-10 15:39:29 +00:00