-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
Initial support for Unsplash images #713
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
As of now, some images load in the media drawer, but do not load in the output. |
Merging into new branch so I can work on the remaining todos. |
vassbo
added a commit
that referenced
this pull request
Aug 7, 2024
* Initial support for Unsplash images (#713) * 🌄 Added initial support for Unsplash images * 🌄 Fixed description causing load failure * 🌄 Fixed Unsplash icon * 🖼 Photo API thumbnails - Photo API credits * 🔑 Basic key encryption --------- Co-authored-by: Adriel Sand <[email protected]>
vassbo
added a commit
that referenced
this pull request
Aug 7, 2024
* 🎵 Chord selection popup - Delete chord with middle mouse button - Fixed chords align - Clicking to remove slide action will remove the correct one - Fixed template action issues - Style background will always show behind normal background - Fixed issue when trying to set start show action * 🏷 Tags - Fix editbox style test size - Option to set custom main folder ID on cloud setup - Updated Norwegian * ✔ Disabling tests temporarily - Fixed media info not working - Custom start/end works for looping videos - Don't send audio data if no change - Fixed media files preview not loading always - Stopping capture rendering if overloaded * Remove rounded corners on mac outputs * Removed hardware accelleration * 📦 Custom app installer name * 🎵 Audio improvements - Audio disable playlist loop - Updated audio settings - Drag move audio in playlists - Drop audio to playlist from computer - Audio crossfade will wait a little over half the duration before starting the new one - Fixed audio crossfade - Roman chord keys - Fixed chords in output when line breaks - Stage item first active timer * Added python installation instructions to building instructions (#712) * 📖 Fixed building instructions to include python installation * 📖 Added links to the updated building instructions * ✔ Many fixes - Fixed preview output bug where closed output would remain visible - Fixed error when closing output right after opening - Chord improvements - Edit chords in text editor - Fixed stage background opacity - Fixed scripture verse drop selection - Shortcuts from output windows - Resize output window to screen will save new position * ✔ Fixed being unable to use text editor in some cases - Action to start specific timer - Fixed project export size - Fixed some issues with audio - Fixed freeze issues - Updated languages * ✔ Auto group names adds number 1 - Fixed audio slider resetting when paused - Audio fixes * 📄 Removing Playwright status as it did not work properly * ✨ Merge slides * ✨ Merge textboxes * ✔ Improvements * Unsplash images (#721) * Initial support for Unsplash images (#713) * 🌄 Added initial support for Unsplash images * 🌄 Fixed description causing load failure * 🌄 Fixed Unsplash icon * 🖼 Photo API thumbnails - Photo API credits * 🔑 Basic key encryption --------- Co-authored-by: Adriel Sand <[email protected]> * ✔ Fixed stage textbox transform - Fixed caret resetting sometimes when using delete key * NDI Inputs (#723) * 📽 Initial setup * ✔ Transparent window - Select DeckLink device * 📽 Blackmagic send might work - Work on NDI receiver * 📺 Working NDI receiver * 📽 Basic Blackmagic receiver * ✔ Removed logs * 🖼 Output frame pixel mode converter - Stop sender when turned off - Start sender when app opens & value changed - Fixed input channel * 🖼 Fixed inputs - Remember data on toggle off * ✔ Fixed input formatting - Updated YUV output format - Change pixel format dropdown * Temporarily disabling BMD to merge NDI. * ✔ Version update --------- Co-authored-by: Jeremy Zongker <[email protected]> Co-authored-by: Adriel Sand <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Started working on Unsplash image support. I'm new to Svelte, so I might have done things in a wrong way. I copied the pixabay image support and changed it to work with unsplash.
https://unsplash.com/documentation#search-photos
Fixes #710
To Do