jwetzell
e85dd8f248
add option in menu to toggle sidebar
2024-01-15 16:13:01 -06:00
jwetzell
9280b5721a
Merge pull request #149 from stagehacks/plugin-psn
...
Add PSN plugin
2023-10-02 17:42:33 -05:00
sparks-alec
8f5e8be1ff
again, don't redraw device views clicked
...
This should be a more robust fix.
2023-10-01 02:05:55 -04:00
sparks-alec
5b2199b601
Revert "Don't redraw device views when you click on them"
...
This reverts commit f433a9983c .
2023-10-01 01:45:47 -04:00
sparks-alec
c5b5d350f2
Fix bug preventing heartbeats from happening
...
d.port is undefined on all plugins now! So heartbeats basically never happened! Devices would then time out and attempt to reconnect, do that, and then redraw.
2023-10-01 01:42:58 -04:00
sparks-alec
f433a9983c
Don't redraw device views when you click on them
2023-10-01 01:40:32 -04:00
jwetzell
8f59f2a0ba
add host info to plugin.data call
2023-09-12 12:52:14 -05:00
sparks-alec
e896bd5f52
Merge branch 'main' into plugin-digico-sd
2023-06-23 03:23:10 -04:00
sparks-alec
3c17c0a980
new app icon
2023-06-13 03:24:55 -04:00
sparks-alec
679fee26f7
close sockets when device is deleted
...
this has been broken for awhile probably oops
2023-06-13 00:15:12 -04:00
sparks-alec
6e92891f6c
signal when data is received
...
previously we only signaled when sent!
2023-06-12 01:13:13 -04:00
sparks-alec
930b4daf16
bugfix signal when no device views
2023-06-12 00:43:32 -04:00
sparks-alec
5accc828db
clean up active device selection
...
when clicking first column
2023-06-11 22:59:24 -04:00
sparks-alec
eb1d120345
fix scrollbar color on transparent areas
2023-06-11 22:49:26 -04:00
sparks-alec
719e5fce41
Merge branch 'main' of https://github.com/stagehacks/Cue-View
2023-06-11 22:47:27 -04:00
sparks-alec
5025ff3694
hide vertical overflow on device list
2023-06-11 22:47:13 -04:00
sparks-alec
cf364a7381
add traffic indicator to each view
2023-06-11 22:29:01 -04:00
sparks-alec
00c8a30221
change network message interval to 10ms
2023-05-24 11:20:42 -04:00
sparks-alec
980bd0e1ee
add separate network queue loop and indicator
2023-05-24 03:27:47 -04:00
sparks-alec
e90aa6fc17
add a queue for all sent messages
2023-05-19 03:32:10 -04:00
jwetzell
9f8e0e260d
Merge branch 'main' into plugin-atem
2023-03-17 09:47:26 -05:00
jwetzell
be657f2341
remove rogue semi-colon
...
Man this was driving me insane trying to find the source of this semi-colon
2023-02-08 16:46:54 -06:00
jwetzell
be3899a8f6
add search for sending udp direct to IPs for ATEM
2023-02-07 12:54:10 -06:00
jwetzell
bd6757c99f
convert to different atem library. Add FTB and DSK
2023-02-07 00:35:12 -06:00
jwetzell
8d70d9d246
add atem transition bar
2023-01-26 02:02:33 -06:00
sparks-alec
35245ff17f
add device config to disable changing local port
2023-01-26 02:25:47 -05:00
sparks-alec
333d1c09e9
split device port into local and remote ports
2023-01-26 02:21:05 -05:00
jwetzell
6f0e528164
basic atem connection/display working
2023-01-26 00:48:06 -06:00
jwetzell
65996e0e7a
fix closing div tag
2023-01-26 00:18:59 -06:00
sparks-alec
a023ad4ce5
initial prototype
2023-01-25 23:01:14 -05:00
sparks-alec
4ac28ce19d
lil style tweak for plugin error screens
2023-01-25 23:00:20 -05:00
jwetzell
aa4397ba56
cleanup templating
2023-01-22 13:01:35 -06:00
sparks-alec
f31ba8ae73
remove old debug
2023-01-09 19:23:28 -05:00
jwetzell
0d235b5c61
remove logging and commented code
2023-01-09 09:11:52 -06:00
sparks-alec
6ccfd92db3
make device active when its view is clicked
2023-01-09 00:58:29 -05:00
sparks-alec
1d689ef6c5
Revert "clicking on a device column makes it the active the device"
...
This reverts commit 205f407266 .
2023-01-09 00:12:52 -05:00
sparks-alec
205f407266
clicking on a device column makes it the active the device
2023-01-08 23:51:55 -05:00
sparks-alec
ee3e79bef0
remove alec's terrible old code
2023-01-08 23:24:04 -05:00
sparks-alec
ababf93e2b
bugfix basically everything about heartbeats
2023-01-08 23:11:07 -05:00
sparks-alec
d810f3ed40
make a newly manually added device the active device
2023-01-08 22:17:14 -05:00
sparks-alec
1d7ff53c9f
remove lodash!
2023-01-08 22:13:26 -05:00
sparks-alec
c8a23ee2b3
close TCP sockets before deleting device
...
prevents a situation where active TCP traffic would prevent a device from being visually deleted
2023-01-08 22:12:31 -05:00
sparks-alec
9d3980cda9
Merge branch 'main' of https://github.com/stagehacks/Cue-View
2023-01-08 21:47:17 -05:00
sparks-alec
e5cba677db
bugfix #46 dupe device loading
2023-01-08 21:47:15 -05:00
jwetzell
341d093645
organize assets like images and stylesheets
2023-01-06 09:42:01 -06:00
jwetzell
778173b118
replace indexOf with includes where possible
2023-01-05 08:51:31 -06:00
sparks-alec
c3f64cd842
clearer feedback when too many hosts
...
Instead of preventing search when the subnet is too large, restrict the search area to part of the subnet and provide feedback about which hosts are to be searched.
2023-01-05 02:30:47 -05:00
sparks-alec
32c655fb43
prevent title text from overlapping the pin icon
2023-01-05 01:57:29 -05:00
sparks-alec
8e0fb1b474
correct system font
2023-01-05 01:29:41 -05:00
sparks-alec
e91e5a1a43
add Network Info window
2023-01-05 01:29:31 -05:00