Commit Graph

70 Commits

Author SHA1 Message Date
Mateus Meyer Jiacomelli 5d71d1c3ed Using the new response_format=service_item on Transpose API Endpoint while preserving old behavior 2023-02-08 18:40:40 -03:00
Chris Witterholt ec9515d692
Fix linting issues. 2023-02-07 20:20:01 +01:00
Chris Witterholt 8e2caacd36
Add hot keys 2023-02-07 17:05:38 +01:00
Martin Price d2b0afeff6 Fix presentation image width 2023-01-23 20:32:34 +00:00
Mateus Meyer Jiacomelli 8503d57e31 Fixing media + images on Chord and Stage View + refactoring individal slides of Chord and Stage 2022-12-21 19:51:50 +00:00
Daniel Martin cec351f2fa Update dependencies 2022-12-21 16:27:47 +00:00
Mateus Meyer Jiacomelli 9bd4d6aec6 Remaking the chordpro routines and the chord + stage viewer 2022-12-17 07:09:43 +00:00
Mateus Meyer Jiacomelli 26d39760db Fixing the new sticky navbar overlapping Stage, Chord and Main views 2022-12-15 17:30:46 +00:00
Raoul Snyman 2ad25d163a Fixes for issues 26 and 22 2022-12-01 14:22:48 +00:00
Mateus Meyer Jiacomelli 278aca6277 adding websocket reconnection routines + UI indicator; upgrading material-icons to use more recent package 2022-11-14 16:17:51 +00:00
Tomas Groth 90d1da5090 First step in using the new transpose web api endpoint. 2022-10-19 11:51:03 +00:00
Raoul Snyman 845b270e06 Maintain the version number in assets/version.js 2022-02-10 22:16:36 +00:00
Mateus Meyer Jiacomelli ff03ca521f Service + Slide Component refactor 2021-09-06 07:11:19 +00:00
Exkywor 35fb9149f0
Fix theme icon in side-bar and footer 2021-06-28 20:47:53 -06:00
Joe Schneider 03c76cd3ce Added thumbnails to Stage and Slides views 2021-06-28 04:52:51 +00:00
Martin Price 9286f039af Update request to reflect suggestions by @ninjakiwi:
Added class for no-select in styles.  Added reference to class in slides.component.html and service.component.html as I believe you would never need to select the text in the remote controller here
2021-03-31 00:36:07 +00:00
Daniel 36ca78ecc7 Set openlpService to public in stage js to make typescript happy 2021-03-02 19:50:29 +13:00
Daniel ed24a1e1f3 lint fix 2021-02-19 19:16:41 +13:00
Daniel 86c602b41b Make stage views use the 12 hour time setting 2021-02-19 19:09:28 +13:00
Daniel Martin 2482cbb1b3 Fix api calls for new search option api 2021-02-02 02:27:51 +00:00
Fernando Quant 16886d6e30 Remove theme name and column controllers. Make themes into a fixed sized and the column responsive. 2021-01-30 06:06:09 +00:00
Daniel Martin 0b55941314 Update angular 2021-01-03 18:05:10 +00:00
Raoul Snyman 7a09dd85d6
Fix an issue where a method was not expecting a parameter 2020-12-22 21:49:31 -07:00
Tomas Groth 29f9ba4366 Merge branch 'change_api' into 'master'
Change api signature

See merge request openlp/web-remote!26
2020-10-19 07:19:38 +00:00
Exkywor 2d45c33dc7 Store last selected search plugin and retrieve it after loading. 2020-10-14 12:43:34 -06:00
Tim b22df76bd4
Change signature 2020-10-12 12:03:26 +01:00
Raoul Snyman 5169db2d0d Merge branch 'themes-thumbnails' into 'master'
Themes thumbnails

See merge request openlp/web-remote!25
2020-08-27 05:07:14 +00:00
Fernando Quant b33cf7e781 Themes thumbnails 2020-08-27 05:07:14 +00:00
Raoul Snyman fae84f278b Merge branch 'bibleversionapi' into 'master'
Bible search options

See merge request openlp/web-remote!23
2020-08-27 04:55:12 +00:00
Fernando Quant e1de5c329e Added retrieval and set of search options for the Bibles plugin, allowing to change the Bible version from the remote 2020-08-27 04:55:11 +00:00
Raoul Snyman 2d10b7a363
Add notes to stage, fix CORS issue
- Use a ServiceItem object rather than just slides to transfer more information at one time
- Add notes to stage view
- Fix CORS issue
2020-07-22 16:41:10 -07:00
Daniel 4cff5fbc47 Fix chord view 2020-06-22 00:35:06 +00:00
Tim Bentley 2d8ee13fc7 Update the State Management code 2020-06-20 07:25:20 +00:00
Tim Bentley ad75ca76ee Block requesting invalid Service items from UI. 2020-05-20 17:04:52 +00:00
Raoul Snyman ac4a99d75e
Improve the UI and fix some bugs
- Get the current theme from OpenLP
- Set the service item by UUID
- Actually set the theme and theme level
- Clean up various bits of code
- Switch to a tab bar at the bottom of the screen
- Save the "fast switching" state to localStorage for persistance
- Clean up some API bits to match OpenLP
2020-05-15 23:03:28 -07:00
Tim 9f665256d6
fix text 2020-05-10 17:43:46 +01:00
Daniel 4f694dd71a Fix main view scale and positioning 2020-04-17 16:27:07 +12:00
Raoul Snyman d06d24f18c Merge branch 'fix-slide-cut-off' into 'master'
Resolve: "Cut off bottom of slides"

Closes #3

See merge request openlp/web-remote!13
2020-04-09 06:58:21 +00:00
Daniel fee63eaec1 Resolve: "Cut off bottom of slides" 2020-04-09 06:58:21 +00:00
Tim Bentley cf6da25539 Make live use correct websocket 2020-04-09 06:49:56 +00:00
Raoul Snyman da7d78d2f9
Remove the hash from the URLs. I'm not sure why it was added. 2020-04-07 21:22:31 -07:00
Daniel 8fb4d16742 Allow searching other plugins besides songs 2020-03-11 00:40:48 +00:00
Raoul Snyman 7d62bf122f
Documentation and versioning
- Refactor and add documentation
- Pull the version number into the UI
- No need to do a yarn install before deployment in GitLab CI
- Make CI generate a version json file
2020-02-27 00:34:52 -07:00
Fernando Quant dd66e66b51 Workingon themes 2020-01-29 21:33:02 +00:00
Fernando Quant fc25e63b03 Theme changing 2020-01-23 20:10:11 +00:00
Exkywor 692b9e8778
Updated a couple routes to the new api and made small tweaks to the UI 2019-11-09 10:26:56 -06:00
Raoul Snyman 642e0ebf04 Update the UI 2019-11-07 18:02:26 +00:00
Simon Hanna 163344f423 New api and more views 2019-10-08 05:43:49 +00:00
Raoul Snyman 4c73c2a50a Clean up the code and the repository a bit
- Add a license file
- Update package.json with some relevant information
- Clean up linting
- Set up better CI pipeline
- Save build as artifact and pass on to deploy
- Use new angular test runner
- Add an empty test so that the tests pass
- Use special Chromium configuration for CI
- Deploy the remote to the download server when there's a new tag
2019-10-06 00:28:36 +00:00
Simon Hanna db7e4ec1a0 Get the remote api port from the url 2018-08-27 23:01:02 +02:00