#2662: Animated.jsx
projectforge-webapp/src/components/design/input/chevron/Animated.jsx React component, projectforge-webapp/src/components/design/input/chevron/Animated.jsx 18 lines · 15 code · 0 comments · 3 blank
`AnimatedChevron` component rendering an animated arrow indicator for sort direction in table column headers. Accepts a `direction` prop with values 'neutral', 'ASCENDING', or 'DESCENDING' and applies corresponding CSS classes from `Chevron.module.scss` with smooth transition animations between sort states. Uses PropTypes for prop validation.
Git History
cc3307fbe implemented client sort order