open-eyebeam / client

Svelte.js frontend for open.eyebeam
https://open.eyebeam.org
1 stars 1 forks source link

frontend refactor #85

Open hobg0blin opened 8 months ago

hobg0blin commented 8 months ago
rlho commented 5 months ago
src/
├── components/
│   ├── ui/
│   |.  ├── content-parsers/
│   │   ├── graphics/
│   │   ├── layout/
│   │   ├── ??/
│   │   │   ├── ArticleBox.svelte
│   │   │   ├── Qa.svelte
│   │   │   └── SeeAlso.svelte
│   │   ├── links/
│   │   │   ├── PersonLinkList.svelte
│   │   │   └── PersonLink.svelte
│   │   ├── overlays/
│   |.  |.  ├── chat/
│   │   ├── text/
│   │   ├── Clock.svelte
│   │   ├── MetaData.svelte
│   │   └── PhoneNavigation.svelte
│   └── media/
|   |.  ├── videoLibraries/
|   |.  ├── StreamPlayers
|   |.  ├── VideoPlayers
│   └── world/
└──