[PR #297] [CLOSED] feat: improved accessibility and updated eslint config #857

Closed
opened 2026-02-26 19:30:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/297
Author: @adithyaakrishna
Created: 8/24/2023
Status: Closed

Base: feat/refreshHead: feat/a11y


📝 Commits (10+)

  • 6dccf10 feat: updated accessibility
  • 155f866 feat: added a11y plugin
  • 2f4d995 feat: updated eslint rules
  • 01435d8 feat: added aria-label property to buttons
  • 466a4b9 fix: dependabot workflow
  • bc64ff0 Revert "fix: dependabot workflow"
  • 8539eae fix: updated to discord link
  • 52c2234 feat: updatd aria-labels
  • 67c67d0 feat: made svg sccessible
  • 1887224 fix: typo

📊 Changes

44 files changed (+194 additions, -49 deletions)

View changed files

📝 apps/marketing/src/app/(marketing)/claimed/page.tsx (+2 -2)
📝 apps/marketing/src/app/(marketing)/oss-friends/page.tsx (+1 -1)
📝 apps/marketing/src/components/(marketing)/callout.tsx (+6 -1)
📝 apps/marketing/src/components/(marketing)/claim-plan-dialog.tsx (+14 -2)
📝 apps/marketing/src/components/(marketing)/footer.tsx (+3 -3)
📝 apps/marketing/src/components/(marketing)/hero.tsx (+6 -1)
📝 apps/marketing/src/components/(marketing)/mobile-hamburger.tsx (+1 -1)
📝 apps/marketing/src/components/(marketing)/mobile-navigation.tsx (+3 -3)
📝 apps/marketing/src/components/(marketing)/pricing-table.tsx (+9 -2)
📝 apps/marketing/src/components/(marketing)/widget.tsx (+7 -2)
📝 apps/web/src/app/(dashboard)/documents/[id]/loading.tsx (+7 -1)
📝 apps/web/src/app/(signing)/sign/[token]/complete/download-button.tsx (+1 -0)
📝 apps/web/src/app/(signing)/sign/[token]/complete/page.tsx (+1 -1)
📝 apps/web/src/app/(signing)/sign/[token]/form.tsx (+2 -0)
📝 apps/web/src/app/(signing)/sign/[token]/name-field.tsx (+2 -0)
📝 apps/web/src/app/(signing)/sign/[token]/signature-field.tsx (+2 -0)
📝 apps/web/src/components/(dashboard)/layout/header.tsx (+6 -1)
📝 apps/web/src/components/(dashboard)/layout/profile-dropdown.tsx (+5 -1)
📝 apps/web/src/components/(dashboard)/settings/layout/desktop-nav.tsx (+3 -0)
📝 apps/web/src/components/(dashboard)/settings/layout/mobile-nav.tsx (+3 -0)

...and 24 more files

📄 Description

Description:

  • Added aria-label property to buttons
  • Added alt property to images
  • Updated eslint.config for a11y and unused imports

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/297 **Author:** [@adithyaakrishna](https://github.com/adithyaakrishna) **Created:** 8/24/2023 **Status:** ❌ Closed **Base:** `feat/refresh` ← **Head:** `feat/a11y` --- ### 📝 Commits (10+) - [`6dccf10`](https://github.com/documenso/documenso/commit/6dccf109d52637f443702655e4a234e5bffec9a1) feat: updated accessibility - [`155f866`](https://github.com/documenso/documenso/commit/155f8661a2571f20728812d15886de24af6050f6) feat: added a11y plugin - [`2f4d995`](https://github.com/documenso/documenso/commit/2f4d9955e21596ec6cb7bbaf39fd0fb84309d650) feat: updated eslint rules - [`01435d8`](https://github.com/documenso/documenso/commit/01435d8910ea1d555da591d7e07c5da10f2b10f1) feat: added aria-label property to buttons - [`466a4b9`](https://github.com/documenso/documenso/commit/466a4b9360c1bc94742842452fbe9e83382aaaa2) fix: dependabot workflow - [`bc64ff0`](https://github.com/documenso/documenso/commit/bc64ff02ad9334b2a942479ac567505093acef82) Revert "fix: dependabot workflow" - [`8539eae`](https://github.com/documenso/documenso/commit/8539eae819c74b70d9e182836c3e7670c3c16a0d) fix: updated to discord link - [`52c2234`](https://github.com/documenso/documenso/commit/52c2234870ebe5cb9e3c8f04832694f0fda37c99) feat: updatd aria-labels - [`67c67d0`](https://github.com/documenso/documenso/commit/67c67d0a319b6d525b712a7b050b341317e1d1dd) feat: made svg sccessible - [`1887224`](https://github.com/documenso/documenso/commit/1887224028c9e6d693731d684361138d73d8b682) fix: typo ### 📊 Changes **44 files changed** (+194 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `apps/marketing/src/app/(marketing)/claimed/page.tsx` (+2 -2) 📝 `apps/marketing/src/app/(marketing)/oss-friends/page.tsx` (+1 -1) 📝 `apps/marketing/src/components/(marketing)/callout.tsx` (+6 -1) 📝 `apps/marketing/src/components/(marketing)/claim-plan-dialog.tsx` (+14 -2) 📝 `apps/marketing/src/components/(marketing)/footer.tsx` (+3 -3) 📝 `apps/marketing/src/components/(marketing)/hero.tsx` (+6 -1) 📝 `apps/marketing/src/components/(marketing)/mobile-hamburger.tsx` (+1 -1) 📝 `apps/marketing/src/components/(marketing)/mobile-navigation.tsx` (+3 -3) 📝 `apps/marketing/src/components/(marketing)/pricing-table.tsx` (+9 -2) 📝 `apps/marketing/src/components/(marketing)/widget.tsx` (+7 -2) 📝 `apps/web/src/app/(dashboard)/documents/[id]/loading.tsx` (+7 -1) 📝 `apps/web/src/app/(signing)/sign/[token]/complete/download-button.tsx` (+1 -0) 📝 `apps/web/src/app/(signing)/sign/[token]/complete/page.tsx` (+1 -1) 📝 `apps/web/src/app/(signing)/sign/[token]/form.tsx` (+2 -0) 📝 `apps/web/src/app/(signing)/sign/[token]/name-field.tsx` (+2 -0) 📝 `apps/web/src/app/(signing)/sign/[token]/signature-field.tsx` (+2 -0) 📝 `apps/web/src/components/(dashboard)/layout/header.tsx` (+6 -1) 📝 `apps/web/src/components/(dashboard)/layout/profile-dropdown.tsx` (+5 -1) 📝 `apps/web/src/components/(dashboard)/settings/layout/desktop-nav.tsx` (+3 -0) 📝 `apps/web/src/components/(dashboard)/settings/layout/mobile-nav.tsx` (+3 -0) _...and 24 more files_ </details> ### 📄 Description **Description:** - Added `aria-label` property to buttons - Added `alt` property to images - Updated `eslint.config` for a11y and unused imports --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:30:47 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#857
No description provided.