-
Notifications
You must be signed in to change notification settings - Fork 8
Feature/no ref/add backend timeline #360
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
Open
KaiWaldrant
wants to merge
46
commits into
main
Choose a base branch
from
feature/no-ref/add-backend-timeline
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 12 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
4f257e2
update submodules
KaiWaldrant bcbfca9
update github actions
KaiWaldrant f2155d7
Add timeline
KaiWaldrant 8888a16
add css
KaiWaldrant 12d929f
WIP
KaiWaldrant 6b50bbe
fix actions
KaiWaldrant 30a8934
fix typo
KaiWaldrant 30ce83a
Use R instead of python
KaiWaldrant 1aff679
fix supabase_url
KaiWaldrant dc068f4
ci force
KaiWaldrant 29ff0cd
fix typo
KaiWaldrant 7656eed
add os env
KaiWaldrant 72bfe9b
Update .github/workflows/quarto_netlify.yml
rcannood a58dd98
WIP
KaiWaldrant 89c59f8
WIP
KaiWaldrant 509d5de
Update timeline and add url
KaiWaldrant 0306278
use first_release
KaiWaldrant 231bc4f
Merge remote-tracking branch 'origin/main' into feature/no-ref/add-ba…
KaiWaldrant 0969c43
WIP
KaiWaldrant 24d5a7c
WIP
KaiWaldrant 6a92955
WIP render first version
KaiWaldrant a3a8b31
remove js
KaiWaldrant bd1de51
WIP add color
KaiWaldrant c461fa7
WIP legend
KaiWaldrant 408ec94
update submobule
KaiWaldrant 487f369
fix legend output
KaiWaldrant e116d4a
WIP legend
KaiWaldrant 71436dc
WIP new legend
KaiWaldrant 6cf6dff
wip working legend
KaiWaldrant e617021
Set style in css file
KaiWaldrant 87caed8
Try vertical timeline
KaiWaldrant 3265de3
WIP add alternate timeline
KaiWaldrant 2724de5
Add timeline variations
KaiWaldrant 6d81a1a
set aggregate to month
KaiWaldrant 8a4dbf9
fix timeline
KaiWaldrant 895fa6b
WIP alternate timeline
KaiWaldrant 469800e
WIP alternative timeline
KaiWaldrant b55a0b7
add legend and fix Y ticks labels
KaiWaldrant 6731d73
Merge remote-tracking branch 'origin/main' into feature/no-ref/add-ba…
KaiWaldrant 6fe4e1f
fix hover and timeline position on alternate
KaiWaldrant 7b59c5f
remove timeline 1 and 2
KaiWaldrant 5f6418e
[WIP] update timeline css
KaiWaldrant 7eb8531
update submodules
KaiWaldrant fa86cf4
change timeline filename
KaiWaldrant 689b0e0
fix centering
KaiWaldrant b725445
update changelog
KaiWaldrant File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule _core
updated
11 files
Submodule _openproblems
updated
513 files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,111 @@ | ||
| .milestones__category_label { | ||
| display: inline-block; | ||
| text-align: right; | ||
| font-size: 14px; | ||
| margin-top: -4px; | ||
| } | ||
| .milestones__horizontal_line { | ||
| position: absolute; | ||
| background-color: #000; | ||
| height: 3px; | ||
| margin-top: 4px; | ||
| margin-left: 5.5px; | ||
| border-radius: 1.5px; | ||
| } | ||
| .milestones__vertical_line { | ||
| position: absolute; | ||
| background-color: #000; | ||
| width: 3px; | ||
| margin-left: 4px; | ||
| margin-bottom: 5.5px; | ||
| border-radius: 1.5px; | ||
| } | ||
| .milestones__group { | ||
| position: absolute; | ||
| font-family: sans-serif; | ||
| font-size: 10px; | ||
| } | ||
| .milestones__group__bullet { | ||
| background-color: #fff; | ||
| border: 3px solid #333; | ||
| border-radius: 50%; | ||
| width: 0px; | ||
| height: 0px; | ||
| padding: 2.5px; | ||
| } | ||
| .milestones__group__label-horizontal, | ||
| .milestones__group__label-vertical { | ||
| position: absolute; | ||
| padding: 0; | ||
| color: #666; | ||
| } | ||
| .milestones__group__label-horizontal { | ||
| border-left: 1px solid #000; | ||
| margin-left: 5px; | ||
| } | ||
| .milestones__group__label-horizontal div { | ||
| position: relative; | ||
| margin-left: 3px; | ||
| display: inline-block; | ||
| } | ||
| .milestones__group__label-vertical { | ||
| padding-left: 10px; | ||
| padding-bottom: 0px; | ||
| border-bottom: 1px solid #000; | ||
| margin-bottom: -5.5px; | ||
| margin-left: 10px; | ||
| bottom: 100%; | ||
| overflow: visible; | ||
| } | ||
| .milestones__group__label-vertical .wrapper { | ||
| min-width: 100px; | ||
| max-width: 300px; | ||
| border-left: 1px solid black; | ||
| border-bottom: 1px solid white; | ||
| margin-bottom: -1px; | ||
| padding-left: 5px; | ||
| } | ||
| .milestones__group__label-above-horizontal { | ||
| bottom: 100%; | ||
| } | ||
| .milestones__group__label-above-vertical { | ||
| padding-left: 0px; | ||
| padding-right: 10px; | ||
| right: 100%; | ||
| text-align: right; | ||
| } | ||
| .milestones__group__label-above-vertical .wrapper { | ||
| border-left: 0; | ||
| border-right: 1px solid black; | ||
| padding-left: 0px; | ||
| padding-right: 5px; | ||
| } | ||
| .milestones__group__label-last { | ||
| right: 100%; | ||
| border-left: 0; | ||
| border-right: 1px solid #000; | ||
| margin-left: 0; | ||
| margin-right: -6px; | ||
| text-align: right; | ||
| } | ||
| .milestones__group__label-last div { | ||
| margin-left: 0px; | ||
| margin-right: 3px; | ||
| } | ||
| .milestones__group__label__text-vertical { | ||
| display: table-cell; | ||
| vertical-align: bottom; | ||
| } | ||
| .milestones__group__label__text__title { | ||
| color: #000; | ||
| font-weight: bold; | ||
| font-size: 11px; | ||
| white-space: nowrap; | ||
| } | ||
| .milestones__group__label__text__event { | ||
| cursor: pointer; | ||
| } | ||
| .milestones__group__label__text__event--hover { | ||
| background: #efefef; | ||
| color: #313131; | ||
| } |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.