59030ba2a3
Refactor IdentityGraph component to utilize centralized constants and implement undo/redo functionality with IndexedDB for state management.
Sudo-Ivan2025-12-29 12:12:00 -06:00
9e7a9f6d2c
Add constants and types for database, relationships, and node types in constants.ts
Sudo-Ivan2025-12-29 12:11:07 -06:00
a3a78ae117
Remove unnecessary newline at the end of inject-sw-version.js for cleaner code.
Sudo-Ivan2025-12-29 12:11:00 -06:00
51ce1cbc40
Update build script to use pnpm instead of npm for building the app
Sudo-Ivan2025-12-29 12:10:55 -06:00
1202652e93
Add compiler options in svelte.config.js to manage runes for external dependencies
Sudo-Ivan2025-12-29 12:10:47 -06:00
3b9b8e0a65
Refactor ESLint configuration by formatting the ignores array for improved readability.
Sudo-Ivan2025-12-29 12:10:40 -06:00
44ccc672fc
Update package version to 1.5.0, add author and license information, and update dependencies in package.json. Introduce pnpm-lock.yaml for dependency management. Update service worker cache version to 1.5.0.
Sudo-Ivan2025-12-29 12:10:27 -06:00
625dcc11f8
Fix formatting in svelte.config.js by adding a missing comma and ensuring proper structure.
Sudo-Ivan2025-12-29 11:33:57 -06:00
62f3f34e10
Update frontend package manager from npm to pnpm in wails.json
Sudo-Ivan2025-12-29 11:33:51 -06:00
aad59ffe43
Fix indentation in renovate.json schema declaration
Sudo-Ivan2025-12-29 11:33:42 -06:00
e366ba8f1b
Merge pull request 'Update ghcr.io/renovatebot/renovate Docker tag to v42.66.11' (#5) from renovate/ghcr.io-renovatebot-renovate-42.x into master
ivan
2025-12-29 00:21:44 +00:00
6971796c00
Update ghcr.io/renovatebot/renovate Docker tag to v42.66.11
Renovate Bot
2025-12-29 00:02:10 +00:00
d85d960e3d
Merge pull request 'Update ghcr.io/renovatebot/renovate Docker tag to v42' (#4) from renovate/ghcr.io-renovatebot-renovate-42.x into master
ivan
2025-12-28 05:30:32 +00:00
d99fce9b24
Update ghcr.io/renovatebot/renovate Docker tag to v42
Renovate Bot
2025-12-28 00:00:48 +00:00
d770914aae
Merge pull request 'Update ghcr.io/renovatebot/renovate Docker tag to v37.440.7' (#2) from renovate/ghcr.io-renovatebot-renovate-37.x into master
ivan
2025-12-27 22:44:20 +00:00
02d745f9ae
Update ghcr.io/renovatebot/renovate Docker tag to v37.440.7
Renovate Bot
2025-12-27 22:29:35 +00:00
5c7c6c4ca5
Merge pull request 'Configure Renovate' (#1) from renovate/configure into master
ivan
2025-12-27 20:52:32 +00:00
5eb10386de
Refactor header layout in +page.svelte for improved responsiveness and accessibility, including link updates and style adjustments.
Sudo-Ivan2025-12-25 16:05:46 -06:00
c3b0173da3
Remove unnecessary eslint directive from service worker file to streamline code.
Sudo-Ivan2025-12-25 16:05:36 -06:00
0a4a5f7634
Refactor APP_VERSION definition to support multiple sources, including a global variable and npm package version, enhancing flexibility in version management.
Sudo-Ivan2025-12-25 16:05:32 -06:00
ecc1253937
Update IdentityGraph component with link selection and mobile support.
Sudo-Ivan2025-12-25 16:05:24 -06:00
de392d52ea
Add linking tool script to set environment variables and import main application module
Sudo-Ivan2025-12-25 16:05:09 -06:00
204dceeff7
Add workflow for publishing NPM packages, including setup for Node.js, dependency installation, packaging, and publishing to a custom registry.
Sudo-Ivan2025-12-25 16:05:02 -06:00
410448b35d
Add GitHub Actions workflow for building and publishing Docker images, including setup for QEMU, Docker Buildx, and metadata extraction.
Sudo-Ivan2025-12-25 16:04:52 -06:00
119177d64c
Add app version definition in Vite configuration using environment variable or package version
Sudo-Ivan2025-12-25 16:04:46 -06:00
df9ed9465b
Add mobile landscape screen breakpoint to Tailwind configuration for responsive design
Sudo-Ivan2025-12-25 16:04:41 -06:00
c2de35082f
Update Svelte configuration to use node adapter instead of auto adapter for improved environment compatibility.
Sudo-Ivan2025-12-25 16:04:31 -06:00
bc63b4a42c
Update package version to 1.3.0, rename package to @quad4/linking-tool, and add new fields for main entry, binary, and engines in package.json. Enhance package-lock.json with additional dependencies and metadata.
Sudo-Ivan2025-12-25 16:03:52 -06:00
8d4e8cde81
Update Makefile with Docker support and additional npm commands for packaging and publishing
Sudo-Ivan2025-12-25 16:03:45 -06:00
fa4ff7444d
Fix link editing functionality in IdentityGraph component by introducing manual editing for relationship types, adding validation for shareable URLs, and improving input handling for relationship type selection.
Sudo-Ivan2025-12-24 21:38:30 -06:00
8d82c160d1
Remove PNG export functionality from IdentityGraph component and associated button in the UI.
Sudo-Ivan2025-12-24 21:27:36 -06:00
99d94e092d
Update version to 1.2.0 in package.json and package-lock.json for release.
Sudo-Ivan2025-12-24 21:27:30 -06:00
003a88dcee
Improve data validation in IdentityGraph component by adding checks for decoded data structure and image URL validity. Ensure nodes and links are properly validated before processing.
Sudo-Ivan2025-12-24 21:24:36 -06:00
ab16ce5128
Update version to 1.0.0 in package.json and package-lock.json for release.
v1.0.0
Sudo-Ivan2025-12-24 19:58:04 -06:00
bcabd098b5
Refactor service worker cache array for improved readability by consolidating URL entries into a single line.
Sudo-Ivan2025-12-24 19:57:17 -06:00
6e370ce774
Add touch event handling to IdentityGraph component for improved mobile interaction
Sudo-Ivan2025-12-24 19:57:07 -06:00
c00e0bf6f2
Remove unused font file from service worker cache.
Sudo-Ivan2025-12-24 19:15:31 -06:00
b683da85f0
Implement theme toggle functionality in IdentityGraph component and refine styling for light/dark modes. Clean up unused imports and whitespace in related files.
Sudo-Ivan2025-12-24 19:13:08 -06:00
9d59cd6b4c
Update IdentityGraph component to support multi-selection of nodes and enhanced relationship management.
Sudo-Ivan2025-12-24 19:02:31 -06:00