dify - ✅(Solved) Fix plugin auto update time picker unexpected align to left [1 pull requests, 1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
langgenius/dify#35619Fetched 2026-04-29 06:36:31
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
1
Author
Timeline (top)
closed ×1commented ×1cross-referenced ×1labeled ×1

Root Cause

seems caused by the Timepicker migrate from PortalToFollowElem to Popover

Fix Action

Fixed

PR fix notes

PR #35621: fix: align auto update time picker to the right

Description (problem / solution / changelog)

[!IMPORTANT]

  1. Make sure you have read our contribution guidelines
  2. Ensure there is an associated issue and you have been assigned to it
  3. Use the correct syntax to link this PR: Fixes #<issue number>.

Summary

fix https://github.com/langgenius/dify/issues/35619

<!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> <!-- If this PR was created by an automated agent, add `From <Tool Name>` as the final line of the description. Example: `From Codex`. -->

Screenshots

BeforeAfter
......

Checklist

  • This change requires a documentation update, included: Dify Document
  • I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.
  • I ran make lint && make type-check (backend) and cd web && pnpm exec vp staged (frontend) to appease the lint gods

Changed files

  • web/app/components/base/date-and-time-picker/types.ts (modified, +1/-1)
  • web/app/components/plugins/reference-setting-modal/auto-update-setting/index.tsx (modified, +2/-2)
RAW_BUFFERClick to expand / collapse

Self Checks

  • I have read the Contributing Guide and Language Policy.
  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report, otherwise it will be closed.
  • 【中文用户 & Non English User】请使用英语提交,否则会被关闭 :)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

latest main

Cloud or Self Hosted

Self Hosted (Source)

Steps to reproduce

<img width="1316" height="1010" alt="Image" src="https://github.com/user-attachments/assets/ae2c0d98-af34-40f8-93eb-ea212f4c1d07" />

seems caused by the Timepicker migrate from PortalToFollowElem to Popover

✔️ Expected Behavior

should align to the right

❌ Actual Behavior

No response

extent analysis

TL;DR

The issue is likely caused by the migration of Timepicker from PortalToFollowElem to Popover, which may require adjustments to the alignment settings.

Guidance

  • Review the alignment settings for Timepicker in the Popover component to ensure they are correctly configured.
  • Check the CSS styles applied to Timepicker to see if they need to be updated to work with the new Popover component.
  • Verify that the Popover component is properly handling the alignment of its child elements, such as Timepicker.
  • Investigate if there are any known issues or limitations with the Popover component that could be causing the alignment problem.

Example

No code snippet can be provided without more context, but checking the alignment settings in the Popover component might look something like reviewing the align or placement properties.

Notes

The provided image and information suggest a visual alignment issue, but without more details about the code or configuration, it's difficult to provide a more specific solution.

Recommendation

Apply a workaround by adjusting the alignment settings in the Popover component, as the root cause seems to be related to the migration from PortalToFollowElem to Popover.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

dify - ✅(Solved) Fix plugin auto update time picker unexpected align to left [1 pull requests, 1 comments, 2 participants]