Ben McCann and GitHub
7b3e1037b6
chore: remove unused dependencies ( #21736 )
2025-09-09 20:38:17 -04:00
Ben McCann and GitHub
af10c3bc2f
chore: upgrade SvelteKit ( #20736 )
2025-08-07 13:00:42 +01:00
a18c6fa910
chore: fix undeclared dependencies ( #19440 )
...
* chore: fix undeclared dependencies
* Add express/multer
---------
Co-authored-by: Min Idzelis <min123@gmail.com >
2025-06-22 19:01:30 -04:00
Ben McCann and GitHub
b5593823a2
chore(web): bump eslint-plugin-svelte in the package.json ( #18695 )
2025-05-28 15:40:43 +02:00
Ben McCann and GitHub
0d66a6b51f
chore(web): upgrade enhanced-img ( #18186 )
2025-05-09 16:05:07 -05:00
Ben McCann and GitHub
31ee19181a
chore(web): switch to writable derived one more place ( #17399 )
2025-04-06 22:05:47 -05:00
Ben McCann and GitHub
b25914c2a5
chore: use writable derived in more places ( #17248 )
...
chore(web): use writable derived in more places
2025-03-31 09:15:52 -05:00
Ben McCann and GitHub
9f0dbfc150
chore(web): update to newer persisted store package name ( #17094 )
2025-03-28 20:40:57 +01:00
3fde5a8328
feat: map globe view, style hot reloading and load lag fixed ( #17079 )
...
* chore: upgrade svelte-maplibre and enforce runes
* feat: maplibre-gl 5, globe view, style hot reloading, fast map markers
* fix: remove location-pin class that wasn't being used
---------
Co-authored-by: Zack Pollard <zackpollard@ymail.com >
2025-03-28 14:08:54 +00:00
Ben McCann and GitHub
431cf281da
chore(web): update typescript-eslint ( #17093 )
2025-03-28 00:04:31 -04:00
Ben McCann and GitHub
411772123f
chore(web): remove unused props ( #17141 )
2025-03-27 23:12:14 +01:00
Ben McCann and GitHub
91065db3ff
chore: migrate previously missed file to Svelte 5 ( #17074 )
2025-03-24 19:44:05 -04:00
Ben McCann and GitHub
da70a1e457
chore: migrate to SvelteKit app state ( #14807 )
...
* chore: migrate to SvelteKit app state
* update package-lock.json
2024-12-20 17:18:22 -05:00
Ben McCann and GitHub
681b06a508
fix(docs): fix broken image URL ( #13122 )
2024-10-02 12:36:06 -04:00
Ben McCann and GitHub
e5667f09c7
chore(web): upgrade pre-req dependencies for Svelte 5 ( #12283 )
2024-09-03 16:42:46 -04:00
Ben McCann and GitHub
82b899649d
fix: make HTML valid ( #11465 )
2024-07-31 00:05:08 -04:00
Ben McCann and GitHub
6ebae3c84f
chore(deps): upgrade @testing-library/svelte ( #10690 )
2024-06-28 21:31:27 -04:00
Ben McCann and GitHub
b1ca5455b5
docs: remove mention of external assets being read-only ( #9465 )
2024-05-14 11:02:26 +01:00
Ben McCann and GitHub
0b0ab99016
chore: upgrade docusaurus-preset-openapi to remove axios ( #9167 )
2024-04-29 22:19:18 -04:00
Ben McCann and GitHub
8d5729c3b2
chore(docs): upgrade docusaurus to address dependabot warnings ( #9102 )
2024-04-26 20:16:14 -04:00
Ben McCann and GitHub
c50241369a
docs: link to storage label docs from storage template docs ( #8911 )
...
* docs: link to storage label docs from storage template docs
* docusaurus sucks
2024-04-18 21:08:09 -04:00
Ben McCann and GitHub
28f591d01b
chore(mobile): update TODO comment ( #8826 )
2024-04-16 07:05:50 +02:00
Ben McCann and GitHub
a903898781
docs: note that uploads are disabled on demo app ( #8786 )
2024-04-14 18:12:33 -04:00
Ben McCann and GitHub
0d062b32a8
docs: clarify details of connecting to backend for development ( #8727 )
...
* docs: clarify details of connecting to backend for development
* simplify
2024-04-11 18:12:14 +02:00
Ben McCann and GitHub
e421fe9860
docs: fix typo ( #8698 )
2024-04-11 09:29:46 +02:00
Ben McCann and GitHub
62d307321a
docs: add some details for getting started as a developer ( #8468 )
2024-04-02 11:56:33 -05:00
078da36f20
fix(server): serve static directory only if it exists ( #7857 )
...
* fix(server): serve static directory only if it exists
* update
* refactor: web root
---------
Co-authored-by: Jason Rasmussen <jrasm91@gmail.com >
2024-03-11 13:06:04 -04:00
ba55e867e0
perf: precompress and cache assets ( #7757 )
...
* perf: precompress and cache assets
* fix cache header
* use startswith
---------
Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com >
2024-03-08 21:15:38 -05:00
Ben McCann and GitHub
55ecfafa82
chore(web): fix eslint setup in VS Code ( #7543 )
2024-02-29 19:28:54 -05:00
Ben McCann and GitHub
79409438a7
chore(web): upgrade dependencies ( #7471 )
2024-02-27 14:01:11 -05:00
907a95a746
chore(web): cleanup promise handling ( #7382 )
...
* no-misused-promises
* no-floating-promises
* format
* revert for now
* remove load function
* require-await
* revert a few no-floating-promises changes that would cause no-misused-promises failures
* format
* fix a few more
* fix most remaining errors
* executor-queue
* executor-queue.spec
* remove duplicate comments by grouping rules
* upgrade sveltekit and enforce rules
* oops. move await
* try this
* just ignore for now since it's only a test
* run in parallel
* Update web/src/routes/admin/jobs-status/+page.svelte
Co-authored-by: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com >
* remove Promise.resolve call
* rename function
* remove unnecessary warning silencing
* make handleError sync
* fix new errors from recently merged PR to main
* extract method
* use handlePromiseError
---------
Co-authored-by: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com >
Co-authored-by: Alex Tran <alex.tran1502@gmail.com >
2024-02-27 10:37:37 -06:00
Ben McCann and GitHub
2c9dd18f1b
fix: upgrade SvelteKit to 2.5.1 ( #7351 )
2024-02-22 12:58:48 -05:00
Ben McCann and GitHub
3480fe5326
chore(web): remove createEventDispatcher from LoginForm ( #7177 )
2024-02-18 12:47:13 -06:00
Ben McCann and GitHub
3915867b1b
chore: remove svelte-preprocess ( #7159 )
2024-02-17 08:35:51 -05:00
Ben McCann and GitHub
dabbd63a02
fix(web): update unauthorized share link handling ( #7126 )
2024-02-14 22:01:01 -06:00
Ben McCann and GitHub
5abbb335c3
chore(deps): upgrade tj-actions/verify-changed-files to v18 ( #7121 )
2024-02-14 11:53:42 -08:00
Ben McCann and GitHub
2906950188
fix: update error handling to match new API ( #7117 )
2024-02-14 07:25:15 -08:00
87ae0be081
chore: enum support for new API ( #7110 )
...
Co-authored-by: Jason Rasmussen <jrasm91@gmail.com >
2024-02-14 06:38:57 -08:00
Ben McCann and GitHub
84191e352e
chore: update lockfiles ( #7062 )
2024-02-12 16:17:28 -05:00
Ben McCann and GitHub
b43cadccee
feat(web): lazy load photo sphere viewer ( #7057 )
...
* feat: lazy load photo sphere viewer
* destructure
2024-02-12 14:31:20 -06:00
Ben McCann and GitHub
28e4f8e042
chore: upgrade to Vite 5.1.1 ( #7040 )
2024-02-11 16:44:32 -05:00
Ben McCann and GitHub
8a47a87a14
chore: remove unneccessary async/awaits ( #7009 )
2024-02-10 00:12:51 +00:00
Ben McCann and GitHub
aff71a10e5
chore: tree shake unused API methods from CLI ( #6973 )
2024-02-09 15:53:37 -05:00
Ben McCann and GitHub
e4561f26e8
chore: cleanup layout setup ( #6995 )
2024-02-09 10:16:59 -06:00
Ben McCann and GitHub
9d072b5f55
fix: update lodash calls ( #6996 )
2024-02-09 11:03:17 -05:00
Ben McCann and GitHub
b273ea2ba4
chore: setup rollup-plugin-visualizer and remove lodash ( #6974 )
...
* chore: setup rollup-plugin-visualizer
* chore: remove lodash
* format
* remove lodash-es from build
2024-02-08 02:27:54 -05:00
Ben McCann and GitHub
0169707c85
chore: build API with esnext target ( #6926 )
2024-02-06 14:24:52 +01:00
Ben McCann and GitHub
6ed33da2a4
chore: remove axios dependency from CLI ( #6888 )
2024-02-05 20:29:00 +01:00
Ben McCann and GitHub
b4c211cad1
fix: bundle CLI with Vite ( #6893 )
...
* fix: bundle CLI with Vite
* bundle dependencies as well
* remove unused dependencies
2024-02-03 21:39:01 -06:00
Ben McCann and GitHub
a4cfb51df5
chore: remove form-data dependency ( #6876 )
...
chore: remove form-data dependency
2024-02-03 00:44:53 -05:00
Ben McCann and GitHub
a8dcfe4bd2
chore: simplify API build ( #6841 )
2024-02-01 17:55:21 -05:00
Ben McCann and GitHub
4079e92bbf
chore: drop CJS build from API ( #6783 )
2024-01-30 20:59:00 -05:00
Ben McCann and GitHub
9c7dee8551
chore: migrate CLI to ESM and vitest ( #6777 )
...
* chore: migrate CLI to ESM and vitest
* fix lint
* update github workflow
* format
2024-01-30 18:23:33 -05:00
Ben McCann and GitHub
a7e01bc3fe
docs: fix typo ( #6739 )
2024-01-29 20:57:28 -05:00
Ben McCann and GitHub
5cec8d1c63
chore: remove unused test util methods ( #6689 )
...
* chore: remove unused test util methods
* format
2024-01-27 12:27:55 -05:00
Ben McCann and GitHub
6b011b9de0
chore: remove unused packages ( #6654 )
2024-01-26 00:32:29 -05:00
Ben McCann and GitHub
84f8a4ac3b
chore(open-api): remove no-op patch ( #6649 )
...
* chore: remove no-op patch
* address code review
2024-01-25 23:50:48 -05:00
Ben McCann and GitHub
2fff9071c9
chore: fix typo in generate-open-api.sh ( #6648 )
2024-01-26 01:11:12 +00:00