Skip to content

fix(accessibility): improve digest preview and summaries modals - #927

Merged
imuniqueshiv merged 1 commit into
imuniqueshiv:mainfrom
Ayush-0918:feat/digest-modals-accessibility-848
Jul 30, 2026
Merged

fix(accessibility): improve digest preview and summaries modals#927
imuniqueshiv merged 1 commit into
imuniqueshiv:mainfrom
Ayush-0918:feat/digest-modals-accessibility-848

Conversation

@Ayush-0918

Copy link
Copy Markdown
Contributor

Description

This PR improves the accessibility and interaction behavior of the Digest Preview and Summaries modals by aligning them with the application's existing dialog behavior.

Changes Made

  • Added Escape key support to close both modals.
  • Added backdrop click dismissal.
  • Reused existing modal accessibility patterns where applicable.
  • Properly cleaned up event listeners.
  • Preserved all existing Digest Preview functionality.
  • Preserved all existing Summaries functionality.

Type of Change

  • Bug Fix
  • New Feature
  • Documentation Update
  • Refactor
  • Performance Improvement
  • Security Improvement
  • Other

Related Issue

Testing

  • Tested locally
  • Existing functionality verified
  • No new warnings or errors

Verified

  • Escape key closes both modals.
  • Clicking outside the modal dismisses it.
  • Existing preview functionality works correctly.
  • Existing summaries functionality works correctly.
  • No regressions introduced.
  • Build, lint, and tests pass.

Screenshots

N/A (Accessibility improvement)

Checklist

  • Code follows project conventions.
  • No unnecessary files included.
  • Changes have been tested.
  • Ready for review.

- Add Escape key support to close Summaries modal
- Add backdrop click dismissal to Summaries modal
- Follow existing accessibility pattern from MeetingDetailsModal
- Properly clean up event listeners on unmount

Generated with [Devin](https://devin.ai)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@vercel

vercel Bot commented Jul 30, 2026

Copy link
Copy Markdown

@Ayush-0918 is attempting to deploy a commit to the Shiv Raj Singh's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added the ECSoC26 Eligible for Elite Coders Summer of Code 2026 automated scoring. label Jul 30, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Hi @Ayush-0918, thank you so much for your PR! 🎉

📋 PR Review Checklist

We appreciate the effort you've put in — let us know if you need any help getting this across the finish line! 💪

@coderabbitai

coderabbitai Bot commented Jul 30, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@Ayush-0918, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 14 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: c650975b-8bcd-4890-b694-ba11e2d4e215

📥 Commits

Reviewing files that changed from the base of the PR and between fd8d392 and 252b93d.

📒 Files selected for processing (1)
  • client/src/pages/Summaries.jsx

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.

@vercel

vercel Bot commented Jul 30, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
meetonmemory Ready Ready Preview Jul 30, 2026 6:40pm

@imuniqueshiv imuniqueshiv added the good-issue +10 XP label Jul 30, 2026
@imuniqueshiv
imuniqueshiv merged commit 9372610 into imuniqueshiv:main Jul 30, 2026
10 checks passed
@github-actions

Copy link
Copy Markdown
Contributor

Hi @Ayush-0918, thank you so much for this solid contribution! 🎉🚀

Your PR #927 (fix(accessibility): improve digest preview and summaries modals) has been merged. ✅

Related issue: #848 (Improve Accessibility of Digest Preview & Summaries Modals).

This update fits nicely into the project and is genuinely appreciated — great work! We'd love to see you contribute again soon. 💙

⭐ If you're enjoying MeetOnMemory, please consider starring the repository — it really helps us out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ECSoC26-L1 ECSoC26 Eligible for Elite Coders Summer of Code 2026 automated scoring. good-issue +10 XP

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve Accessibility of Digest Preview & Summaries Modals

2 participants