deploy to prod - #763
Conversation
…ts in TreatExchangeButton
Previously, unauthenticated users hitting /admin were redirected to /planner regardless of why they lacked access. Now: - not signed in → full redirect to OIDC authentication - signed in but not admin → navigate to /exchange Closes #250
docs: contributing guide and update develop with main changes
Three bugs introduced for participants to find and fix: 1. CombinedProvider: selectedOption state hardcoded to 0 2. CoursePicker: useCourseUnits replaced with empty static data 3. SelectedOptionController: missing useEffect to sync optionName
Bumps [picomatch](https://github.com/micromatch/picomatch) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](micromatch/picomatch@2.3.1...2.3.2) --- updated-dependencies: - dependency-name: picomatch dependency-version: 2.3.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…ch-2.3.2 build(deps): bump picomatch from 2.3.1 to 2.3.2
…nt selectors - Replace **:[[cmdk-*]] with [&_[cmdk-*]]: for proper Tailwind v4 compatibility - Fixes CommandDialog and CommandGroup component styling - Both CommandDialog and CommandGroup now use valid selector variants
- Remove reference to deleted tailwind.config.js file - Enable cssVariables: true to use Tailwind v4 CSS variables - Ensures shadcn/ui generators and tooling work properly with v4 setup
- Use var(--breakpoint-sm) instead of --theme(--breakpoint-sm) in media query - theme() function doesn't work inside @media queries per Tailwind v4 spec - Browsers can only resolve CSS variables in media queries, not theme functions
…iants - Replace [[data-side=left][data-state=collapsed]_&] with data-[side=left]:data-[state=collapsed] - Replace [[data-side=right][data-state=collapsed]_&] with data-[side=right]:data-[state=collapsed] - Replace [[data-side=left][data-collapsible=offcanvas]_&] with data-[side=left]:data-[collapsible=offcanvas] - Replace [[data-side=right][data-collapsible=offcanvas]_&] with data-[side=right]:data-[collapsible=offcanvas] - Fixes SidebarRail cursor styling in Tailwind v4
- Change hover:-trangray-y-1 to hover:-translate-y-1 - Restores the hover lift animation on social media icons
- Change last:[&>tr]:border-b-0 to [&>tr:last-child]:border-b-0 - Correctly removes border from last row in footer, not when footer is last child - Ensures consistent styling with TableBody
- Change z-100 to z-[100] in toast viewport for guaranteed existence - Change opacity-99 to opacity-[.99] to ensure the value is applied - Uses arbitrary value syntax when values may not be in default Tailwind scale
Migrate to tailwind4
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.12 to 1.1.14. - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](juliangruber/brace-expansion@v1.1.12...v1.1.14) --- updated-dependencies: - dependency-name: brace-expansion dependency-version: 1.1.14 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [flatted](https://github.com/WebReflection/flatted) from 3.3.2 to 3.4.2. - [Commits](WebReflection/flatted@v3.3.2...v3.4.2) --- updated-dependencies: - dependency-name: flatted dependency-version: 3.4.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…-3.4.2 build(deps-dev): bump flatted from 3.3.2 to 3.4.2
…xpansion-1.1.14 build(deps-dev): bump brace-expansion from 1.1.12 to 1.1.14
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.8 to 8.5.14. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.8...8.5.14) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.14 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Missing button for special cases
…-8.5.14 build(deps-dev): bump postcss from 8.5.8 to 8.5.14
Feat/pagination UI upgrade
…fore-using-planner feat: add login to planner
✅ Deploy Preview for tts-fe-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
🌐 Netlify Preview disponível: |
deploy to prod