Commit Graph

265 Commits

Author SHA1 Message Date
Spencer Ofwiti
7cb5efca8c Format files using prettier. 2021-05-12 17:10:42 +03:00
Spencer Ofwiti
b209dc868d Refactor environments. 2021-05-12 16:38:24 +03:00
Spencer Ofwiti
5752a6db4d Fix icons path. 2021-05-12 16:37:52 +03:00
Spencer Ofwiti
9482fc604e Added hash location strategy. 2021-05-12 16:37:22 +03:00
Spencer Ofwiti
603bafe23e Merge branch 'spencer/linting' into 'master'
Add code formatting with prettier.

See merge request grassrootseconomics/cic-staff-client!17
2021-05-11 17:25:11 +00:00
Spencer Ofwiti
29b75d3d85 Refactor environment variables. 2021-05-11 20:20:44 +03:00
Spencer Ofwiti
10beaea9be Format files with prettier. 2021-05-11 20:09:25 +03:00
Spencer Ofwiti
67b84a233b Update package-lock.json. 2021-05-11 20:07:01 +03:00
Spencer Ofwiti
36ec897bf1 Merge branch 'master' into spencer/linting
# Conflicts:
#	package-lock.json
#	src/app/app.component.ts
#	src/app/app.module.ts
#	src/app/shared/shared.module.ts
2021-05-11 20:04:02 +03:00
Spencer Ofwiti
3c1359d27d Merge branch 'spencer/pwa' into 'master'
Add progressive web app support.

See merge request grassrootseconomics/cic-staff-client!8
2021-05-11 16:58:35 +00:00
Spencer Ofwiti
8754ae46d2 Add different manifest icons. 2021-05-11 19:52:49 +03:00
Spencer Ofwiti
67729c9d5f Install dependencies. 2021-05-11 18:41:31 +03:00
Spencer Ofwiti
d4d2837d2e Merge branch 'master' into spencer/pwa
# Conflicts:
#	package-lock.json
#	src/app/shared/shared.module.ts
#	src/styles.scss
2021-05-11 18:28:54 +03:00
Spencer Ofwiti
34e9e1451a Add fresh package-lock.json. 2021-05-11 17:37:58 +03:00
Spencer Ofwiti
ada91b4a81 Refactor script name. 2021-05-10 19:38:16 +03:00
Spencer Ofwiti
26a086b3f3 Audit dependencies. 2021-05-10 19:34:28 +03:00
Spencer Ofwiti
4fba0bb1d8 Add husky to scripts. 2021-05-10 19:28:14 +03:00
Spencer Ofwiti
1c926baf47 Format files with prettier. 2021-05-10 19:15:25 +03:00
Spencer Ofwiti
83d5f24371 Add code formatting with prettier. 2021-05-10 15:19:54 +03:00
Spencer Ofwiti
6ed07b4beb Merge branch 'spencer/accounts-search' into 'master'
Accounts search by phone and address

See merge request grassrootseconomics/cic-staff-client!13
2021-05-10 05:16:18 +00:00
a0837ddd2e Merge branch 'bvander/update-registry' into 'master'
Update src/environments/environment.dev.ts

See merge request grassrootseconomics/cic-staff-client!14
2021-05-08 06:03:28 +00:00
079c11ad88 Update src/environments/environment.dev.ts 2021-05-08 05:36:10 +00:00
Spencer Ofwiti
53d6d6b7a4 Add typing to components. 2021-04-30 15:50:16 +03:00
Spencer Ofwiti
9921488a04 Add strong typing to variables and functions. 2021-04-29 20:10:39 +03:00
Spencer Ofwiti
d0e0108274 Add styling via cs. 2021-04-29 14:15:14 +03:00
Spencer Ofwiti
0009148e61 Merge branch 'master' into spencer/accounts-search
# Conflicts:
#	src/app/_eth/registry.ts
#	src/app/_interceptors/error.interceptor.ts
#	src/app/_services/auth.service.ts
2021-04-29 11:21:22 +03:00
d3285a5478 Merge branch 'bvander/not-authorized-flow' into 'master'
blocking access on 401/403

See merge request grassrootseconomics/cic-staff-client!9
2021-04-29 05:29:55 +00:00
fb1c53946b blocking access on 401/403 2021-04-29 05:29:54 +00:00
Spencer Ofwiti
81413ef631 Remove stale components. 2021-04-28 20:34:02 +03:00
Spencer Ofwiti
e6de26be2c Add querying of account types, transaction types and genders from meta server. 2021-04-28 20:24:25 +03:00
Spencer Ofwiti
ce26380e84 Refactor to meta url. 2021-04-28 17:31:36 +03:00
Spencer Ofwiti
292b64c1e0 Add querying of location mappings and categories from API endpoint.
- Implement stub in mock backend for testing purposes.
2021-04-28 15:53:25 +03:00
Spencer Ofwiti
9e03990334 Refactor account details page to use address with stripped 0x. 2021-04-28 12:09:51 +03:00
Spencer Ofwiti
4167a7e6b7 Add fine grained control to iframe. 2021-04-27 21:15:20 +03:00
Spencer Ofwiti
88dc73cf1d Add person verification to last step. 2021-04-27 20:22:42 +03:00
Spencer Ofwiti
21444304c6 Refactor outgoing metadata to reflect schema. 2021-04-27 20:16:12 +03:00
Spencer Ofwiti
cb14b9b5dc Add validation for vcard. 2021-04-27 17:10:50 +03:00
Spencer Ofwiti
63f0fe3070 Add external dashboard to homepage. 2021-04-27 16:45:40 +03:00
Spencer Ofwiti
b3586e460b Add validation for account info coming from and going into the meta service. 2021-04-27 14:20:18 +03:00
Spencer Ofwiti
04a7e377d8 Add check for transaction. 2021-04-26 14:47:18 +03:00
Spencer Ofwiti
4030f709fc Add copy to clipboard functionality to addresses. 2021-04-26 13:14:36 +03:00
Spencer Ofwiti
a2e320d923 Refactor update of data on meta service. 2021-04-25 13:32:23 +03:00
Spencer Ofwiti
affffa8ffe Add search by phone number functionality. 2021-04-24 22:21:15 +03:00
Spencer Ofwiti
36cbe3c7a9 Merge branch 'master' into spencer/accounts-search 2021-04-21 10:05:46 +03:00
Spencer Ofwiti
a8ad7c64e4 Change token contract abi. 2021-04-21 08:44:32 +03:00
Spencer Ofwiti
1223ccc48e Retire internal registry class. 2021-04-20 11:28:40 +03:00
77e0e9ff94 Update .gitlab-ci.yml 2021-04-19 22:17:20 +00:00
Spencer Ofwiti
23b213e319 Merge branch 'master' into spencer/accounts-search 2021-04-19 15:36:21 +03:00
Spencer Ofwiti
4e9103479f Merge branch 'master' into spencer/pwa
# Conflicts:
#	angular.json
#	package.json
2021-04-19 15:31:42 +03:00
66bc013bdc add dev env 2021-04-17 15:06:09 -07:00