John Molakvoæ
John Molakvoæ
> there is this atm [`master`/src/components/NcAppContent/NcAppContent.vue#L341](https://github.com/nextcloud/nextcloud-vue/blob/master/src/components/NcAppContent/NcAppContent.vue?rgh-link-date=2022-12-01T16%3A49%3A15Z#L341) Then this should be used! Btw, is this documented anywhere? Are you using it in Talk?
> * Do we still want to support icon classes using the icon prop icon classes are deprecated since NC20. At one point it will be removed entirely ™ >...
> And we are not going to get rid of using URLs in HTTP API, right? Well, we've had that icon API discussion thousands of times in the past. Now...
@susnux you can pass svg as string straight away from the php API Especially with activity, I think that would work well :eyes:
@susnux which is alright, like said above: > While it could indeed, theoretically, add a bit more bandwidth to our page loading, this would be async and I think our...
Btw for those discussions we usually have https://github.com/nextcloud/standards/issues for this. Create a discussion, take a vote, decide and move from there
Not too convinced tbh. Feels like a specific use case, not sure we'll use it anywhere else But you can easily go around that with a input for binding and...
Hi @janis91. Thanks for raising this question! Typescript rise the level entry rather quite high. We talked about it before and decided to not use it for our apps. Nonetheless,...
> I think it should be considered, moreover because Vue itself moves in the direction of TypeScript with version 3. Some reading about this? :)
> The codebase is also now written in TypeScript. Although this will make proficiency in TypeScript a pre-requisite for contributing to the new codebase, we believe the type information and...