puniko pushed to feature/mod-tracker at puniko/FoundKey 2022-12-29 20:15:08 +00:00
6998cae7e3 my absolute terrible fix to the unhide issue
puniko pushed to feature/mod-tracker at puniko/FoundKey 2022-12-29 20:01:47 +00:00
79f546d150 stop player on hide/unhide
puniko commented on pull request FoundKeyGang/FoundKey#306 2022-12-29 09:38:36 +00:00
mod tracker

webkit is a pain 🥴

made the range slider look the same on webkit based browsers too. so from my side, its ready to go @Johann150

puniko pushed to feature/mod-tracker at puniko/FoundKey 2022-12-29 09:37:08 +00:00
6b7f13e8ef make webkit style range slider the same
puniko commented on pull request FoundKeyGang/FoundKey#306 2022-12-29 00:34:52 +00:00
mod tracker

the progress bar is just for display and doesn't let you seek through the track.

Oh, I didn't notice. 🥴

I mean if you want to that would be welcome too, but I had more in mind…

puniko pushed to feature/mod-tracker at puniko/FoundKey 2022-12-29 00:16:26 +00:00
8a267c5cdc restyling range inputs
puniko pushed to feature/mod-tracker at puniko/FoundKey 2022-12-28 23:57:55 +00:00
c39e1671b2 make module seekable
puniko commented on pull request FoundKeyGang/FoundKey#306 2022-12-28 23:15:46 +00:00
mod tracker

just removed it. v-hotkey can be added later i think

puniko pushed to feature/mod-tracker at puniko/FoundKey 2022-12-28 23:14:57 +00:00
c1762f27ae remove accesskey attribs
08f75a01f1 v-else on play button
9302a9faaa replace filter with some
Compare 3 commits »
puniko commented on pull request FoundKeyGang/FoundKey#306 2022-12-28 23:11:46 +00:00
mod tracker

Hiding and then showing the player again via the eye symbol leaves it blank. Maybe it should be reset to the start when displaying it again.

ye, i saw that too. can add a toggle function that…

puniko commented on pull request FoundKeyGang/FoundKey#306 2022-12-28 08:15:37 +00:00
mod tracker

Please at least put the license as a text file somewhere and reference it in the COPYING file. Also I think as I tried to explain that the wasm file would be considered "object code" under…

puniko pushed to feature/mod-tracker at puniko/FoundKey 2022-12-28 08:13:33 +00:00
bffd15daed add chiptune2 and libopenmpt into COPYING
puniko commented on pull request FoundKeyGang/FoundKey#306 2022-12-27 14:34:54 +00:00
mod tracker

this is how it looks like btw

puniko commented on pull request FoundKeyGang/FoundKey#306 2022-12-27 14:33:44 +00:00
mod tracker

@Johann150 please review

puniko pushed to feature/mod-tracker at puniko/FoundKey 2022-12-27 14:32:51 +00:00
794298c21c little cleanup
puniko pushed to feature/mod-tracker at puniko/FoundKey 2022-12-27 14:23:46 +00:00
f383aec1cd repeat only once and proper handling of track ending
fdaa9614c9 prevent losing connection when downloading module
Compare 2 commits »
puniko commented on pull request FoundKeyGang/FoundKey#306 2022-12-27 13:49:54 +00:00
mod tracker

done

puniko pushed to feature/mod-tracker at puniko/FoundKey 2022-12-27 13:46:15 +00:00
6c5723c795 colours!!! 🌈
dba4f0a4a9 replace with i18n
Compare 2 commits »
puniko commented on pull request FoundKeyGang/FoundKey#306 2022-12-26 18:10:50 +00:00
mod tracker

Since we're AGPL, just checking that the libopenmpt.js is the source for the wasm file? Otherwise we'd need the source for that wasm file in the repo, or as a git submodule, or maybe use it as…

puniko commented on pull request FoundKeyGang/FoundKey#303 2022-12-26 18:04:18 +00:00
removes joins on avatar and banner in endpoint /notes/children

I think removing it in the endpoint will just mean that it will fetch the necessary information when packing the note, i.e. [in packages/backend/src/models/repositories/user.ts](https://akkoma.…