5902896b9c
chore: update package version to 1.6.0
Sudo-Ivan2025-12-31 18:59:34 -06:00
e9471e9110
refactor: simplify +page.svelte by removing versioning logic and footer, enhancing layout structure
Sudo-Ivan2025-12-31 18:59:29 -06:00
aea77cb4b6
fix: enhance service worker registration to ensure it only occurs over secure protocols (http/https)
Sudo-Ivan2025-12-31 18:59:24 -06:00
59536df2ff
feat: add new readonly constants for IndexedDB and component properties in ESLint configuration
Sudo-Ivan2025-12-31 18:59:19 -06:00
44b1a1472f
feat: add new constants for image storage and grid size configuration
Sudo-Ivan2025-12-31 18:59:07 -06:00
5ac482f6dc
feat: implement IndexedDB utility functions for storing and retrieving application data, including settings, images, and custom types
Sudo-Ivan2025-12-31 18:59:02 -06:00
1da1e61cc5
feat: add theme configuration and utility functions for managing application themes
Sudo-Ivan2025-12-31 18:58:57 -06:00
8feb48b044
feat: implement ToastManager for managing toast notifications with various types and automatic dismissal
Sudo-Ivan2025-12-31 18:58:52 -06:00
2e8b01483e
feat: introduce types for graph structure including nodes, links, and application themes
Sudo-Ivan2025-12-31 18:58:47 -06:00
232b63ecff
feat: enhance Toolbar component with link mode functionality and improved desktop/mobile toggle behavior
Sudo-Ivan2025-12-31 18:58:42 -06:00
8c16350e08
feat: add ToastContainer component for displaying toast notifications with customizable styles and transitions
Sudo-Ivan2025-12-31 18:58:36 -06:00
ad568ecc22
feat: add SettingsModal component for customizable settings management with grid and theme options
Sudo-Ivan2025-12-31 18:58:31 -06:00
b99afb374f
feat: add NodeInspector component for detailed node editing with customizable inputs and image handling
Sudo-Ivan2025-12-31 18:58:26 -06:00
5911e3156f
feat: add LinkEditModal component for editing relationship links with customizable inputs and mobile support
Sudo-Ivan2025-12-31 18:58:21 -06:00
612d86127f
refactor: streamline IdentityGraph component by removing unused IndexedDB functions and enhancing image handling with new utility functions
Sudo-Ivan2025-12-31 18:58:15 -06:00
3dff39f062
feat: add FloatingWindow component for draggable, customizable floating windows with persistent positioning
Sudo-Ivan2025-12-31 18:58:10 -06:00
8b3df40c9a
feat: add CustomTypesModal component for managing custom types with image upload and editing functionality
Sudo-Ivan2025-12-31 18:58:06 -06:00
0b11894b79
feat: add AddEntityModal component for creating new entities with image upload and notes support
Sudo-Ivan2025-12-31 18:58:01 -06:00
5991451116
chore: update Wails build commands in Taskfile to include webkit2_41 tags for desktop applications
Sudo-Ivan2025-12-31 18:57:26 -06:00
6da7b31269
Add HOST environment variable to Dockerfile for host binding
Sudo-Ivan2025-12-29 14:14:25 -06:00
4b553d67d4
Update main.go to allow HOST environment variable for host binding and improve error handling in API response. Update app.go to enforce stricter file permissions and ensure valid file paths when loading files.
Sudo-Ivan2025-12-29 14:14:20 -06:00
2064760ea9
Add new tasks to Taskfile.yml for building frontend and backend, setting up development environment, and installing dependencies for CI.
Sudo-Ivan2025-12-29 13:08:15 -06:00
06300f08e3
Update CI workflow by integrating Task
Sudo-Ivan2025-12-29 13:08:08 -06:00
c463eb1d94
Refactor IdentityGraph component to normalize links and improve data handling. Added normalizeLinks function to ensure link types and strengths are validated against predefined lists.
Sudo-Ivan2025-12-29 13:07:55 -06:00
add7f6e530
Update SECURITY.md to include PNPM in vulnerability scanning and add SAST tools for Go and JavaScript code.
Sudo-Ivan2025-12-29 12:58:48 -06:00
7a3b3ca054
Add eslint-plugin-security to ESLint configuration and update package.json and pnpm-lock.yaml
Sudo-Ivan2025-12-29 12:58:37 -06:00
540f9712db
Add cookie version override in package.json and pnpm-lock.yaml
Sudo-Ivan2025-12-29 12:53:54 -06:00
6ac2968b73
Update CI workflow to use pnpm for dependency management and upgrade Go version to 1.25.5
Sudo-Ivan2025-12-29 12:49:44 -06:00
217b10b1fd
Update CHANGELOG.md for version 1.5.0
Sudo-Ivan2025-12-29 12:48:32 -06:00
5fac643e86
Update IdentityGraph component by adding canvasElement for improved touch event handling and updating event listeners for better state management.
Sudo-Ivan2025-12-29 12:42:37 -06:00
d862b1d222
Update ESLint configuration to add readonly globals for Element and EventListener
Sudo-Ivan2025-12-29 12:28:04 -06:00
0b90005bf7
refactor IdentityGraph component to improve touch event handling and state management with IndexedDB
Sudo-Ivan2025-12-29 12:27:30 -06:00
bab846cd83
Refactor layout component to use props for children and update event handling for improved readability and functionality.
Sudo-Ivan2025-12-29 12:12:05 -06:00