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>
5 years ago
Ginger Wong
34b3806806
low hanging cleanup for extrauser content
5 years ago
Ginger Wong
9bd1df8530
make consts; clean up get status
5 years ago
Ginger Wong
5efa67d605
generate avatar img with util
5 years ago
Ginger Wong
96258fc0f3
update document title
5 years ago
Ginger Wong
6803f7e7e8
header adjustments for small screens; adjust to new config structure;
5 years ago
Ginger Wong
b228d3a4e5
componentize user info
5 years ago
Ginger Wong
6c7af9ffae
clean up footer things
5 years ago
Gabe Kangas
5dffaf215b
Fix missing poster in the player. Closes #29
5 years ago
Ginger Wong
1a44a4bd2f
user content general layout
5 years ago
Ginger Wong
1ecf39c2f1
clean up social code
5 years ago
Ginger Wong
19dee67f2a
set up components and icons for optional creator's social pages; add airplay icon
5 years ago
Gabe Kangas
69da77b054
Fix short segment thumbnails. Move to JPG thumbs. Fix default thumb copy.
5 years ago
Gabe Kangas
26760b3be1
Rework how videojs is initialized
5 years ago
Ginger Wong
b39824b8c3
updates towards more customization
5 years ago
Gabe Kangas
3ce6026cc8
Simplify videojs init
5 years ago
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
5 years ago
Gabe Kangas
728b5fe3d7
Update videojs
5 years ago
Gabe Kangas
b0a73a99b9
Add ability to populate the content area in the page with a markdown file
5 years ago
Gabe Kangas
594e1c774a
Add ability to populate the content area in the page with a markdown file
5 years ago
Gabe Kangas
431c1a54e7
Split out status polling into own file
5 years ago
Gabe Kangas
b2f74adc02
Move player js to player.js. Update offline video clip.
5 years ago
Ginger Wong
aad1a407b8
take out unused event listeners; layout fixes
5 years ago
Gabe Kangas
c6e4ea8349
Use client-side config files to config things
5 years ago
Gabe Kangas
ca4932e2b4
Make the entire web page wrapped in a vue object
5 years ago
Ginger Wong
fd570a6f75
integrate desktop styles. clean up later
5 years ago
Ginger Wong
97c71771df
markup and styles for simple mobile only
5 years ago
Gabe Kangas
d7229a8c6d
Add AirPlay player button
5 years ago
Gabe Kangas
12d2973e9c
Finally give this thing a stupid real title
5 years ago
Ginger Wong
59ab5e9e98
add a delay before recalculating vh 😭
5 years ago
Ginger Wong
4497cc86c2
mobile hackery
5 years ago
Ginger Wong
567729f6f8
calc resize on android on message field focus
5 years ago
Gabe Kangas
7e959e3ba1
Add color hash for user avatar backgrounds
5 years ago
Ginger Wong
f864e57340
update colors using tailwind styles
5 years ago
Gabe Kangas
d9ce2c0575
Remove hardcoded urls
5 years ago
Ginger Wong
82b0d725c3
center play btn hack
5 years ago
Ginger Wong
c16cd50dbb
mobile style hacks
5 years ago
Gabe Kangas
11b842ec53
Remove sea theme
5 years ago
Ginger Wong
151dcb46d2
misc
5 years ago
Gabe Kangas
4e61848d31
Use sea theme just to get rid of that upper left hand corner play button
5 years ago
Ginger Wong
687920a4cd
more css
5 years ago
Ginger Wong
aead6d6b13
videojs video sizing hacks, other css
5 years ago
Gabe Kangas
a3c3276a48
Start of a web UI config
5 years ago
Gabe Kangas
c2d0d6e962
Remove ES6 arrow functions
5 years ago
Ginger Wong
50a59ef3c0
more clean up and fixins
5 years ago
Ginger Wong
0fa453044f
fix chat; get rid of jquery
5 years ago
Ginger Wong
2aaedd99b5
set up localstorage-able items
5 years ago
Gabe Kangas
ce41b6ad40
Show max viewers
5 years ago
Gabe Kangas
4553ae628b
Move to videojs and point to remote video on goth.land
5 years ago
Ginger Wong
5d787d25cd
form functionailties
5 years ago