Commit Graph

27 Commits

Author SHA1 Message Date
Dimitrie Stefanescu af0af7a416 chore(objectloader): bumps version 2022-01-13 15:05:17 +00:00
izzylys 7b29861f55 fix(objectloader): check for nulls and continue
null type is an object, so nulls here were throwing:
`"TypeError: Cannot read property 'referencedId' of null"
`

checking and continuing when nulls are encountered instead
2022-01-12 12:02:31 -08:00
Dimitrie Stefanescu 5b957771e8 fix(deps): re-bootstrapped everything and ensured local build actually works 2021-11-24 11:12:33 +01:00
Dimitrie Stefanescu 77fa95b152 chore(objectloader): bumps version & removes console log 2021-11-23 23:26:14 +00:00
cristi8 9ea48e2a77 wip viewer 2021-11-11 20:39:11 +02:00
cristi8 580039d1a0 wip viewer - optimizations 2021-10-31 19:00:31 +02:00
cristi8 0c305f9deb wip viewer 2021-10-29 21:40:13 +03:00
cristi8 355301ae36 wip viewer 2021-10-29 11:05:38 +03:00
cristi8 4291652fe2 objectloader diff endpoints and cache 2021-10-12 13:23:33 +03:00
Alan Rynne 4690c9acbf fix(docker): Build viewer with local ObjectLoader
It was previously pulling from npm, which lead to build mismatches.
2021-09-09 12:38:49 +02:00
Alan Rynne 18eea01c29 feat(embed): Wrapped all localStorage access with try/catch statements 2021-08-26 16:27:53 +02:00
luz paz ad97cdf444 Fix various typos
Found via `codespell -q 3 -L optio,promisses,usera`
2021-07-22 09:23:21 -04:00
Dimitrie Stefanescu 38103269a4 fix(objectloader): bumps version 2021-05-26 13:54:56 +01:00
Dimitrie Stefanescu c6a80b7585 chore(objectloader): removed console.log from constructor 😬 2021-05-26 13:54:38 +01:00
Dimitrie Stefanescu 9188f40220 feat(objectloader): bumps version 2021-05-26 13:03:50 +01:00
Dimitrie Stefanescu 88f20d7e0d feat(objectloader): added example usage for new func in readme 2021-05-26 13:03:22 +01:00
Dimitrie Stefanescu 46e2cf7d53 feat(objectloader): restructuring examples folder 2021-05-26 12:26:37 +01:00
Dimitrie Stefanescu 464b4c0d25 feat(objectloader): finalises logic for getAndConstructObject function 2021-05-26 10:30:34 +01:00
Dimitrie Stefanescu 6fc9bc4128 feat(objectloader): adds testing files (not tests) 2021-05-25 23:09:02 +01:00
Dimitrie Stefanescu 01706b2439 feat(objectloader): wIP: new methods to load & construct object 2021-05-25 23:07:34 +01:00
Dimitrie Stefanescu d5bd3dcaa5 chore(loader): bumps version 2021-05-07 12:36:27 +01:00
Dimitrie Stefanescu 73849fd5d7 chore(objectloader): bumps version 2021-04-23 21:22:53 +01:00
Dimitrie Stefanescu 42d1ca2e1d Update readme.md
adds badge
2021-03-25 19:20:54 +00:00
Dimitrie Stefanescu ed866b553a chore(packages): prepares package.json files for pub on npm for viewer & objectloader 2021-03-25 19:03:49 +00:00
Dimitrie Stefanescu 0fa5edaaf0 docs(objectloader): added sample load function 2021-03-25 18:30:13 +00:00
Dimitrie Stefanescu 65531836bb feat(objectloader): added basic readme 2021-03-25 18:19:06 +00:00
Dimitrie Stefanescu e0641639da feat(loader): separated object loader into separate package 2021-03-25 17:27:29 +00:00