aboutsummaryrefslogtreecommitdiff
path: root/src/app/js
AgeCommit message (Expand)Author
2024-06-18make center cluster buttons open settings popup0neGal
2024-06-15up delay between gamepad axes and their actions0neGal
2024-06-15prevent gamepad buttons from repeating actions0neGal
2024-06-15prevent gamepad from toggling disabled switches0neGal
2024-06-15added ability to switch section with bumpers0neGal
2024-06-15use popups.hide_last() for gamepad close button0neGal
2024-06-15Merge branch 'main' into gamepad-support0neGal
2024-06-15added launcher.relative_section()0neGal
2024-06-15added popups.hide_last() and popups.open_list0neGal
2024-06-14initial gamepad/keyboard navigation support0neGal
2024-06-09fixed webview theming not being appliedmodularized-frontend0neGal
2024-06-09fixed version numbers not updating after update0neGal
2024-06-09fixed things in the settings popup not loading0neGal
2024-06-08rename js/set_dom_strings.js to localize.js0neGal
2024-06-08fixed race condition in js/set_dom_strings.js0neGal
2024-06-08convert js/browser.js to a CommonJS module0neGal
2024-06-08convert js/tooltip.js to a CommonJS module0neGal
2024-06-08convert js/launcher.js to a CommonJS module0neGal
2024-06-08move browser.js' normalize() into mods.js0neGal
2024-06-08convert js/toast.js to a CommonJS module0neGal
2024-06-08convert js/mods.js to a CommonJS module0neGal
2024-06-08replace js/misc.js file with js/version.js module0neGal
2024-06-08initial commit to better modularize frontend0neGal
2024-02-04added icons to more buttons0neGal
2024-02-03fixed some places using spaces for indentation0neGal
2024-02-03added back error for fetching release notes0neGal
2024-02-03requests.js ignores cache time when no internet0neGal
2024-01-24added search in settings popup0neGal
2024-01-24added release date to release notes0neGal
2024-01-24fixed clicking parts of preview popup closing it0neGal
2024-01-24fixed settings categories staying closed0neGal
2024-01-24fixed preview and filter popup not closing0neGal
2024-01-24entirely refactor src/modules/requests.js0neGal
2024-01-20fixed settings cog sometimes not moving0neGal
2024-01-20added src/app/js/events.js0neGal
2024-01-20added src/app/js/popups.js0neGal
2023-11-08fixed using incorrect localization strings0neGal
2023-09-16added buttons for fixing some problems and alike0neGal
2023-09-16made some lang keys far more logical0neGal
2023-09-16lang files can now use objects!0neGal
2023-08-26fixed mod browser thinking it's done loading pkgs0neGal
2023-08-21properly detect installed packages in mod browser0neGal
2023-07-31window buttons are no longer hidden behind popups0neGal
2023-07-24added default Northstar icon for core mods0neGal
2023-07-24remove debug console.log()0neGal
2023-07-24fixed updateable packages not being removeable0neGal
2023-07-22mostly support installing packages through GUI0neGal
2023-07-22unify all mods of a package into one0neGal
2023-07-21rename mods.list() properties to use snake case0neGal
2023-05-07added hover tooltips0neGal