Tudor Stanciu
b850997f62
Merged PR 96: Implement SignalR integration for real-time notifications and messaging
...
Implement SignalR integration for real-time notifications and messaging
2025-06-01 18:38:38 +00:00
Tudor Stanciu
effe34cb20
Refactor AppRouter to use dynamic base name from environment variable
2025-05-13 02:04:44 +03:00
Tudor Stanciu
e39998a09d
Refactor build process and runtime setup for dynamic base path handling
2025-05-13 01:46:10 +03:00
Tudor Stanciu
1191e90db4
Update app name in manifest.json to reflect Vite integration
2025-05-04 14:48:17 +03:00
Tudor Stanciu
4edd2c54d3
Update .env to use secure HTTPS URLs for API endpoints
2025-05-04 11:35:31 +03:00
Tudor Stanciu
8358fb6fac
Update Dockerfile to modify serve command options for production environment
2025-05-04 11:31:21 +03:00
Tudor Stanciu
640ae564ff
Fix base path handling in env script injection for index.html
2025-05-02 02:31:59 +03:00
Tudor Stanciu
1a131a903b
Merged PR 95: Base path fix after Vite migration
2025-05-01 21:51:51 +00:00
Tudor Stanciu
984ee08a95
Update Dockerfile to use Node.js 23-slim for both build and production environments
2025-04-28 00:00:12 +03:00
Tudor Stanciu
5ac3ec74b6
Bump version to 1.4.1 in project files
2025-04-27 03:20:22 +03:00
Tudor Stanciu
5ab5d0777f
Merged PR 93: Migrate from Create React App to Vite
...
- Update dependencies and refactor import for localStorage utility
- Refactor component prop types from JSX.Element to React.ReactElement for consistency
- refactor: migrate from Create React App to Vite
2025-04-27 00:15:51 +00:00
Tudor Stanciu
feb2ab11f9
Implement useGuardedMutation hook for enhanced error handling in MachineContainer and update related components
2024-11-16 14:11:32 +02:00
Tudor Stanciu
181c565b3c
Remove debugger statements and streamline error handling in MachineContainer
2024-11-16 04:16:10 +02:00
Tudor Stanciu
82a4750c76
Refactor SWR mutation handling: replace Error with NetworkError for improved error management and add error handling in fetchers
2024-11-16 04:05:16 +02:00
Tudor Stanciu
8f9c03f400
Remove commented-out deleteFetcher function from fetchers.ts to clean up code
2024-11-16 02:47:51 +02:00
Tudor Stanciu
a664a4ade9
Bump version to 1.3.1 and update release notes with SWR integration and progress bar implementation
2024-11-16 02:36:15 +02:00
Tudor Stanciu
52af1ef10b
Refactor axios.js: remove unused axios utility functions to streamline codebase
2024-11-16 02:17:49 +02:00
Tudor Stanciu
49ac48e1f8
Refactor api.js: migrate from JavaScript to TypeScript, enhancing type safety and maintainability
2024-11-16 02:14:30 +02:00
Tudor Stanciu
0a3e402013
Refactor WakeComponent: enable periodic ping retriggering by uncommenting setTimeout logic
2024-11-16 02:13:12 +02:00
Tudor Stanciu
174f383968
Refactor api.js: rename powerActionsRoute to resurrectorRoute for clarity in API endpoint usage
2024-11-16 02:12:47 +02:00
Tudor Stanciu
ad27fa477d
Refactor api.js: simplify error handling, remove unused functions, and rename routes to endpoints
2024-11-16 02:12:21 +02:00
Tudor Stanciu
04e80a0ac0
Refactor WakeComponent: integrate useSWRMutation for waking machines, update API endpoint usage, and enhance type definitions
2024-11-16 02:11:09 +02:00
Tudor Stanciu
618bfb38e1
Refactor WakeComponent: update ping interval and starting time handling, streamline ping logic, and improve dependency management
2024-11-16 02:03:47 +02:00
Tudor Stanciu
09e447f4b3
Refactor MachineContainer and WakeComponent: implement usePingTrigger for pinging machines, update action result types, and clean up API calls
2024-11-16 01:52:47 +02:00
Tudor Stanciu
7234b857a6
Refactor MachineContainer: convert to TypeScript, implement SWR for data fetching, and update action handling
2024-11-16 01:29:18 +02:00
Tudor Stanciu
253ee1953c
Refactor WakeComponent: convert to TypeScript, update API routes, and enhance logging functionality
2024-11-11 02:13:03 +02:00
Tudor Stanciu
8148da132d
Refactor MachinesContainer: convert to TypeScript, implement SWR for data fetching, and update API routes
2024-11-11 02:04:02 +02:00
Tudor Stanciu
338aa17fe8
Refactor SWR imports: consolidate fetcher and mutationFetcher into units/swr, update component imports accordingly
2024-11-11 01:54:01 +02:00
Tudor Stanciu
0468af03be
Refactor UserPermissionsProvider to TypeScript, remove unused permissions API routes, and enhance cache reset functionality
2024-11-11 01:48:15 +02:00
Tudor Stanciu
ca388cb639
Refactor cache reset functionality: replace old CacheSettingsContainer with TypeScript version, update SystemController to handle reset cache, and enhance SWR mutation fetcher.
2024-11-11 01:29:07 +02:00
Tudor Stanciu
8af7b64a60
Add version display to TimelineComponent in release notes
2024-11-10 23:25:14 +02:00
Tudor Stanciu
19415f312a
Refactor ReleaseNotesContainer to TypeScript, implement SWR for data fetching, and update release note structure
2024-11-10 23:21:37 +02:00
Tudor Stanciu
9389058b1f
Refactor SystemVersionComponent to update styling and add dtos to types
2024-11-10 02:27:30 +02:00
Tudor Stanciu
5f234938b8
Refactor SystemVersionComponent to remove unused imports and update styling
2024-11-10 02:19:57 +02:00
Tudor Stanciu
97b22c7047
Refactor SystemVersionComponent and add dtos to types
2024-11-10 02:16:25 +02:00
Tudor Stanciu
74a176b9aa
Refactor SystemVersionContainer and add dtos to types
2024-11-10 02:05:32 +02:00
Tudor Stanciu
c5ba810605
blip toast proxy
2024-11-10 01:52:39 +02:00
Tudor Stanciu
f8d0d7c486
Refactor handleOpenInNewTab function in AboutSystemContainer.js
2024-11-10 01:12:01 +02:00
Tudor Stanciu
1ba19eb96c
Refactor handleOpenInNewTab function in AboutSystemContainer.js
2024-11-10 01:11:02 +02:00
Tudor Stanciu
0a3257dca3
move themes in units
2024-08-16 00:58:40 +03:00
Tudor Stanciu
b1fa0e1c6a
refactor: Update progress bar component and provider
2024-08-16 00:52:54 +03:00
Tudor Stanciu
8a95bd9886
dockerfile fix
2024-07-14 03:06:01 +03:00
Tudor Stanciu
958fa44344
Upgrade Node.js version in frontend Dockerfile
2024-07-14 02:55:05 +03:00
Tudor Stanciu
6d451162b1
theme enhancements
2024-07-13 21:06:42 +03:00
Tudor Stanciu
e3af87cd88
refactor: Update theme configuration and remove unused code
2024-07-13 20:32:04 +03:00
Tudor Stanciu
4235323c4a
refactor: Improve padding in ActionButton and WakeComponent
2024-07-13 19:54:22 +03:00
Tudor Stanciu
b695cd6014
refactor: Update ActionsGroup component to improve readability and maintainability
2024-07-13 18:38:26 +03:00
Tudor Stanciu
e2f724dd97
.
2024-06-03 11:59:38 +03:00
Tudor Stanciu
b34f8cf888
package lock
2024-06-03 11:37:49 +03:00
Tudor Stanciu
c6a3290891
Theme fix
2024-04-01 01:14:21 +03:00