Skip to content

deploy to prod - #763

Merged
PedroLunet merged 98 commits into
mainfrom
develop
Aug 30, 2026
Merged

deploy to prod#763
PedroLunet merged 98 commits into
mainfrom
develop

Conversation

@PedroLunet

Copy link
Copy Markdown
Collaborator

deploy to prod

Eloymtm and others added 30 commits November 7, 2025 14:49
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
dependabot Bot and others added 26 commits April 20, 2026 08:24
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
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>
…-8.5.14

build(deps-dev): bump postcss from 8.5.8 to 8.5.14
…fore-using-planner

feat: add login to planner
@netlify

netlify Bot commented Aug 30, 2026

Copy link
Copy Markdown

Deploy Preview for tts-fe-preview ready!

Name Link
🔨 Latest commit e73acbd
🔍 Latest deploy log https://app.netlify.com/projects/tts-fe-preview/deploys/6a941e986239ed00086aba36
😎 Deploy Preview https://deploy-preview-763--tts-fe-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai

coderabbitai Bot commented Aug 30, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 9b92f70a-4219-4baa-b5fc-f817718b897f

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

Copy link
Copy Markdown

🌐 Netlify Preview disponível:
https://6a941e986239ed00086aba36--tts-fe-preview.netlify.app

@PedroLunet
PedroLunet merged commit 458c585 into main Aug 30, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants