-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pane-based layout for the OKR timeline view #841
Conversation
petterhj
commented
Aug 25, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LVGTM! En liten greie jeg kommer over under testing: noen ganger når man klikker på et mål eller perioden, så forsvinner målene bak den panen som kommer inn fra høyre.
src/components/ProgressBar.vue
Outdated
@@ -1,51 +1,127 @@ | |||
<template> | |||
<div v-tooltip="label" class="progress"> | |||
<progress max="100" :value="Math.min(progression, 100)" :aria-label="label" /> | |||
<div class="progress-bar"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hvorfor gå bort fra å bruke <progress>
-elementet?
1fa4000
to
c2d7de2
Compare
Support objective lifting
Filter ownerOptions on keyResult
More tress adjustments
Remove useless conditional check (`user` would always evaluate to `true`; it is checked earlier in the same function).
Fix CodeQL warning about useless conditional
Fix sub KPI bindings
Make users able to create objective contributors for objectives on their item's parent item (🤯).
More objective contributors Firestore rule tweaks
Timeline interaction fixes