Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Attributions.MD
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
<a href="https://www.flaticon.com/free-icons/stop" title="stop icons">Stop icons created by DinosoftLabs - Flaticon</a>
<a href="https://www.flaticon.com/free-icons/play-button" title="play button icons">Play button icons created by Those Icons - Flaticon</a>
<a href="https://www.flaticon.com/free-icons/save-as" title="save as icons">Save as icons created by Sir.Vector - Flaticon</a>
<a href="https://www.flaticon.com/free-icons/preview" title="preview icons">Preview icons created by Miftakhul Rizky - Flaticon</a>
<a href="https://www.flaticon.com/free-icons/preview" title="preview icons">Preview icons created by Miftakhul Rizky - Flaticon</a>
<a href="www.freepik.com" title="Icon for donation designed by FreePik">Icon on Donate page</a>
5 changes: 5 additions & 0 deletions changeIndex.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ Changes For new version of PBA:
- Added Workers to handle MIDI NOT NEEDED - new algorithm workes 200times faster, DONE
- RAPAIR THE AUDIO BY ADDING MULTIPLE DOUBELING THE AUDIO SOUNDS DONE
- CHANGE THE DESIGN OF CARDS TO IMPLEMENT CORRECTLY THE RIBBON VISUALS DONE
- Player pauses automatically when page is switched DONE
- Resize is now refreshing also the blocks, making everything look ok DONE
- Deleted transition and bugs during resizing of options page DONE
- Deleted alterations of state with every note event creation, now the connection between rendering component and playing component is direct DONE
-
3 changes: 2 additions & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
width:100%;
position: absolute;
top: 0px;
overflow-y: hidden;
height: 100vh;
overflow-y: auto;
overflow-x: hidden;
}

Expand Down
Binary file removed src/Assets/Cactus.gif
Binary file not shown.
Binary file added src/Assets/Donate_Img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/Assets/FontAwesomeLogo.png
Binary file not shown.
Binary file removed src/Assets/GoogleFontsLogo.png
Binary file not shown.
Binary file removed src/Assets/NPMLogo.png
Binary file not shown.
Binary file removed src/Assets/ReactJSLogo.png
Binary file not shown.
Binary file removed src/Assets/Rhombus.gif
Binary file not shown.
Binary file removed src/Assets/TypeScriptLogo.png
Binary file not shown.
Binary file added src/Assets/avnt_big.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/Assets/demo.MID
Binary file not shown.
Binary file removed src/Assets/demo_old.MID
Binary file not shown.
Binary file removed src/Assets/herokuLogo.png
Binary file not shown.
Binary file removed src/Assets/hug.gif
Binary file not shown.
Binary file removed src/Assets/preview.png
Binary file not shown.
15 changes: 0 additions & 15 deletions src/Components/DonateButton/DonateButton.scss

This file was deleted.

16 changes: 0 additions & 16 deletions src/Components/DonateButton/DonateButton.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion src/Components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function Header() {
<Link to='/RebuildInfo' className='Link jersey-10'>RECORD</Link>
{/* <Link to='/PlayLive' className='Link jersey-10'>LIVE PLAY</Link> */}
<Link to='/tutorial' className='Link jersey-10'>DOCS</Link>
<Link to='https://www.paypal.com/donate/?hosted_button_id=J6GQGKHC7H7SG' className='Link jersey-10'>SUPPORT</Link>
<Link to='/Info' className='Link jersey-10'>ABOUT</Link>
</div>
</div>
</nav>
Expand Down
Loading