From 34945ce027aadb0470bcde3c07a848fe8e055c6e Mon Sep 17 00:00:00 2001 From: Igor Zinken Date: Wed, 23 Dec 2020 14:42:59 +0100 Subject: [PATCH] Renamed application --- README.md | 4 ++-- package-lock.json | 2 +- package.json | 2 +- public/login.html | 4 ++-- src/{photomound.vue => bitmappery.vue} | 0 src/components/application-menu/application-menu.vue | 2 +- src/main.js | 4 ++-- src/messages.json | 2 +- src/store/index.js | 2 +- tests/unit/store/store.spec.js | 4 ++-- 10 files changed, 13 insertions(+), 13 deletions(-) rename src/{photomound.vue => bitmappery.vue} (100%) diff --git a/README.md b/README.md index 082bde4..7c1cef5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PhotoMound +# BitMappery ## So you are rebuilding Photoshop in the browser ? @@ -11,7 +11,7 @@ related to Photoshop-esque features aren't welcomed. Yep, though it helps having worked five years in the photo software industry and having tackled problems before. -PhotoMound does however make use of the following excellent libraries to speed up its development: +BitMappery does however make use of the following excellent libraries to speed up its development: * [Vue](https://github.com/vuejs/vue) with [Vuex](https://github.com/vuejs/vuex) and [VueI18n](https://github.com/kazupon/vue-i18n) * [Pickr](https://github.com/Simonwep/pickr) by Simonwep diff --git a/package-lock.json b/package-lock.json index f3591b3..72d9459 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "photomound", + "name": "bitmappery", "version": "0.1.0", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index 710fc2f..b1e81da 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "photomound", + "name": "bitmappery", "version": "0.1.0", "private": true, "scripts": { diff --git a/public/login.html b/public/login.html index 9712c65..d3fa7e0 100644 --- a/public/login.html +++ b/public/login.html @@ -1,8 +1,8 @@ -

oAuth result for PhotoMound

+

oAuth result for BitMappery

- You should return to PhotoMound shortly. If not, an authentication + You should return to BitMappery shortly. If not, an authentication error has occurred with the external API.

diff --git a/src/photomound.vue b/src/bitmappery.vue similarity index 100% rename from src/photomound.vue rename to src/bitmappery.vue diff --git a/src/components/application-menu/application-menu.vue b/src/components/application-menu/application-menu.vue index 1fa3371..47930d0 100644 --- a/src/components/application-menu/application-menu.vue +++ b/src/components/application-menu/application-menu.vue @@ -28,7 +28,7 @@

- PhotoMound + BitMappery