Commit Graph

17 Commits

Author SHA1 Message Date
Kristaps Fabians Geikins 8010bf3c4c feat: Standardized & cleaned up formatting & linting across repo #617 (#618)
* feat: Standardized & cleaned up formatting & linting across repo

Co-authored-by: Kristaps Fabians Geikins <fabians@speckle.systems>
Co-authored-by: Gergő Jedlicska <gergo@jedlicska.com>
2022-03-16 10:10:30 +02:00
Felix Deiters e427c7f2f2 Fix Web Workers 2022-02-28 17:22:49 +01:00
Felix Deiters 28aff364a3 Allow to inject fetch to objectloader constructor 2022-02-28 12:46:26 +01: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 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 18eea01c29 feat(embed): Wrapped all localStorage access with try/catch statements 2021-08-26 16:27:53 +02:00
Dimitrie Stefanescu c6a80b7585 chore(objectloader): removed console.log from constructor 😬 2021-05-26 13:54:38 +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 01706b2439 feat(objectloader): wIP: new methods to load & construct object 2021-05-25 23:07:34 +01:00
Dimitrie Stefanescu e0641639da feat(loader): separated object loader into separate package 2021-03-25 17:27:29 +00:00