- You are looking at {member.name}'s progress.{' '} - - View your progress - - . -
-
- View your progress
-
+
+ You can{' '}
+ {' '}
+ to update your progress below.
+
+ Your Progress
+
+
- on the roadmap page. - -
-+ You are looking at {member.name}'s progress.{' '} + + View your progress + + . +
++ View your progress + + on the roadmap page. + +
+
{progressPercentage}% Done
diff --git a/src/components/TeamProgress/ProgressHint.tsx b/src/components/TeamProgress/ProgressHint.tsx
new file mode 100644
index 000000000..ade88dc57
--- /dev/null
+++ b/src/components/TeamProgress/ProgressHint.tsx
@@ -0,0 +1,70 @@
+import { useRef } from 'preact/hooks';
+import { useOutsideClick } from '../../hooks/use-outside-click';
+import { useKeydown } from '../../hooks/use-keydown';
+import { CloseIcon } from '../ReactIcons/CloseIcon';
+
+type ProgressHintProps = {
+ onClose: () => void;
+};
+
+export function ProgressHint(props: ProgressHintProps) {
+ const { onClose } = props;
+ const containerEl = useRef Use the keyboard shortcuts listed below.
+
+
+