Commit Graph

24 Commits

Author SHA1 Message Date
92a8075ce7 Remove trailing whitespace in svelte.config.docker.js for cleaner code. 2025-12-24 20:06:21 -06:00
0547e0e0db Refactor CSS and Svelte components for improved readability and maintainability
- Removed the font-face definition from app.css to streamline styles.
- Reformatted imports and code structure in +page.svelte for better readability.
- Enhanced status message formatting and layout consistency across components.
2025-12-24 20:06:14 -06:00
2a709efdbf Refactor NominatimResponse type and update font style in clusterStyle function
- Changed NominatimResponse from an interface to a type alias for better clarity and simplicity.
- Updated font definition in the clusterStyle function to remove the specific font family, enhancing compatibility.
2025-12-24 20:06:03 -06:00
2fd4203ac5 Add PWA support with vite-plugin-pwa configuration
- Integrated vite-plugin-pwa into the Vite configuration to enhance the application with Progressive Web App capabilities.
- Configured service worker caching for OpenStreetMap tiles and defined the app's manifest with essential properties and icons.
2025-12-24 20:05:55 -06:00
0b33f70cbc Update version to 1.0.0 and add vite-plugin-pwa dependency
- Bumped package version from 0.2.0 to 1.0.0 in both package.json and package-lock.json.
- Added vite-plugin-pwa as a dependency to enhance PWA capabilities.
2025-12-24 20:05:39 -06:00
fe9167274b Update ESLint configuration by adding additional global variables
- Added HTMLInputElement, PointerEvent, KeyboardEvent, WheelEvent, setTimeout, and clearTimeout as readonly global variables in the ESLint configuration to improve linting for related code.
2025-12-24 20:05:14 -06:00
48c0c22cb3 Format YAML syntax 2025-12-24 20:05:04 -06:00
7e8303fb1c Update package-lock.json to reflect picomatch version changes and add funding information
All checks were successful
OSV-Scanner Scheduled Scan / scan-scheduled (push) Successful in 18s
CI / check (push) Successful in 22s
CI / build (push) Successful in 32s
- Updated picomatch version from 2.3.1 to 4.0.3 with updated node engine requirements.
- Added new entries for picomatch in dependencies of anymatch, micromatch, and tailwindcss.
- Removed outdated picomatch entries from tinyglobby and vite dependencies.
2025-12-24 18:14:32 -06:00
4c2f67a406 Add location search functionality using Nominatim API and enhance UI elements
Some checks failed
CI / check (push) Failing after 13s
OSV-Scanner Scheduled Scan / scan-scheduled (push) Successful in 11s
CI / build (push) Has been skipped
- Implemented a new location search feature in the Svelte component, allowing users to search for locations using the Nominatim API.
- Added relevant state management for search input, results, and loading indicators.
- Enhanced the UI with new styles for the search input and results dropdown.
- Updated toolbar and footer styles for better visual consistency.
2025-12-24 18:11:30 -06:00
de6542eafb Update version to 0.2.0 2025-12-24 18:11:16 -06:00
9f26d34df8 Update README
All checks were successful
OSV-Scanner Scheduled Scan / scan-scheduled (push) Successful in 15s
CI / check (push) Successful in 20s
CI / build (push) Successful in 32s
2025-12-24 17:43:31 -06:00
9228142995 Update README
All checks were successful
OSV-Scanner Scheduled Scan / scan-scheduled (push) Successful in 16s
CI / check (push) Successful in 20s
CI / build (push) Successful in 34s
2025-12-24 17:33:53 -06:00
560a22ac5a rewrite osv_scan to use jq
All checks were successful
CI / build (push) Successful in 32s
OSV-Scanner Scheduled Scan / scan-scheduled (push) Successful in 15s
CI / check (push) Successful in 20s
2025-12-24 17:22:39 -06:00
0ec99e1e1e Fix OSV-Scanner script to identify and report HIGH/CRITICAL vulnerabilities in JSON format
Some checks failed
CI / build (push) Successful in 33s
OSV-Scanner Scheduled Scan / scan-scheduled (push) Failing after 15s
CI / check (push) Successful in 20s
2025-12-24 17:20:35 -06:00
3cd286568c Change OSV-Scanner output format from text to markdown in the scanning script
Some checks failed
OSV-Scanner Scheduled Scan / scan-scheduled (push) Failing after 16s
CI / check (push) Successful in 20s
CI / build (push) Successful in 32s
2025-12-24 17:16:25 -06:00
fb7e2e619c Add OSV-Scanner setup in CI workflows and create script for OSV scanning
Some checks failed
OSV-Scanner Scheduled Scan / scan-scheduled (push) Failing after 15s
CI / check (push) Successful in 20s
CI / build (push) Successful in 31s
2025-12-24 17:14:10 -06:00
60766c8cfe Update Node.js version in CI workflow and add OSV-Scanner workflows for PR and scheduled scans
Some checks failed
OSV-Scanner Scheduled Scan / scan-scheduled (push) Failing after 1s
CI / check (push) Successful in 22s
CI / build (push) Successful in 32s
2025-12-24 17:07:25 -06:00
301f3a440b Update svelte-check command to fail on errors instead of warnings
All checks were successful
CI / check (push) Successful in 26s
CI / build (push) Successful in 38s
2025-12-24 17:06:16 -06:00
044830f5cb Update robots.txt to disallow all web crawlers
Some checks failed
CI / check (push) Failing after 40s
CI / build (push) Has been skipped
2025-12-24 17:04:32 -06:00
f7becdb26e Update version to 0.1.0 and modify scripts to include VITE_APP_VERSION. Add APP_VERSION export for use in components.
Some checks failed
CI / check (push) Failing after 1m22s
CI / build (push) Has been skipped
2025-12-24 17:03:48 -06:00
b1d4d24b18 Add build and check scripts for CI 2025-12-24 17:03:42 -06:00
881c5d04be Add CI workflow configuration for continuous integration 2025-12-24 17:03:31 -06:00
d2ef9add72 0.1.0 2025-12-24 17:00:21 -06:00
7f6d9812cb first commit 2025-12-24 16:58:55 -06:00