• Added a reusable global `<BackArrow />` navigation component in `Inputs.tsx` and integrated it across Subscription Details, Create Plan, Quotes, Jobs, and Invoices. • Enhanced and integrated `ActionHistoryComments` for audit trail tracking across Subscriptions, Quotes, Assets, and Requests. • Revamped `JobsCreate` layout, aligning fields, buttons, and reducing spacing/gaps to match the clean modern design specifications. • Fixed button alignment to side-by-side and optimized whitespace and margins in `Service.tsx` and `CreatePlanPage.tsx`. • Added responsive full-width Stats Overview cards with collapsible views in `SubscriptionsPlans.tsx` and `AllPlans.tsx`. • Fixed sidebar active route highlighting issue where Dashboard remained active alongside Subscriptions and Product Plans. • Fixed table loading skeleton in `SubscriptionsPlans.tsx` by correcting the column count from 9 to 5, preventing table distortion during data fetching. • Configured the entire project typography to use Outfit font family across MUI themes, Ant Design `ConfigProvider`, Tailwind CSS, and global stylesheets (including input placeholders and table cells). • Fixed mobile view layout issues on Android and iPhone by integrating `100dvh` dynamic viewport height across dashboard routers to adapt to mobile browser toolbars. • Adjusted mobile logout button bottom clearance to `88px` (`pb-24 lg:pb-2`) to keep it clearly visible and prevent overlap with Safari toolbars, navigation bars, and floating controls.
This is the changes I have done and pushed my changes in to related branches