Files
Bridge-Multi/src-angular/app/components/browse/chart-sidebar/chart-sidebar-instrument/chart-sidebar-instrument.component.html
Geomitron 353994b8e1 - Update API
- Add Chart Preview
- Add Drum Type dropdown when the "drums" instrument is selected
- Add Min/Max Year to advanced search
- Add Track Hash to advanced search
- Add "Download Video Backgrounds" setting
- Updated and improved detected chart issues
2024-07-16 15:20:58 -05:00

10 lines
247 B
HTML

<div class="flex gap-2 items-center">
<img class="w-11 h-11" src="https://static.enchor.us/instrument-{{ instrument }}.png" />
<div class="leading-4">
<span>Diff: {{ getDiff() }}</span>
<div>
{{ getEMHXString() }}
</div>
</div>
</div>