-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor SummaryTable in Deals Page for Enhanced Clarity and Function…
…ality - Introduced a new `SummaryTableCell` component to streamline the rendering of deal summary cells, improving code reusability and readability. - Updated the `SummaryTable` to utilize the new `SummaryTableCell`, enhancing the display of prospects, clients, and total counts with corresponding row and column percentages. - Adjusted the layout of the `DealsTable` component for better styling and alignment. - Added a new changelog entry documenting the comprehensive features of the Deals page, including detailed statistics and visual indicators for deal stages. These changes improve the user experience by providing clearer insights into deal statuses and enhancing the overall structure of the Deals page.
- Loading branch information
Showing
3 changed files
with
73 additions
and
74 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: The Deals Page | ||
date: 2025-01-03 | ||
--- | ||
|
||
### New Features | ||
- Added a new [Deals page](/about-us/deals) that provides a comprehensive view of all active deals, including: Current status and stage of each deal, last update tracking with visual indicators, separate views for prospects and existing clients, and summary statistics by deal stage | ||
|
This file was deleted.
Oops, something went wrong.