Commit Graph

85 Commits

Author SHA1 Message Date
alorig
341650bddc Revert "test if works or revert"
This reverts commit e9e0de40d0.
2025-11-29 11:24:35 +05:00
alorig
e9e0de40d0 test if works or revert 2025-11-29 11:23:42 +05:00
alorig
1aead06939 tasks to published refactor 2025-11-28 15:25:19 +05:00
alorig
e09198a8fd sd 2025-11-27 02:34:40 +05:00
alorig
4204cdb9a4 Revert "icon"
This reverts commit 54457680aa.
2025-11-27 02:13:43 +05:00
alorig
54457680aa icon 2025-11-27 02:08:30 +05:00
IGNY8 VPS (Salman)
4fe68cc271 ui frotneedn fixes 2025-11-26 06:47:23 +00:00
alorig
f255e3c0a0 21 2025-11-24 06:08:27 +05:00
alorig
45dc0d1fa2 refactor phase 6 2025-11-20 21:47:03 +05:00
IGNY8 VPS (Salman)
26ec2ae03e Implement Site Builder Metadata and Enhance Wizard Functionality
- Introduced new models for Site Builder options, including BusinessType, AudienceProfile, BrandPersonality, and HeroImageryDirection.
- Added serializers and views to handle metadata for dropdowns in the Site Builder wizard.
- Updated the SiteBuilderWizard component to load and display metadata, improving user experience with dynamic options.
- Enhanced BusinessDetailsStep and StyleStep components to utilize new metadata for business types and brand personalities.
- Refactored state management in builderStore to include metadata loading and error handling.
- Updated API service to fetch Site Builder metadata, ensuring seamless integration with the frontend.
2025-11-18 12:31:59 +00:00
IGNY8 VPS (Salman)
dbe8da589f Phase 0: Add ModuleGuard component and implement Modules settings UI
- Created ModuleGuard component to protect routes based on module status
- Implemented Modules.tsx page with toggle switches for all modules
- Fixed Switch component onChange prop type
- Module enable/disable UI fully functional
2025-11-16 18:44:07 +00:00
IGNY8 VPS (Salman)
7cd0e1a807 Add health check endpoint and refactor integration response handling
- Introduced a new public health check endpoint at `api/ping/` to verify API responsiveness.
- Refactored integration response handling to utilize a unified success and error response format across various methods in `IntegrationSettingsViewSet`, improving consistency and clarity in API responses.
- Updated URL patterns to include the new ping endpoint and adjusted imports accordingly.
2025-11-16 07:01:19 +00:00
IGNY8 VPS (Salman)
7665b8c6e7 Refactor API response handling across multiple components to ensure consistency with the unified format. Update error handling and response validation in ValidationCard, usePersistentToggle, Status, Prompts, and api.ts to improve user feedback and maintain compatibility with the new API standards. 2025-11-16 00:19:01 +00:00
IGNY8 VPS (Salman)
0ec594363c Implement unified API standard across backend viewsets and serializers, enhancing error handling and response formatting. Update AccountModelViewSet to standardize CRUD operations with success and error responses. Refactor various viewsets to inherit from AccountModelViewSet, ensuring compliance with the new standard. Improve frontend components to handle API responses consistently and update configuration for better user experience. 2025-11-15 23:04:31 +00:00
Desktop
04f15a77bc ind 2025-11-13 01:04:19 +05:00
Desktop
77ec8af4d1 Revert "lightbox"
This reverts commit 469e07e046.
2025-11-13 00:36:08 +05:00
Desktop
469e07e046 lightbox 2025-11-13 00:07:34 +05:00
Desktop
bd2a5570a9 Update ContentImageCell.tsx 2025-11-12 23:36:56 +05:00
Desktop
5da2092873 New Columns and columns visibility 2025-11-12 23:29:31 +05:00
Desktop
459cabf921 udpdates 2025-11-12 23:04:52 +05:00
Desktop
3fca67858e stadardize site slector sector selctor 2025-11-12 22:55:51 +05:00
Desktop
1042734278 asd 2025-11-12 22:44:49 +05:00
Desktop
883e4642dc 123 2025-11-12 22:17:37 +05:00
Desktop
fa47cfa7ff enhanced ui 2025-11-12 21:37:41 +05:00
Desktop
bcc52c4891 Update Runware pricing across the application to reflect new cost of $0.009 per image in backend and frontend components. 2025-11-12 14:41:20 +05:00
Desktop
2c2eaa4c47 Update ImageQueueModal.tsx 2025-11-12 14:25:47 +05:00
Desktop
162d15357a major image prog bar update 2025-11-12 14:14:29 +05:00
Desktop
fe57c2d321 in-article image progress bar 2025-11-12 13:55:09 +05:00
IGNY8 VPS (Salman)
e2026629e2 lint 2025-11-12 08:42:13 +00:00
IGNY8 VPS (Salman)
9f704313fb Enhance image processing and progress tracking in ImageQueueModal; update docker-compose for read-write access 2025-11-12 08:39:03 +00:00
Desktop
021e2d1e20 Update ContentImageCell.tsx 2025-11-12 11:11:07 +05:00
Desktop
ba97927b31 Update ContentImageCell.tsx 2025-11-12 11:03:28 +05:00
Desktop
f90979a2b0 sad 2025-11-12 10:57:34 +05:00
Desktop
8496043258 Update ContentImageCell.tsx 2025-11-12 10:51:46 +05:00
Desktop
c41efc5f96 Update ContentImageCell.tsx 2025-11-12 10:50:05 +05:00
IGNY8 VPS (Salman)
7ff3eafb51 iamge path 2025-11-12 05:23:28 +00:00
IGNY8 VPS (Salman)
03909a1fab Enhance image processing and error handling in AICore and tasks
- Improved response parsing in AICore to handle both array and dictionary formats, including detailed error logging.
- Updated image directory handling in tasks to prioritize web-accessible paths for image storage, with robust fallback mechanisms.
- Adjusted image URL generation in serializers and frontend components to support new directory structure and ensure proper accessibility.
2025-11-12 04:45:13 +00:00
IGNY8 VPS (Salman)
c29ecc1664 some improvements 2025-11-12 04:28:13 +00:00
IGNY8 VPS (Salman)
9f20b8e065 Add bulk update functionality for image status
- Introduced a new endpoint in the backend to handle bulk updates of image statuses by content ID or image IDs.
- Updated the frontend to include a new row action for updating image status and integrated a modal for status confirmation.
- Enhanced the API service to support bulk status updates and updated the images page to manage status updates effectively.
2025-11-12 01:37:41 +00:00
Desktop
1860c22320 progress bar issues 2025-11-12 06:01:49 +05:00
Desktop
b0e2888b09 d 2025-11-12 05:13:56 +05:00
Desktop
584233a7b2 a 2025-11-12 04:57:12 +05:00
Desktop
4373657147 asd 2025-11-12 04:54:12 +05:00
Desktop
b132099e66 prompt issues fixes 2025-11-12 04:41:30 +05:00
Desktop
19b4c9faa3 image generation function implementation 2025-11-12 04:32:42 +05:00
Desktop
d1d2d768e5 Revert "dup remocal"
This reverts commit cfddf3d8fd.
2025-11-12 04:05:17 +05:00
Desktop
cfddf3d8fd dup remocal 2025-11-12 04:03:16 +05:00
Desktop
c47d18c18d icon 2025-11-12 03:59:34 +05:00
Desktop
27ec18727c Add Image Generation Settings Endpoint and Update Frontend Modal: Implement a new API endpoint to fetch image generation settings, enhance the ImageQueueModal to display progress and status, and integrate the settings into the image generation workflow. 2025-11-12 03:50:34 +05:00
IGNY8 VPS (Salman)
253d2e989d fixes for image gen 2025-11-11 21:35:54 +00:00