* initial commit * fix build issues and configurable time duration * show in nav * Positive response rate by posting freshness * load today's jobs for charts * fix infinite refetching with onboarding gate * application to response rate * refactor charts to their own directory * bar hover color * Duration selector embedded in navbar * always load env * remove warning about low conversion rate * trend graph for applications per day * better copy * remove freshness response chart * bottom line chart color and tooltip improved * introduce check all command * fix lint * tests added and CI passing
5 lines
242 B
TypeScript
5 lines
242 B
TypeScript
export { ApplicationsPerDayChart } from "./ApplicationsPerDayChart";
|
|
export { ConversionAnalytics } from "./ConversionAnalytics";
|
|
export type { DurationValue } from "./DurationSelector";
|
|
export { DurationSelector } from "./DurationSelector";
|