Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Releases: missionmike/video-placeholder-generator-client

Added Debounce support on value changes

15 Nov 01:44

Choose a tag to compare

Needed to debounce the input changes, otherwise multiple quick changes will update the placeholder tag src repeatedly, firing multiple HTTP requests to the Video Placeholder Generator Server

CSS Bugfixes

08 Nov 04:43

Choose a tag to compare

Thumbnail image would escape the bounds of its container if it was sized too large. Fixed by using flex.

First major release

02 Nov 00:25
58bb915

Choose a tag to compare

Separated the server-side functionality into its own repository: https://github.com/MissionMike/Video-Placeholder-Generator-Server

Since client-side functionality is not wholly dependent on the server-side, and they use different development environments (ReactJS on front, PHP on back), it seemed ideal to split the repo, so they can both be developed more independently of each other.

UI is improved, additional options added and works in tablet/mobile.

Initial release

26 Oct 01:16

Choose a tag to compare

Initial release with working UI and functional back-end. Needs tons of improvement, but here's a start!