Skip to content

Commit

Permalink
feat(frontend): ✨ Add contactCard component, dynamic load on… (#60)
Browse files Browse the repository at this point in the history
* feat(frontend): ✨ Add contactCard component, dynamic load on multiple contacts using json #40

* Stop tracking full_documentation.json #40

* Add full_documentation to gitignore #40

* feat: ✨ Get data from strapi backend

* feat: ✨ Get peopple data from strapi

* style(frontend): ♻️ Prettier #40

* refactor(frontend):

* refactor(frontend): ♻️ Prettier, lint and build #40

* feat(frontend): ✨ Avatarfallback and Link color #40

Avatarfallback and Link color #40

* refactor: compile graphql files #40
  • Loading branch information
EliasKnudsen authored and GitHub committed Feb 21, 2024
1 parent c84b311 commit aeeedeb
Show file tree
Hide file tree
Showing 14 changed files with 257 additions and 11,107 deletions.
5 changes: 5 additions & 0 deletions backend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,8 @@ exports
dist
build
.strapi-updater.json

############################
# Documentation
############################
src/extensions/documentation/documentation/1.0.0/full_documentation.json
2 changes: 1 addition & 1 deletion backend/src/api/person/content-types/person/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"info": {
"singularName": "person",
"pluralName": "people",
"displayName": "person",
"displayName": "Person",
"description": ""
},
"options": {
Expand Down
Loading

0 comments on commit aeeedeb

Please sign in to comment.