Skip to content
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

Merged
merged 148 commits into from
Nov 13, 2023
Merged

Pane-based layout for the OKR timeline view #841

merged 148 commits into from
Nov 13, 2023

Conversation

petterhj
Copy link
Collaborator

2023-08-25 14 15 42 localhost 21894482d772

@petterhj petterhj requested a review from a team August 25, 2023 12:20
Copy link
Collaborator

@simenheg simenheg left a 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/locale/locales/nb-NO.json Outdated Show resolved Hide resolved
src/components/panes/PaneWrapper.vue Outdated Show resolved Hide resolved
@@ -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">
Copy link
Collaborator

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?

src/components/widgets/WidgetWrapper.vue Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
src/store/index.js Fixed Show fixed Hide fixed
annemerete and others added 19 commits November 7, 2023 14:40
Remove useless conditional check (`user` would always evaluate to
`true`; it is checked earlier in the same function).
Fix CodeQL warning about useless conditional
Make users able to create objective contributors for objectives on
their item's parent item (🤯).
More objective contributors Firestore rule tweaks
@petterhj petterhj removed the wait Don't merge yet label Nov 13, 2023
@petterhj petterhj merged commit 5ddc4cd into main Nov 13, 2023
3 checks passed
@petterhj petterhj deleted the three-pane-okrs branch November 13, 2023 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants