1
0
mirror of https://github.com/nolanlawson/pinafore synced 2024-12-14 03:05:41 +01:00
Pinafore-Web-Client-Frontend/routes/_static/timelines.js

8 lines
208 B
JavaScript
Raw Normal View History

export const TIMELINE_BATCH_SIZE = 20
export const timelines = {
2018-01-19 08:37:43 +01:00
home: { name: 'home', label: 'Home' },
local: { name: 'local', label: 'Local' },
federated: { name: 'federated', label: 'Federated' }
}