Skip to content

feat: version 2#295

Merged
toto04 merged 85 commits intomainfrom
beta
Feb 2, 2026
Merged

feat: version 2#295
toto04 merged 85 commits intomainfrom
beta

Conversation

@lorenzocorallo
Copy link
Member

@lorenzocorallo lorenzocorallo commented Jan 24, 2026

Changelog:

lorenzocorallo and others added 30 commits December 5, 2025 21:11
combobox was not working correctly
fix for code scanning alert no. 12

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
@github-actions github-actions bot temporarily deployed to preview February 1, 2026 23:27 Destroyed
@github-actions github-actions bot temporarily deployed to preview February 1, 2026 23:28 Destroyed
@github-actions github-actions bot temporarily deployed to preview February 1, 2026 23:38 Destroyed
@github-actions github-actions bot temporarily deployed to preview February 1, 2026 23:38 Destroyed
@github-actions github-actions bot temporarily deployed to preview February 2, 2026 00:01 Destroyed
@github-actions github-actions bot temporarily deployed to preview February 2, 2026 00:01 Destroyed
@github-actions github-actions bot temporarily deployed to preview February 2, 2026 00:07 Destroyed
@github-actions github-actions bot temporarily deployed to preview February 2, 2026 00:07 Destroyed
@github-actions github-actions bot temporarily deployed to preview February 2, 2026 00:10 Destroyed
@github-actions github-actions bot temporarily deployed to preview February 2, 2026 00:10 Destroyed
@github-actions github-actions bot temporarily deployed to preview February 2, 2026 00:11 Destroyed
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@src/app/_home/`$school/$year/$id/-location-select.tsx:
- Around line 94-108: The Tabs component lowercases tokens for selection, but
LocationsTabs currently lowercases the value passed to onChange which loses
original casing/accents; update LocationsTabs (function LocationsTabs, props
value/onChange/locations and the Tabs onValueChange handler) to translate the
emitted lowercased token back to the original location string before calling
onChange by finding the matching entry in the locations array (compare
location.toLowerCase()), keep using value.toLowerCase() and
location.toLowerCase() for Tab keys/values so selection works, but always call
onChange with the raw original location string.

@github-actions github-actions bot temporarily deployed to preview February 2, 2026 00:13 Destroyed
@github-actions github-actions bot temporarily deployed to preview February 2, 2026 00:13 Destroyed
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@biome.jsonc`:
- Around line 2-3: Update the Biome config: bump the schema version string in
"$schema" from 2.3.8 to 2.3.11 and remove the redundant exclusion patterns from
the "formatter.includes" array (the duplicated patterns like node_modules, dist,
.vite, .vscode, .idea, .DS_Store, log files, etc.) because "vcs.useIgnoreFile":
true already makes Biome respect .gitignore; keep "vcs" and "useIgnoreFile"
intact and only change the schema version and prune the duplicated entries under
"formatter.includes".
🧹 Nitpick comments (1)
biome.jsonc (1)

14-55: Formatter settings look good; consider simplifying exclusions.

The formatting options (2-space indent, LF line endings, 80-char width) are standard and appropriate. The .vscode/extensions.json whitelist after excluding .vscode/* is a nice touch.

As noted above, many exclusions (lines 40-53: node_modules, dist, logs, etc.) likely overlap with .gitignore and could be removed given vcs.useIgnoreFile: true.

@lorenzocorallo
Copy link
Member Author

@coderabbitai review

@coderabbitai
Copy link

coderabbitai bot commented Feb 2, 2026

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@toto04 toto04 merged commit 345c029 into main Feb 2, 2026
7 checks passed
@toto04 toto04 deleted the beta branch February 2, 2026 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants