Release v1.3.2 chore(release): add release workflow, update docs, RTK tags, UI perf improvements#169
Merged
Merged
Conversation
…s-description-darkmode feat: update page titles, description formatting & set dark mode as default
…lay-icon-on-load feat: display large play icon on video player after load
…-170 Remove language from the route, update favicon
…ideo-thumbnails fix: resolve broken video thumbnails on video pages
…-size-px-to-rem refactor: convert font sizes from px to rem across app
…tification test: add Jest unit test for Notification component
…ntend-docker-image Optimize frontend docker image
…upload-page feat: implement basic video upload page
…ode-all-pages feat: apply light mode across all pages
…eo-upload-ui feat: Implement Advanced Video Upload Page UI
ui: ensure consistent font size for video title and session description
refactor(video-list): optimize video list rendering and remove redundant local state
feat(sessions): show empty state when no sessions and retry state on request failure
docs(docs): add project reference and contribution documentation
…dleware and server actions
refactor(auth): implement secure server-side authentication using middleware and server actions
…ponsive layout fixes
feat(videos): [255,283,284] add routing, loading optimization and responsive layout fixes
…S-189 chore(release): add release workflow, update docs, RTK tags, UI perf improvements
docs(tooling): add CLAUDE.md, migrate skills to .claude, and overhaul project docs
fix(login): move try/catch inside startTransition and use notificationManager
feat(monitoring): integrate Sentry for error tracking and session replay
feat(app): add error boundary and not-found pages
fix(filters): add aria heading roles to sort and filter section labels
- Add NEXT_PUBLIC_SENTRY_DSN, SENTRY_ORG, SENTRY_PROJECT as builder-stage ARG/ENV so next build inlines the DSN and withSentryConfig uploads source maps - Consume SENTRY_AUTH_TOKEN via a BuildKit secret (id: sentry_auth, required=false); the token never lands in an image layer, build arg, or the runtime image - Add # syntax=docker/dockerfile:1 for secret mount support - Pass the three public vars via build-args and the token via the build-push-action secrets: input in the release workflow
ci(sentry): wire build-time vars into image build
6d84768 to
d47eaf1
Compare
farhan2742
approved these changes
Jul 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release v1.3.2
99e39ce ci(sentry): wire build-time vars into image build
204aa3c (ASP-167) fix(filters): add aria heading roles to sort and filter section labels
66fb084 (ASP-275) feat(app): add error boundary and not-found pages
578d5b5 (ASP-274) feat(monitoring): integrate Sentry for error tracking and session replay
b271844 (ASP-161) fix(login): move try/catch inside startTransition and use notificationManager
1fcb0b3 (ASP-273) docs(tooling): add CLAUDE.md, migrate skills to .claude, and overhaul project docs