aboutsummaryrefslogtreecommitdiff
path: root/static/ts/components/vevent-block.ts
diff options
context:
space:
mode:
Diffstat (limited to 'static/ts/components/vevent-block.ts')
-rw-r--r--static/ts/components/vevent-block.ts12
1 files changed, 9 insertions, 3 deletions
diff --git a/static/ts/components/vevent-block.ts b/static/ts/components/vevent-block.ts
index 374cf103..90460740 100644
--- a/static/ts/components/vevent-block.ts
+++ b/static/ts/components/vevent-block.ts
@@ -16,10 +16,16 @@ import { VEvent } from '../vevent'
import { parseDate, to_local } from '../lib'
-/* <vevent-block />
+/**
+ A graphical block in the inline view.
- A grahpical block in the week view.
-*/
+ The back-end links what should become these to elements in the sidebar
+ containing extra info, jumping between them using fragment links.
+ That functionality is removed when we replace the non-js fallback children of
+ these elements, but we instead link it to a
+ {@linkcode components/popup-element.PopupElement}
+ containing the detailed information, along with editing controls and more.
+ */
class ComponentBlock extends ComponentVEvent {
constructor(uid?: string) {
super(uid);