URL and routing¶
The SPA syncs primary navigation state to window.location.search so links are shareable and the back button works.
Page routing¶
Param |
Values |
Effect |
|---|---|---|
|
|
Main shell |
Default when omitted: home (parseAppPage in src/App.tsx).
Home / Explore tabs¶
Param |
Values |
|---|---|
|
|
Home refresh source¶
Param |
Values |
|---|---|
|
|
Synced with Timeline source dropdown + sessionStorage ix_home_feed_mode. Prefer home=live for production testing.
Explore search¶
Param |
Values |
|---|---|
|
Search query string |
|
|
Corpus time windows¶
Param |
Values |
|---|---|
|
|
|
Legacy alias for |
XGaming¶
Param |
Values |
|---|---|
|
|
|
Supported game id in stream rail |
One-shot maintenance¶
Param |
Action |
|---|---|
|
Confirm → wipe RxDB + caches → reload |
|
Clear seen history (no full wipe) |
Param is removed from the URL after handling.
OAuth return¶
After X OAuth, user lands on app origin with session cookie set; frontend URL from FRONTEND_URL in server .env.
Examples¶
https://liveandletdev.com/?page=home&tab=top&home=live
https://liveandletdev.com/?page=explore&q=ai&source=live&tab=top
https://liveandletdev.com/?page=ranking&home=live
https://liveandletdev.com/?page=xgaming&xgtab=ladder
https://docs.liveandletdev.com/