diff --git a/project.task.yaml b/project.task.yaml index 489b84e..4ed2a30 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -1,6 +1,9 @@ tasks : +- .1 on feed, don't show "to someone anonymous" if it's to a project +- .1 on ideas, put an "x" to close it + - .2 fix give dialog from "more contacts" off home page to allow giving to this user - 01 in the feed, group by project or contact or topic or time/$ (via BC) - .2 anchor hash into BTC diff --git a/src/constants/app.ts b/src/constants/app.ts index 4e94d01..6c19519 100644 --- a/src/constants/app.ts +++ b/src/constants/app.ts @@ -12,10 +12,15 @@ export enum AppString { TEST1_PUSH_SERVER = "https://test.timesafari.app", TEST2_PUSH_SERVER = "https://timesafari-pwa.anomalistlabs.com", + PROD_IMAGE_API_SERVER = "https://image-api.timesafari.app", + TEST_IMAGE_API_SERVER = "https://test-image-api.timesafari.app", + LOCAL_IMAGE_API_SERVER = "http://localhost:3001", + NO_CONTACT_NAME = "(no name)", } export const DEFAULT_ENDORSER_API_SERVER = AppString.TEST_ENDORSER_API_SERVER; +export const DEFAULT_IMAGE_API_SERVER = AppString.LOCAL_IMAGE_API_SERVER; export const DEFAULT_PUSH_SERVER = window.location.protocol + "//" + window.location.host; diff --git a/src/views/GiftedPhoto.vue b/src/views/GiftedPhoto.vue index 6af183b..c52fdac 100644 --- a/src/views/GiftedPhoto.vue +++ b/src/views/GiftedPhoto.vue @@ -22,12 +22,11 @@ Dude, you got an image! Dude, you got an image!