gingervitis
42b0b05d78
App Javascript refactor ( #56 )
...
* objectify app away from window. wip
* fix messaging obj binding; put logo behind video; fix /null issue with temp logo image
* first pass at js refactor
* remove unused files that had been consolidated during refactor
* set up vue before getting config
* add a few comments
* dont use big arrow function, just bind, for safari
* add airplay after instantiating video; check if input exists before disabling it;:
* only set poster on pause during playback, and onEnded; take out sample videoJS tech options
* disable chat after 5mins after going offline
* move 'online' class to video container as it conflicts with dynamically change classnames from non-vue sources
* disable chat based on lastdisconnecttime
* fix typo; do offline mode onEnded instead of status offline
* move offline ui display things to offline mode function; move poster setting on pause to main app to keep player obj cleaner; use opacity to hide video element on offline as sometimes control bars may still linger with vis:hidden
* fixes'
* don't autoplay. just show play button when stream is online so that it's easier to start playign without looking for the unmute button
* clean up console logs
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2020-07-16 12:17:05 -07:00
Ginger Wong
34b3806806
low hanging cleanup for extrauser content
2020-07-05 01:29:48 -07:00
Ginger Wong
9bd1df8530
make consts; clean up get status
2020-07-05 01:08:22 -07:00
Ginger Wong
5efa67d605
generate avatar img with util
2020-07-04 22:34:00 -07:00
Ginger Wong
96258fc0f3
update document title
2020-07-03 18:10:57 -07:00
Ginger Wong
6803f7e7e8
header adjustments for small screens; adjust to new config structure;
2020-06-30 02:36:10 -07:00
Ginger Wong
b228d3a4e5
componentize user info
2020-06-28 17:15:53 -07:00
Ginger Wong
6c7af9ffae
clean up footer things
2020-06-28 15:08:08 -07:00
Gabe Kangas
5dffaf215b
Fix missing poster in the player. Closes #29
2020-06-24 14:34:22 -07:00
Ginger Wong
1a44a4bd2f
user content general layout
2020-06-21 01:31:08 -07:00
Ginger Wong
1ecf39c2f1
clean up social code
2020-06-21 00:07:57 -07:00
Ginger Wong
19dee67f2a
set up components and icons for optional creator's social pages; add airplay icon
2020-06-20 23:41:13 -07:00
Gabe Kangas
69da77b054
Fix short segment thumbnails. Move to JPG thumbs. Fix default thumb copy.
2020-06-18 17:56:06 -07:00
Gabe Kangas
26760b3be1
Rework how videojs is initialized
2020-06-18 14:38:06 -07:00
Ginger Wong
51b79287c5
Merge branch 'master' of https://github.com/gabek/owncast
2020-06-18 10:25:58 -07:00
Ginger Wong
b39824b8c3
updates towards more customization
2020-06-18 10:24:54 -07:00
Gabe Kangas
3ce6026cc8
Simplify videojs init
2020-06-18 01:24:09 -07:00
Ginger Wong
d15080db11
Merge branch 'master' of https://github.com/gabek/owncast
2020-06-18 00:12:39 -07:00
Ginger Wong
cf27b157e6
- fix chrome mobile form focus bug by specifying class. when form focuses media query widths change and may think portrait is in landcape and therefore hide the form.
...
- cleanup now unused methods
- jump to bottom from vue prop listener
2020-06-18 00:06:10 -07:00
Gabe Kangas
728b5fe3d7
Update videojs
2020-06-17 21:14:58 -07:00
Gabe Kangas
b0a73a99b9
Add ability to populate the content area in the page with a markdown file
2020-06-17 20:56:24 -07:00
Gabe Kangas
594e1c774a
Add ability to populate the content area in the page with a markdown file
2020-06-17 20:20:28 -07:00
Gabe Kangas
431c1a54e7
Split out status polling into own file
2020-06-17 16:35:47 -07:00
Gabe Kangas
b2f74adc02
Move player js to player.js. Update offline video clip.
2020-06-17 16:25:27 -07:00
Ginger Wong
aad1a407b8
take out unused event listeners; layout fixes
2020-06-17 10:39:13 -07:00
Gabe Kangas
c6e4ea8349
Use client-side config files to config things
2020-06-16 18:58:03 -07:00
Gabe Kangas
ca4932e2b4
Make the entire web page wrapped in a vue object
2020-06-16 18:36:11 -07:00
Ginger Wong
195fe5d9e3
Merge branch '0615-layoutrefactor'
2020-06-16 02:16:21 -07:00
Ginger Wong
fd570a6f75
integrate desktop styles. clean up later
2020-06-16 02:09:29 -07:00
Ginger Wong
97c71771df
markup and styles for simple mobile only
2020-06-15 23:32:26 -07:00
Gabe Kangas
d7229a8c6d
Add AirPlay player button
2020-06-15 20:12:24 -07:00
Gabe Kangas
12d2973e9c
Finally give this thing a stupid real title
2020-06-15 18:20:42 -07:00
Ginger Wong
59ab5e9e98
add a delay before recalculating vh 😭
2020-06-15 15:55:57 -07:00
Ginger Wong
4497cc86c2
mobile hackery
2020-06-15 15:45:55 -07:00
Ginger Wong
a9f8ee9956
Merge branch 'master' of https://github.com/gabek/owncast
2020-06-15 13:43:48 -07:00
Ginger Wong
567729f6f8
calc resize on android on message field focus
2020-06-15 13:43:41 -07:00
Gabe Kangas
7e959e3ba1
Add color hash for user avatar backgrounds
2020-06-15 13:42:34 -07:00
Ginger Wong
986c168d07
Merge branch 'master' of https://github.com/gabek/owncast
2020-06-15 00:15:36 -07:00
Ginger Wong
f864e57340
update colors using tailwind styles
2020-06-14 23:12:58 -07:00
Gabe Kangas
d9ce2c0575
Remove hardcoded urls
2020-06-14 22:27:02 -07:00
Ginger Wong
82b0d725c3
center play btn hack
2020-06-14 21:27:50 -07:00
Ginger Wong
67acfeb6f5
Merge branch '0614gw-updates'
2020-06-14 21:15:03 -07:00
Ginger Wong
c16cd50dbb
mobile style hacks
2020-06-14 21:14:42 -07:00
Gabe Kangas
11b842ec53
Remove sea theme
2020-06-14 19:15:24 -07:00
Ginger Wong
1b2b7248fc
Merge branch 'master' into 0614gw-updates
2020-06-14 18:20:24 -07:00
Ginger Wong
151dcb46d2
misc
2020-06-14 18:20:04 -07:00
Gabe Kangas
4e61848d31
Use sea theme just to get rid of that upper left hand corner play button
2020-06-14 18:12:06 -07:00
Ginger Wong
687920a4cd
more css
2020-06-14 17:02:10 -07:00
Ginger Wong
aead6d6b13
videojs video sizing hacks, other css
2020-06-14 16:32:39 -07:00
Gabe Kangas
a3c3276a48
Start of a web UI config
2020-06-14 15:18:43 -07:00