Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
071089f
fix: Volunteer Hours Distribution chart visualization
Feb 26, 2026
a45a140
test: add mock-pie test ID for VolunteerHoursDistribution
Feb 26, 2026
60b9d9e
Merge development into volunteer-hours-distribution-chart-visualizati…
Mar 15, 2026
4314feb
Fix linting issues
Mar 15, 2026
3f634c6
refactor: reduce cognitive complexity of calculateComparisonDates
Mar 15, 2026
ccc6778
refactor: reduce cognitive complexity of calculateComparisonDates
Mar 15, 2026
505a792
refactor: reduce cognitive complexity of calculateComparisonDates
Mar 15, 2026
2e97401
refactor: reduce cognitive complexity of calculateComparisonDates
Mar 15, 2026
d3b084d
refactor: reduce cognitive complexity of calculateComparisonDates
Mar 15, 2026
0a051a4
refactor: reduce cognitive complexity of calculateComparisonDates
Mar 15, 2026
3a05cbe
Refactor TotalOrgSummary to reduce cognitive complexity
Mar 15, 2026
5cc698a
Refactor TotalOrgSummary to reduce cognitive complexity
Mar 15, 2026
b1bf399
fix(VolunteerHoursDistribution): fix pie chart slice sizing, cell key…
Mar 17, 2026
03a7299
fix(VolunteerHoursDistribution): fix pie chart slice sizing, cell key…
Mar 17, 2026
08542e1
fix(VolunteerHoursDistribution): fix SonarCloud Commit issue
Mar 17, 2026
8b1628b
fix(total-org-summary): normalize donut labels and dark-mode tooltip …
Mar 28, 2026
6dfd7e3
style(total-org-summary): fix prettier formatting for pie chart updates
Mar 28, 2026
87c4b83
fix: (PRIORITY HIGH) Yagna: Volunteer Hours Distribution Chart Shows …
Mar 28, 2026
36aaa7b
fix(header): revert header changes to pre-merge state
Mar 29, 2026
896616b
Merge branch 'development' into roshini/volunteer-hours-distribution-…
roshini1212 Apr 17, 2026
51b6b26
Volunteer Hours Distribution Chart Shows Incorrect Totals and Mislea…
Apr 17, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
<base href="/" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="theme-color" content="#000000" />
Expand Down
Loading
Loading