|
bb40859ad0
|
Merge pull request 'add links to about page' (#23) from about-links into main
Reviewed-on: 0x2620/aab21#23
|
2021-10-24 15:19:50 +00:00 |
|
Sanjay B
|
8a061ceda3
|
add links to about page
|
2021-10-24 20:47:40 +05:30 |
|
|
49a480e1a8
|
Merge branch 'main' of git.0x2620.org:0x2620/aab21 into main
|
2021-10-24 20:36:00 +05:30 |
|
|
92f811e78b
|
add wrong font css class
|
2021-10-24 20:35:50 +05:30 |
|
|
f246c22a01
|
Merge pull request 'convert set to list to make JSON serializable' (#22) from fix-text-cache into main
Reviewed-on: 0x2620/aab21#22
|
2021-10-24 14:26:17 +00:00 |
|
Sanjay B
|
32ec2f6f69
|
convert set to list to make JSON serializable
|
2021-10-24 19:54:46 +05:30 |
|
|
e318c1d42b
|
Merge branch 'main' of git.0x2620.org:0x2620/aab21 into main
|
2021-10-24 19:13:09 +05:30 |
|
|
394df9263c
|
update home page styles
|
2021-10-24 19:13:02 +05:30 |
|
|
3bbff48b49
|
load poster frame, #19
|
2021-10-24 14:00:35 +01:00 |
|
|
8c0d2d81cb
|
Merge pull request 'dont use document.fullscreen, fixes #18' (#21) from no-document-fullscreen into main
Reviewed-on: 0x2620/aab21#21
|
2021-10-24 12:21:59 +00:00 |
|
Sanjay B
|
34c1a993f2
|
dont use document.fullscreen, fixes #18
|
2021-10-24 17:50:17 +05:30 |
|
|
a457f2e68d
|
update about page with gradient for bg and text
|
2021-10-24 16:40:51 +05:30 |
|
|
09d3dcc43d
|
Merge pull request 'remember video last time-code and set to that when user clicks play again on film page' (#17) from remember-video-tc into main
Reviewed-on: 0x2620/aab21#17
|
2021-10-24 10:41:34 +00:00 |
|
|
1326aeb627
|
update about page with suggested changes
|
2021-10-24 14:35:19 +05:30 |
|
Sanjay B
|
209c3dc2fd
|
remember video last time-code and set to that when user clicks play again on film page
|
2021-10-24 14:31:55 +05:30 |
|
|
6d954c79dd
|
make ids unique, don't throw execption, store empty annotations
|
2021-10-23 15:36:13 +01:00 |
|
|
435b6965b7
|
remove video on error, remove logging
|
2021-10-23 15:18:30 +01:00 |
|
|
8f15db7d81
|
fix background + text animation
|
2021-10-23 15:13:13 +01:00 |
|
|
2937c0ba01
|
.texts is used elsewhere
|
2021-10-23 15:10:07 +01:00 |
|
|
5c356abdaa
|
Merge pull request 'Cache annotations in Text model' (#13) from cache-annotations into main
Reviewed-on: 0x2620/aab21#13
|
2021-10-23 13:22:03 +00:00 |
|
|
0cf6e13e90
|
Merge pull request 'add null=True to vimeo_id field so db allows NULLable, add migration' (#14) from video-vimeo-id into main
Reviewed-on: 0x2620/aab21#14
|
2021-10-23 13:20:16 +00:00 |
|
|
be4fcd4c30
|
minor css fix for nav
|
2021-10-23 17:54:31 +05:30 |
|
|
496dbbfff1
|
add alternate home page
|
2021-10-23 17:53:09 +05:30 |
|
Sanjay B
|
9f66387e34
|
add null=True to vimeo_id field so db allows NULLable, add migration
|
2021-10-23 16:24:40 +05:30 |
|
|
bb986912de
|
update about page with suggestions from CAMP
|
2021-10-23 15:56:36 +05:30 |
|
Sanjay B
|
2954e9e83d
|
remove print debugs
|
2021-10-23 15:46:42 +05:30 |
|
Sanjay B
|
4d1f6dc1aa
|
output annotations in text json
|
2021-10-23 15:45:25 +05:30 |
|
Sanjay B
|
cac92d94f0
|
add annotations field to Text model, fetch annotations on Save
|
2021-10-23 15:41:42 +05:30 |
|
|
38793f69c3
|
only set public on create
|
2021-10-22 17:36:55 +01:00 |
|
|
7f984cb416
|
remove unused models from admin
|
2021-10-22 17:35:07 +01:00 |
|
|
bb233d7072
|
put related assembiles below
|
2021-10-22 17:20:26 +01:00 |
|
|
3dbd3962c8
|
relate safe
|
2021-10-22 17:16:18 +01:00 |
|
|
e5195da141
|
also include related
|
2021-10-22 17:15:06 +01:00 |
|
|
81e6770867
|
Merge pull request 'feature/about-ui' (#12) from feature/about-ui into main
Reviewed-on: 0x2620/aab21#12
|
2021-10-22 14:49:41 +00:00 |
|
|
357c6abe30
|
replace some text with updated text in commit 213f832f52
|
2021-10-22 19:53:50 +05:30 |
|
|
323a86a5e9
|
fix merge conflicts with About page
|
2021-10-22 19:41:52 +05:30 |
|
|
f6236df70d
|
typo
|
2021-10-22 13:40:24 +01:00 |
|
|
962bb72fe8
|
remove executable flag from html files
|
2021-10-22 13:38:54 +01:00 |
|
|
4f93c9fcf9
|
Merge pull request 'feature/film-timeline' (#11) from feature/film-timeline into main
Reviewed-on: 0x2620/aab21#11
|
2021-10-22 12:37:58 +00:00 |
|
|
4f625793d0
|
split animations for text and background into 2 separate keyframe animations
|
2021-10-22 17:31:38 +05:30 |
|
|
de2b0d9064
|
fix merge conflicts
|
2021-10-22 17:21:58 +05:30 |
|
|
b6819c2d30
|
update timeline page
|
2021-10-22 17:16:00 +05:30 |
|
|
f265723500
|
refactor ascroll, use annotations from config or load from item/edit
|
2021-10-22 12:25:32 +01:00 |
|
|
cc365baf88
|
Merge branch 'main' into feature/film-timeline
|
2021-10-22 16:23:57 +05:30 |
|
|
42e7dfb980
|
iOS wants playsinline
|
2021-10-22 11:32:47 +01:00 |
|
|
698f118b25
|
add object-fit to make video full bleed
|
2021-10-22 15:57:30 +05:30 |
|
|
5bad648fe0
|
fix play button
|
2021-10-22 10:57:45 +01:00 |
|
|
6ed4aa02d8
|
transparent menu
|
2021-10-22 10:57:40 +01:00 |
|
|
7869645409
|
add about partial file
|
2021-10-22 15:23:56 +05:30 |
|
|
160fac556a
|
split background and anmimated title colors
|
2021-10-22 10:32:26 +01:00 |
|