app.co icon indicating copy to clipboard operation
app.co copied to clipboard

The universal dapp store

Results 100 app.co issues
Sort by recently updated
recently updated
newest added

https://api.app.co/api/apps The API should be updated to [get all Webflow CMS app items](https://developers.webflow.com/#get-all-items-for-a-collection) and serve those up instead of apps stored in the deprecated Next.js app's database so the content...

enhancement

**Describe the bug** tried to got to app.co and it loads a mostly blank screen. ![Screen Shot 2020-04-20 at 11 29 30 AM](https://user-images.githubusercontent.com/5605552/79769695-71266d00-82fa-11ea-850b-64b12374ba51.png) **To Reproduce** Steps to reproduce the behavior:...

bug

It appears we load JSON representing all apps on App.co for every page regardless of whether they're needed for its render. As apps have increased on the site, this JSON...

performance

On build we're opting out of _Automatic Static Optimization_. [Per the error page](https://github.com/zeit/next.js/blob/master/errors/opt-out-auto-static-optimization.md), it looks like there's code we can remove to enable this, provided we can find another way...

development

![image.png](https://images.zenhubusercontent.com/5c7593d7f4e4f4273dcf4b86/c2cb2030-e946-49ef-bf8c-f763b9e404d2)

enhancement
styles-bug

I can't find the original ticket, but the mining info on these should be removed please. ![image](https://user-images.githubusercontent.com/6131188/80416414-5e043600-88d4-11ea-98f2-10b33d45d728.png)

app-mining

When submitting an app, users should be able to select Hive (http://hive.io/)

enhancement

Since we're in an SSR environment, using redux-localstorage isn't the best as localstorage is only available on the client. redux-persist has a cookie storage driver which we can use on...

Once we have a composite score for apps re: https://github.com/blockstack/app.co/issues/21, we can use that data to surface apps for users that are fast-rising in popularity. This issue entails tracking apps...

enhancement