1d944739bc
This commit introduces the ability for users to navigate to a feedback page directly from the tenders list. A new feedback icon and a corresponding button have been added to the actions column of the tenders table. Clicking this button redirects the user to the feedback page associated with that specific tender. To support this feature, the following changes were made: - Added a new `FeedbackIcon` SVG component. - Defined API endpoints and created query hooks for the feedback module. - Fixed a query key inconsistency for company details to ensure data is correctly refetched after updates.
6 lines
215 B
TypeScript
6 lines
215 B
TypeScript
export * from "./useUsersQueries";
|
|
export * from "./useCompaniesQueries";
|
|
export * from "./useTenders";
|
|
export * from "./useCustomerQueries";
|
|
export * from "./useProfileQueries";
|
|
export * from "./useFeedbackQueries" |