2491 Commits (2a2a168ede2969be495c11652075e82f32efdc27)

Author SHA1 Message Date
Gabe Kangas 98b122f8c5 Add select all button to modals 5 years ago
Gabe Kangas f3d4d095ae Throw error if one exists so the UI can respond 5 years ago
Gabe Kangas cb5b1aec0e Link webhooks and access token pages to documentation 5 years ago
Gabe Kangas d4d08a8307 Add HAS_ADMIN_ACCESS scope 5 years ago
Gabe Kangas e0f6f73f05 Add some simple validation to access token and webhook forms 5 years ago
Gabe Kangas 7b6fd6a93d Change integration API paths 5 years ago
Gabe Kangas 7e07c7d5ce Add integrations to the sidebar nav 5 years ago
gingervitis b4aad7ccf7 dark mode accommodations 5 years ago
gingervitis 627fa54db5 try and fix a ts error 5 years ago
gingervitis 7f06da27b6 comment update 5 years ago
gingervitis 051b0ac03f add message viz toggle component to be able to toggle one chat message at a time; address https://github.com/owncast/owncast/issues/568 5 years ago
Gabe Kangas 8e7e6c1c08 Add tooltip and tag colors 5 years ago
Gabe Kangas a74dc31dd4 Centralize available scopes 5 years ago
Gabe Kangas 0012fbb4d1 push -> concat 5 years ago
Gabe Kangas ae1e8c5e74 New webhooks management admin page 5 years ago
Gabe Kangas cd9fead87a Add single new token to list on save 5 years ago
Gabe Kangas 45337d0bea Cleanup 5 years ago
Gabe Kangas a6cd3a1a5f Fix build error 5 years ago
Gabe Kangas dd78f7c12b First pass at access token creation page 5 years ago
Gabe Kangas cdd3525e4e Link to new help page from offline notice 5 years ago
Thilo Billerbeck 82bcff444a changed some code formatting spaces for text formatting to nbsp 5 years ago
Jannik 5fdc881122 fix: text-alignments of chat messages 5 years ago
Jannik fe4f578d60 add chatReloadInterval 5 years ago
Thilo Billerbeck 470d987551 added basic responsiveness 5 years ago
Thilo Billerbeck 5a345e1d52 open button links in new tab 5 years ago
Thilo Billerbeck fbff547bae fixed links 5 years ago
Gabe Kangas 55ca050575 This seems to build? 5 years ago
gingervitis 1d30530afd other TS cleanup 5 years ago
gingervitis 12201d0088 addressing type warnings; account for no-messages returned 5 years ago
Thilo Billerbeck 1f41441765 changed help graphics 5 years ago
Thilo Billerbeck 14c6b3bed2 updated layout 5 years ago
Thilo Billerbeck 2dfebd7915 created help page, added help page to nav 5 years ago
Sean Heintz f31a2deb82 Implement sorting by "Connected Time" 5 years ago
gingervitis 422f37c477 move chat to its own menu in sidenav 5 years ago
gingervitis 2e3737646c style update 5 years ago
gingervitis 3e959fe2d4 render message in cell 5 years ago
gingervitis f6814565de rmeove switches;update styles; 5 years ago
Gabe Kangas 5345c124aa Use auth'ed admin chat messages endpoint to get history 5 years ago
gingervitis 71b91a7fe0 reset selected after processing 5 years ago
gingervitis e6124f3d61 rename comp for clarity 5 years ago
gingervitis e978789c8b send id as an array 5 years ago
gingervitis 7c06b74324 set up bulkprocessing states and ux 5 years ago
gingervitis 310c6573d3 make toggle a separate component so we can display an outcome icon beside it 5 years ago
gingervitis 6cb8cee8b7 call update message api on toggle switch and update ui state 5 years ago
gingervitis 88deced9f2 super basic table sorting and stylings 5 years ago
gingervitis 05b9634180 add nav item and page for chat; set up data table of messages 5 years ago
Gabe Kangas 94395ed182 Add link to support documentation on admin home page 5 years ago
Gabe Kangas b89cc6fb26 Fine, use a string instead of date object 5 years ago
Gabe Kangas 59eb6eaa16 Do not format date, just pass raw date object to chart. Closes https://github.com/owncast/owncast/issues/459 5 years ago
Gabe Kangas 69f8efba94 Use unique clientID as the row key. Closes https://github.com/owncast/owncast/issues/452 5 years ago