-
Notifications
You must be signed in to change notification settings - Fork 24
Mc/3805/graphing #3828
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
lsabor
wants to merge
23
commits into
mc/3804/options-updating
Choose a base branch
from
mc/3805/graphing
base: mc/3804/options-updating
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
Mc/3805/graphing #3828
Conversation
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
e1c4a32 to
e20952a
Compare
79fda4e to
14589ea
Compare
e20952a to
b13ca96
Compare
14589ea to
08765bf
Compare
b13ca96 to
93face4
Compare
08765bf to
0b2e1bb
Compare
93face4 to
7d3de7f
Compare
0b2e1bb to
9f30a6e
Compare
hlbmtc
approved these changes
Nov 27, 2025
e45518c to
dde7a9b
Compare
9f30a6e to
f57b3b3
Compare
1c37b31 to
5d7fe8f
Compare
fix: show comments on medium screens (640px-1024px) in consumer views Changed ResponsiveCommentFeed display breakpoint from lg:block to sm:block to ensure comments are visible for screen widths between 640px and 1024px. Previously, comments were hidden in this range because the tabbed version was hidden at sm (≥640px) and the feed version only appeared at lg (≥1024px). Fixes #3846 Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: Sylvain <SylvainChevalier@users.noreply.github.com>
* S3 Posts history versioning * Small fix * Small adjustments * Fixed todo * Added smoke tests * Small fix * Connected admin layers * Added duplication prevention * Fixed formatting
Save initial version of post after approval
* get_average_coverage_for_questions function * Small fix * Small fix * Participation block frontend * Score Card V1 * Small refactor * Small refactor * Small refactor * Small fix * Score card overlapping resolution * Info toggle container integration * Adjusted animation * Small fix * Small fix * Score Card Adjustment * Small fix * Adjusted animation * Refactoring * Small fix * Fixed dark mode * Small fix * Additional Scores table implementation * Small fix * Small fix * Group Table Resolution implementation * Extra fixes * Movile improvements * Added conditions support * Deprecated ScoreDisplay component * Small refactoring * Added translations * Fixed mobile consumer views tabs * Fixed font weight 800 * Small fixes * Small fix * Small fix * Hide resolution block for Annulled questions * Fix * Fixed score labels * Small fix * Extra spot scores text * Adjusted copy * Adjusted badges align * Normalize scaling * Fixed scores scaling * Fixed table margin * Bring back forecastMaker for continuous questions * Adjustments * Added participation summary question tiles * Small fix * Dynamic scaleScores GAP * Small fix * Small fix
Bumps [django](https://github.com/django/django) from 5.1.14 to 5.1.15. - [Commits](django/django@5.1.14...5.1.15) --- updated-dependencies: - dependency-name: django dependency-version: 5.1.15 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
closes #3823 changes movement calculation to default to 0.0 if question has resolved at least 7 days ago removes the "open" filter from movement feed --------- Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: Luke Sabor <lsabor@users.noreply.github.com>
* fix: security vulnerability in react * fix: integration test * fix: add user seeding step * revert: integration test changes
This is intended to be used in the new Home page and it needs to have certain characteristics changed when the minimalistic mode is enabled
Bumps [h11](https://github.com/python-hyper/h11) from 0.14.0 to 0.16.0. - [Commits](python-hyper/h11@v0.14.0...v0.16.0) --- updated-dependencies: - dependency-name: h11 dependency-version: 0.16.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hlib <hlib@metaculus.com>
Fixed participation summary label
Ensure the center slider (square handle) appears on top of the right slider (circular handle) when they overlap at the right edge of the range. Added z-10 to active slider and z-0 to inactive sliders. Fixes #3853 Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: Sylvain <SylvainChevalier@users.noreply.github.com> Co-authored-by: Hlib <hlib@metaculus.com>
* Question Link Votes & Freshness implementation * Small fix * Small fix
5d7fe8f to
b57ac24
Compare
f57b3b3 to
d05a0c0
Compare
8a903be to
57be9ea
Compare
b57ac24 to
ca8ff4f
Compare
57be9ea to
83b8c0c
Compare
ca8ff4f to
479e350
Compare
83b8c0c to
edf9c4c
Compare
479e350 to
10fa85f
Compare
add admin form for changing options add comment author and text to admin panel action and mc change methods
forecast only current option values aggregation explorer disclaimer to forecast during grace period add option reordering (should be in mc/3804)
edf9c4c to
d96663a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
closes #3805