GitHub Themes/Plugins list limit 30 -> 100

This commit is contained in:
DecibillyJoel 2022-06-11 14:08:47 -04:00 committed by GitHub
parent ddc434cc36
commit 66142aca75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -184,7 +184,7 @@
redirect: 'follow'
};
fetch("https://api.github.com/search/repositories?q=topic:cidermusictheme fork:true", requestOptions)
fetch("https://api.github.com/search/repositories?q=topic:cidermusictheme fork:true&per_page=100", requestOptions)
.then(response => response.text())
.then(result => {
let items = JSON.parse(result).items
@ -194,4 +194,4 @@
}
}
})
</script>
</script>