fix(bounty): settings polish — full-width tabs, editable timeline, drop back link#679
Conversation
Settings content now fills the width (removed the max-w-2xl caps on the tabs, page container spans full width) and the back-to-dashboard link is gone, matching the hackathon organizer settings which has neither.
|
@Benjtalkshow is attempting to deploy a commit to the Threadflow Team on Vercel. A member of the Team first needs to authorize it. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The Timeline tab now edits the off-chain application window close (the one timeline field not anchored on-chain); the submission deadline stays read-only with an on-chain badge. Moved the application-window field out of the General tab so it lives with the timeline it belongs to.
What
Settings-page polish on the bounty organizer settings (follow-up to #678):
max-w-2xlcaps on the tab content and let the page container span full width, so content extends to the edge instead of a narrow column.applicationWindowCloseAt, enforced by a backend cron) is now editable there, with a Save that PATCHes the off-chain endpoint. The submission deadline stays read-only with an "On-chain" badge (anchored in the escrow at publish). Moved the application-window field out of the General tab so it lives with the timeline it belongs to.On-chain vs off-chain (Timeline)
create_eventarg) → read-only.Verification
tsc --noEmit— 0 errors.eslint .— clean.