-
-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: non-conflicting dependency updates #1016
chore: non-conflicting dependency updates #1016
Conversation
- Fixed animation easing not working - Fixed animation background zoom transform - Fixed locked show also locking templates - Fixed color input position
…chApps#1015) - Add `timeoutMs` constant for consistent timeout handling across tests - Standardize delay formatting with underscores for readability - Skip onboarding flow to run current tests without changes - Adjust locators and remove redundant delays to improve test stability
- Add multiple wait actions - Fixed default show freezing - Animations not resetting when transitioning - Fixed content stuck sometimes with slide clear action - Fixed slide progress freeze when slide group had no name - Fixed issues with text edit when first slide was empty - Fixed overlay/template editor tools loosing focused items if changing slide - Fixed dropdown scrolling parent - Multiple scripture references added to each textbox when combined
I don't think we need package-lock in the source, also have you tested e.g. the Google Drive sync? |
@vassbo As for testing all of the flows, I figured this would be fine since typescript passes, meaning none of the function signatures have changed. |
I see.. Probably fine! @jzongker What do you think? Is there a reason you removed the package-lock? |
Adding it back is probably the right call. I've typically excluded it to allow the packages to be updated with bug fixes and non-breaking changes, but the risks of the production builds being slightly different code than development likely outweighs the benefits. |
Sqlite3 must stay at 5.1.6: But the rest looks to be working as it should! |
@vassbo Did you experience that locally? I was able to run the playwright test, which made me think this should work. |
Yes, locally on Windows, and GitHub actions (macOS/Linux), and another user reported issues on Linux with that version! The Playwright does not compile an electron build, it just runs browser tests. |
* chore: non-conflicting dependency updates (#1016) * use package-lock to ensure devs are using the same versions of dependencies * update sqlite * update genius-lyrics * update @googleapis/drive * add prettier in dev deps so the config is actually used * update @rollup/plugin-commonjs * update @rollup/plugin-typescript * update rollup * 📄 Reverted sqlite3 version * 🎤 Fixed microphone input doubled - Gain control integrated into volume fader - Fixed auto size on Jesus red words - Fixed scripture reference doubled in some cases * ✨ Set tags for multiple shows at once - Fixed translation issue - Translation resets to default textbox on remove * ✔ Fixed project folder right click add not working in empty area - Fixed custom verse reference align style - Fixed align style preview incorrect sometimes - Added toggle variable action to list - Fixed freeze when applying REST action to slide * Update snapcraft.yaml (#1031) * Update snapcraft.yaml * More cleanup, switch to core24, enable wayland support * ✨ Set variable value from action - Optimized transition delay when set to none * ✨ Overlay preview - Overlays can be added to the project - Project templates * 📱 Remote Enhancements (#1042) * 📱 Remote updates * 🖼 Play media from remote - Slide overlay in edit preview * ✏ Edit text in remote - Change show layout from the remote - Remote clear layers - Text edit style is preserved - Text edit textbox number added as group * ✨ Rearrange groups from remote - Remote UI updates - Remote loading - Controller clear slide * 📖 Play local scriptures from remote * 📄 Updated version --------- Co-authored-by: Arun Philip <dacodedbeat@gmail.com> Co-authored-by: Erich Eickmeyer <erich@ericheickmeyer.com>
No description provided.