pendulum-chain / pendulum-chain/pendulum
Bug: Direct Widget "Return Home" to Main Homepage
Open
Nobody has claimed this yet.
type:bug
- Dominant language
- Rust
- Stars
- 45
- Forks
- 13
- Avg merge
- 5d 15h
- Merged PRs (30d)
- 4
Description
As a widget user clicking "Return Home",
I want to go directly to vortexfinance.co (main homepage) instead of /widget → / redirect dance,
so that I get a clean, immediate exit from widget context to the main Vortex Finance site.
Acceptance Criteria
- Widget users clicking "Return Home" navigate directly to
vortexfinance.co(absolute URL). - Eliminate the confusing intermediate
/widget→/redirect sequence shown in recording. - Distinguish from other "Back" buttons that should stay in
/widgetcontext.
Examples
| Current Behavior | Fixed Behavior |
|---|---|
Widget → "Return Home" → /widget → / (main site, 2-step) |
Widget → "Return Home" → vortexfinance.co (direct, 1-step) |
| Confusing flash of widget page before homepage | Instant clean redirect to main site |
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Locate the widget's "Return Home" entry point and trace its current navigation, then verify that it uses an absolute URL to vortexfinance.co while other Back buttons remain in /widget context.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100