diff --git a/README.md b/README.md index 7648ce3..da752e5 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,9 @@ export const createAndStoreIdentifier = async (mnemonicPassword) => { ## Kudos +Gifts make the world go 'round! + * [Máximo Fernández](https://medium.com/@maxfarenas) for the 3D [code](https://github.com/maxfer03/vue-three-ns) and [explanatory post](https://medium.com/nicasource/building-an-interactive-web-portfolio-with-vue-three-js-part-three-implementing-three-js-452cb375ef80) -* [Many libraries]() such as Veramo.io, Vuejs.org, threejs +* [Many tools & libraries]() such as Nodejs.org, IntelliJ Idea, Veramo.io, Vuejs.org, threejs.org * [Bush 3D model](https://sketchfab.com/3d-models/lupine-plant-bf30f1110c174d4baedda0ed63778439) +* [Forest floor image](https://www.goodfreephotos.com/albums/textures/leafy-autumn-forest-floor.jpg) diff --git a/project.task.yaml b/project.task.yaml index e23fb25..13cd4c9 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -31,8 +31,9 @@ - Ensure each action sent to the server has a confirmation. -- Feed screen +- Home Feed & Quick Give screen - 01 save the feed-viewed status in settings storage ("afterQuery") + - 01 quick action - send action, maybe choose via canvas tool https://github.com/konvajs/vue-konva - .5 customize favicon - .5 make advanced features harder to access; advanced build? diff --git a/public/img/textures/forest-floor.png b/public/img/textures/green-forest-floor.png similarity index 100% rename from public/img/textures/forest-floor.png rename to public/img/textures/green-forest-floor.png diff --git a/public/img/textures/leafy-autumn-forest-floor.jpg b/public/img/textures/leafy-autumn-forest-floor.jpg new file mode 100644 index 0000000..cadd5a6 Binary files /dev/null and b/public/img/textures/leafy-autumn-forest-floor.jpg differ diff --git a/src/components/GiftedDialog.vue b/src/components/GiftedDialog.vue new file mode 100644 index 0000000..026d1f5 --- /dev/null +++ b/src/components/GiftedDialog.vue @@ -0,0 +1,72 @@ + +
+ + + + + diff --git a/src/components/World/components/objects/terrain.js b/src/components/World/components/objects/terrain.js index b7d1f54..0abb80d 100644 --- a/src/components/World/components/objects/terrain.js +++ b/src/components/World/components/objects/terrain.js @@ -2,7 +2,7 @@ import { PlaneGeometry, MeshLambertMaterial, Mesh, TextureLoader } from "three"; export function createTerrain(props) { const loader = new TextureLoader(); - const height = loader.load("img/textures/forest-floor.png"); + const height = loader.load("img/textures/leafy-autumn-forest-floor.jpg"); // w h const geometry = new PlaneGeometry(props.width, props.height, 64, 64); diff --git a/src/views/HelpView.vue b/src/views/HelpView.vue index 9c4e32b..d9ce368 100644 --- a/src/views/HelpView.vue +++ b/src/views/HelpView.vue @@ -216,6 +216,14 @@{{ package.version }}
+ ++ Contact us through + CommunityCred.org. +
diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 2c51e84..e4b50dc 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -46,14 +46,37 @@Choose a contact to whom to show appreciation:
+