mirror of
https://github.com/lumehq/lume.git
synced 2025-03-17 21:32:32 +01:00
* wip: new sync * wip: restructure routes * update * feat: improve sync * feat: repost with multi-account * feat: improve sync * feat: publish with multi account * fix: settings screen * feat: add zap for multi accounts
38 lines
753 B
JSON
38 lines
753 B
JSON
[
|
|
{
|
|
"default": true,
|
|
"label": "onboarding",
|
|
"name": "Onboarding",
|
|
"description": "Tips for Mastering Lume.",
|
|
"url": "/columns/onboarding"
|
|
},
|
|
{
|
|
"default": true,
|
|
"label": "launchpad",
|
|
"name": "Launchpad",
|
|
"description": "Expand your experiences.",
|
|
"url": "/columns/launchpad"
|
|
},
|
|
{
|
|
"default": false,
|
|
"label": "search",
|
|
"name": "Search",
|
|
"description": "Find anything.",
|
|
"url": "/columns/search"
|
|
},
|
|
{
|
|
"default": false,
|
|
"label": "global_feeds",
|
|
"name": "Global Feeds",
|
|
"description": "All global notes from all connected relays.",
|
|
"url": "/columns/global"
|
|
},
|
|
{
|
|
"default": false,
|
|
"label": "trending",
|
|
"name": "Trending",
|
|
"description": "Discover all trending notes.",
|
|
"url": "/columns/trending"
|
|
}
|
|
]
|