Back
Rhymecraft

Rhymecraft

#rhymecraft

A web app that helps you write rap lyrics.
Load previous page…
Have the front-end metronome adjust its tempo if necessary to match the playback speed. #rhymecraft
See similar todos

No replies yet

Be able to delete the timing information for a particular syllable from the timing graph using the context menu. #rhymecraft
See similar todos

No replies yet

Switch the 'Insert Syllable' functionality to the context menu instead of having it happen every time you click on an empty duration on the graph. #rhymecraft
See similar todos

No replies yet

Add npm package 'vue-context' and a simple example of using it. #rhymecraft
See similar todos

No replies yet

Add a scrollbar to the timing graph to make it easier to scroll longer songs, and because that's where I'll want to show error locations (like in PyCharm). #rhymecraft
See similar todos

No replies yet

Replace all remaining references to $store.state in the .vue files with mapState, except those references that are part of a getter in a computed property with the same name as the state variable. #rhymecraft
See similar todos

No replies yet

Get playback working properly on the timing graph again, where it'll highlight the currently-being-performed syllable. #rhymecraft
See similar todos

No replies yet

Switch a confirm() dialog to instead use the new PyCharm-inspired base modal component, as confirm() can bump the user out of fullscreen mode. #rhymecraft
See similar todos

No replies yet

Replace all remaining calls to $store.commit or $store.dispatch in the single-file components with mapActions or mapMutations to keep the code cleaner. #rhymecraft
See similar todos

No replies yet

Switch the ModifyWord modal to use the PyCharm-inspired base modal component. #rhymecraft
See similar todos

No replies yet

Get the 'Click syllable to start playback from' functionality working again. #rhymecraft
See similar todos

No replies yet

Switch the 'Create Persona' modal to the PyCharm-inspired base modal component. #rhymecraft
See similar todos

No replies yet

Switched the 'Create Performer' modal to use the PyCharm-inspired base modal component. #rhymecraft
See similar todos

No replies yet

Switch the 'Created Lyrics Videos' modal to use the PyCharm-inspired base modal component. #rhymecraft
See similar todos

No replies yet

Switched the 'Create Lyrics Video' modal to use the PyCharm-inspired base modal component. #rhymecraft
See similar todos

No replies yet

Switched the 'Load' modal and its 'Delete' submodal to use the new PyCharm-inspired base modal component. #rhymecraft
See similar todos

No replies yet

Have the modals pop in and out of view like the ones in PyCharm. #rhymecraft
See similar todos

No replies yet

Add a 'Rhymecraft UI Reference' public wiki page that I'll use to store explanations of the different UI elements, and which I can link to from "?" icons in the UI itself. #rhymecraft
See similar todos

No replies yet

Use vue-js-modal to create a ModalWithTopDraggableRowAndBottomConfirmationRow component which I can use as a base component for all my modals. Design based on PyCharm's modals. #rhymecraft
See similar todos

No replies yet

Make the overlay of the vue-js-modal transparent. #rhymecraft
See similar todos

No replies yet