Skip to content

Commit

Permalink
Move About Me card from Experiments to Seed realm
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemelia committed Dec 23, 2024
1 parent ae9abf6 commit 1b09e17
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 18 deletions.
2 changes: 1 addition & 1 deletion packages/realm-server/scripts/full-reset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ cd "${CURRENT_DIR}"
echo "
WARNING: Any matrix server authorization tokens cached in the browser's localstorage are now invalid. Make sure to clear browser localstorage. Also make sure to execute the following in the browser after logging in as 'user' to add the experiments realm:
window['@cardstack/host'].lookup('service:matrix-service')._client.setAccountData('com.cardstack.boxel.realms', {realms: ['http://localhost:4201/experiments/']})
window['@cardstack/host'].lookup('service:matrix-service')._client.setAccountData('app.boxel.realms', {realms: ['http://localhost:4201/experiments/']})
"
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"type": "card",
"attributes": {
"fullName": "Luke Melia",
"heroUrl": "https://i.imgur.com/RZ0rsfx.jpg",
"headshotUrl": "https://i.imgur.com/syzN2hU.jpg",
"heroUrl": "https://boxel-images.boxel.ai/app-assets/hello-world/beach-volley-hero.jpg",
"headshotUrl": "https://boxel-images.boxel.ai/app-assets/hello-world/luke-vb-headshot.jpg",
"bio": "Luke Melia is a beach volleyball player living in downtown New York City. He is a left-side defender with a good serve and good court sense. What Luke lacks in height, he makes up in heart and craftiness.\n\nOutside of playing beach volleyball, Luke enjoys watching professional beach volleyball, primarily the AVP (the American domestic pro tour) and the FIVB (the world tour). He also enjoys surfing, skateboarding, parkour, and rock climbing.\n\nWhen Luke is not competing or challenging himself physically, he is usually writing code or creating digital products. His languages of choice are Ruby and Javascript.\n\nLuke lives in New York City with his wife and two daughters.",
"quote": "Some folks say I was born on the wrong coast, that I live a West Coast lifestyle in New York City. But I've found a way to integrate beach volleyball into my life as a New Yorker. I've been lucky enough to play plenty outside of New York, too, from Cali to Bali to Thailand and lots of spots in between. I guess you could say I'm poly-coastal!",
"title": null,
Expand Down
File renamed without changes.
15 changes: 0 additions & 15 deletions packages/seed-realm/hello-world.json

This file was deleted.

1 change: 1 addition & 0 deletions packages/seed-realm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"main": "index.js",
"license": "MIT",
"devDependencies": {
"@cardstack/boxel-icons": "workspace:*",
"@cardstack/boxel-ui": "workspace:*",
"@cardstack/runtime-common": "workspace:*",
"@types/lodash": "^4.14.182",
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1b09e17

Please sign in to comment.