twentyhq / twenty

Building a modern alternative to Salesforce, powered by the community.
https://twenty.com
Other
20.15k stars 2.24k forks source link

Remove 8px Left Padding in Settings Page Tabs #7100

Closed Bonapara closed 2 weeks ago

Bonapara commented 1 month ago

Current behavior

There is an unexpected 8px left padding when there are multiple emails/calendar accounts connected to Twenty

CleanShot 2024-09-17 at 17 32 45

Desired Behavior

The gap is necessary for the record detail page. Keep it as today

CleanShot 2024-09-17 at 17 35 20

But it should be removed for the Settings page Tabs:

CleanShot 2024-09-17 at 17 36 48

Figma

App -> https://www.figma.com/design/xt8O9mFeLl46C5InWwoMrN/Twenty?node-id=32530-139410&node-type=frame&t=vjg6Ofev4bkaijG1-11

Settings -> https://www.figma.com/design/xt8O9mFeLl46C5InWwoMrN/Twenty?node-id=34851-511709&node-type=frame&t=vjg6Ofev4bkaijG1-11

gabbijonsson commented 1 month ago

~I would like to work on this issue if possible 😊~ Setting it up locally took more time than anticipated, I'll check back next week and see if it's still not solved but for now I'm out of time unfortunately.

Bonapara commented 1 month ago

Sure @gabbijonsson, thanks for contributing!

Dhiraj5789 commented 1 month ago

@Bonapara Hi, I can fix this. Please assign it to me

Bonapara commented 1 month ago

Sure @Dhiraj5789, thanks for contributing!

Dhiraj5789 commented 1 month ago

Hi @Bonapara, getting this error while logging in with tim@apple.dev.

Error: relation 'core.user' doesn't exist.

Dhiraj5789 commented 1 month ago

query failed: SELECT "User"."id" AS "User_id", "User"."firstName" AS "User_firstName", "User"."lastName" AS "User_lastName", "User"."email" AS "User_email", "User"."defaultAvatarUrl" AS "User_defaultAvatarUrl", "User"."emailVerified" AS "User_emailVerified", "User"."disabled" AS "User_disabled", "User"."passwordHash" AS "User_passwordHash", "User"."canImpersonate" AS "User_canImpersonate", "User"."createdAt" AS "User_createdAt", "User"."updatedAt" AS "User_updatedAt", "User"."deletedAt" AS "User_deletedAt", "User"."defaultWorkspaceId" AS "User_defaultWorkspaceId" FROM "core"."user" "User" WHERE (("User"."email" = $1)) LIMIT 1 -- PARAMETERS: ["tim@apple.dev"] error: error: relation "core.user" does not exist [Nest] 82621 - 09/21/2024, 9:47:32 AM ERROR [ExceptionsHandler] relation "core.user" does not exist

Bonapara commented 1 month ago

You can ask on our #Help Discord channel @Dhiraj5789

Dhiraj5789 commented 1 month ago

Sure

shyamsundertard commented 3 weeks ago

@Bonapara @FelixMalfait I would like to fix it, please assign it to me.