taiko-web/public/src/js
KatieFrogs e43c4afceb Lyrics, search, and other fixes
- #LYRIC
  - Parse #LYRIC commands and apply them to all difficulties that do not have them
  - #LYRIC command now supports branches
  - Fix last #LYRIC at the end of the chart getting ignored
- Fix the glitchy dragging and dropping of files on the custom song importing page
- Fix Ctrl and Shift keys getting stuck on song select when switching tabs with Ctrl(+Shift)+Tab
- Search
  - Fix the search box "random:yes" query to randomize the entire results and not just the first 50
  - Add "all:yes" query to the search box to remove the result limit and display all of the results
  - Fix searching for an invalid query (like "cleared:yes" or ":") unexpectedly returning all the songs
  - Fix pressing Q then jumping to a song through search not unmuting the sound
  - Pressing the search key on mobile will hide the keyboard
  - Fix search tips changing rapidly when the window is resized
- Use comments instead of `######` in the issue template so that the warning does not appear in the issue
- Fix TJA MAKER: url between angle brackets not working
- Add a check for Class field declarations in the browser support warning
- Fix gpicker getting stuck if a network error occurs
- Fix not being able to replace some assets using a "taiko-web assets" folder
- Fix selectable song title not being aligned with the game if the game window is too wide
- Allow plugin developers to use the "select" type for the settings options
  - It uses "options" array and "options_lang" object
- Fix plugins not getting removed from the plugin list on syntax error
- Fix error messages not working if a default plugin is broken
- Fix the start of default plugins not stopping the page from loading on error
- Fix not being able to scroll the plugins screen on mobile
2022-07-15 16:00:43 +02:00
..
lib use fuzzy search 2022-02-27 17:17:17 +00:00
about.js More fixes 2022-03-04 01:41:56 +03:00
abstractfile.js Fixes 2022-03-16 09:55:25 +03:00
account.js Bug fixes 2022-02-17 23:50:07 +03:00
assets.js Fixes 2022-03-16 09:55:25 +03:00
autoscore.js ImportSongs: Add plugin support 2022-02-11 17:28:22 +03:00
browsersupport.js Lyrics, search, and other fixes 2022-07-15 16:00:43 +02:00
canvasasset.js ImportSongs: Add plugin support 2022-02-11 17:28:22 +03:00
canvascache.js Bug fixes 2022-02-17 23:50:07 +03:00
canvasdraw.js Lyrics, search, and other fixes 2022-07-15 16:00:43 +02:00
canvastest.js Bug fixes 2022-02-17 23:50:07 +03:00
circle.js ImportSongs: Add plugin support 2022-02-11 17:28:22 +03:00
controller.js Fix black screen 2022-02-18 02:06:00 +03:00
customsongs.js Lyrics, search, and other fixes 2022-07-15 16:00:43 +02:00
debug.js ImportSongs: Add plugin support 2022-02-11 17:28:22 +03:00
game.js Lyrics, search, and other fixes 2022-07-15 16:00:43 +02:00
gameinput.js ImportSongs: Add plugin support 2022-02-11 17:28:22 +03:00
gamepad.js Fix D-Pad on DualSense gamepads 2022-06-15 23:44:39 +03:00
gamerules.js ImportSongs: Add plugin support 2022-02-11 17:28:22 +03:00
gpicker.js Lyrics, search, and other fixes 2022-07-15 16:00:43 +02:00
idb.js ImportSongs: Add plugin support 2022-02-11 17:28:22 +03:00
importsongs.js Lyrics, search, and other fixes 2022-07-15 16:00:43 +02:00
keyboard.js Fix key events in the search box 2022-02-25 21:57:10 +03:00
loader.js Lyrics, search, and other fixes 2022-07-15 16:00:43 +02:00
loadsong.js Fixes 2022-03-16 09:55:25 +03:00
logo.js Bug fixes 2022-02-17 23:50:07 +03:00
lyrics.js Lyrics, search, and other fixes 2022-07-15 16:00:43 +02:00
main.js Merge branch 'master' into normalize-search 2022-03-22 00:36:33 +00:00
mekadon.js ImportSongs: Add plugin support 2022-02-11 17:28:22 +03:00
p2.js allow 2p url config, origin limiting for server 2022-03-24 02:32:31 +00:00
pageevents.js Fix key events in the search box 2022-02-25 21:57:10 +03:00
parseosu.js ImportSongs: Add plugin support 2022-02-11 17:28:22 +03:00
parsetja.js Lyrics, search, and other fixes 2022-07-15 16:00:43 +02:00
plugins.js Lyrics, search, and other fixes 2022-07-15 16:00:43 +02:00
scoresheet.js Bug fixes 2022-02-17 23:50:07 +03:00
scorestorage.js More fixes 2022-03-04 01:41:56 +03:00
search.js Lyrics, search, and other fixes 2022-07-15 16:00:43 +02:00
session.js ImportSongs: Add plugin support 2022-02-11 17:28:22 +03:00
settings.js Lyrics, search, and other fixes 2022-07-15 16:00:43 +02:00
songselect.js Lyrics, search, and other fixes 2022-07-15 16:00:43 +02:00
soundbuffer.js Bug fixes 2022-02-17 23:50:07 +03:00
strings.js Fix comma 2022-05-28 08:09:57 +03:00
titlescreen.js Lyrics, search, and other fixes 2022-07-15 16:00:43 +02:00
tutorial.js Fix tutorial 2022-02-18 00:06:50 +03:00
view.js Lyrics, search, and other fixes 2022-07-15 16:00:43 +02:00
viewassets.js ImportSongs: Add plugin support 2022-02-11 17:28:22 +03:00