feat: switch org

This commit is contained in:
Nevo David 2026-02-06 09:40:55 +07:00
parent eccc767701
commit c481add80b
3 changed files with 8 additions and 1 deletions

View file

@ -51,6 +51,7 @@ export const OrganizationSelector: FC<{ asOpenSelect?: boolean }> = ({
{!asOpenSelect && (
<div className="flex items-center">
<svg
className={user?.tier.current === 'FREE' ? 'animate-bounce drop-shadow-glow': ''}
width="24"
height="24"
viewBox="0 0 26 26"

View file

@ -144,6 +144,13 @@ module.exports = {
menu: 'var(--menu-shadow)',
previewShadow: 'var(--preview-box-shadow)',
},
dropShadow: {
glow: [
'0 0 6px rgba(250,204,21,0.6)',
'0 0 12px rgba(250,204,21,0.5)',
'0 0 24px rgba(250,204,21,0.4)',
],
},
// that is actual animation
keyframes: (theme) => ({
fadeOut: {

View file

@ -15,7 +15,6 @@ import { LinkedinDto } from '@gitroom/nestjs-libraries/dtos/posts/providers-sett
import imageToPDF from 'image-to-pdf';
import { Readable } from 'stream';
import { Rules } from '@gitroom/nestjs-libraries/chat/rules.description.decorator';
import { string } from 'yup';
@Rules(
'LinkedIn can have maximum one attachment when selecting video, when choosing a carousel on LinkedIn minimum amount of attachment must be two, and only pictures, if uploading a video, LinkedIn can have only one attachment'