recently added rework #1

- recently added is now lazy loaded
- uses official AM recently-added route
- stores in vuex
todo: add clearing method that gets triggered after some time
This commit is contained in:
booploops 2022-06-01 21:47:37 -07:00
parent 215b326b13
commit 5cfbab0c43
5 changed files with 94 additions and 61 deletions

View file

@ -288,7 +288,7 @@ webGPU().then()
let screenWidth = screen.width;
let screenHeight = screen.height;
window.onerror = function (error) {
console.log(error)
bootbox.alert("Error occurred: " + error)
};
// window.onerror = function (error) {
// console.log(error)
// bootbox.alert("Error occurred: " + error)
// };