Micah Lindley
Micah Lindley
[wasteof for Android](https://play.google.com/store/apps/details?id=com.micahlindley.wasteofmobile&pli=1) is a social media client I've been building over the past year that uses some advanced React Native Paper features like Material 3, bottom tabs, modals, and...
Logging into the Scratch API from a third-party site is fully possible, and I have successfully implemented it in Itchy (the Scratch app I'm developing). Would the `/etc` section of...
Now that studios have been moved over to scratch-www from scratchr2, all of the comments, projects, activity, and curator APIs are accessible in a JSON format just like the rest...
Since we're using `` components to implement projects, profiles, and studios, there are a few issues with navigation. When clicking a project link from another project, the back button goes...
Context: https://github.com/Scratch-Client-4/itchy-ionic/pull/46#issuecomment-1053727474 - second paragraph Comments will not load that are: - [ ] Disabled - [ ] Past the first "page" returned by the Scratch API
At the moment, message notifications only fire when the app is open. This is because the request is being made with the [Capacitor Local Notifications](https://capacitorjs.com/docs/apis/local-notifications) plugin which is controlled via...
It would be neat to add some sort of "pinned studios" section to the explore page that could be added or removed by the user. For example, I could pin...
A user should be able to reply to a comment directly from the messages page without opening a browser.
`itchy-ionic` already has Jest set up as part of the default settings of Ionic Vue. It would be quite nice to add some unit test whenever we get a chance....
Context: see https://github.com/Scratch-Client-4/itchy-ionic/pull/46#issuecomment-1053728195 Lots of Android apps place options like "Open in Browser" and "Share" in the top right of the title bar. At the moment, we're placing "Open in...