nextcloud / tables

🍱 Nextcloud tables app
https://apps.nextcloud.com/apps/tables
GNU Affero General Public License v3.0
143 stars 24 forks source link

feat: Add material design icons for applications #902

Closed juliushaertl closed 6 months ago

juliushaertl commented 6 months ago

In preparation for #863 and #896

This PR adds a script that automatically extracts material design icons and metadata based on a jq json filter to tables. For now we can just start with the default google ones stripped down without variants.

We cannot use the npm library as the backend needs to serve the image url for the nativation entries. The json metadata file can be used in the frontend to generate a picker component then.

enjeck commented 6 months ago

Part of: https://github.com/nextcloud/tables/issues/895