Commit Graph

13 Commits

Author SHA1 Message Date
90ac03663f Исправлена подсветка шаблонов, добавлен макет тестовый список, исправлены проблемы со шрифтами
- Добавлено поле template_id в модель DesignSettings
- Исправлена логика подсветки выбранного шаблона в TemplatesSelector
- Добавлен новый макет 'test-list' - полный несворачиваемый список
- Обновлены шрифты с поддержкой CSS переменных
- Создан CSS модуль для тестового списка
- Обеспечена совместимость иконок во всех макетах
2025-11-09 11:53:17 +09:00
92e2854575 Add comprehensive group customization features
- Add group overlay color and opacity settings
- Add font customization (body and heading fonts)
- Add group description text color control
- Add option to hide 'Groups' title
- Update frontend DesignSettings interface
- Update CustomizationPanel with new UI controls
- Update Django model with new fields
- Create migration for new customization options
- Update DRF serializer with validation
2025-11-09 10:27:04 +09:00
091362d81e Add custom media file serving view for production mode
Some checks failed
continuous-integration/drone/push Build is failing
2025-11-08 20:55:20 +09:00
b1bcd85644 beta test realise
Some checks failed
continuous-integration/drone/push Build is failing
2025-11-08 20:54:06 +09:00
9c1c5b4b62 Fix public page layouts and avatar display
Some checks failed
continuous-integration/drone/push Build is failing
🎨 Layout improvements:
- Add full implementations for timeline, masonry, and magazine layouts
- Replace layout stubs with proper React components matching dashboard
- Add timeline with alternating left/right positioning and central line
- Implement masonry layout with dynamic column sizing
- Create magazine layout with featured first item and image previews

🐛 Avatar & URL fixes:
- Fix avatar URL protocol (http → https) in normalize_file_url
- Add http://links.shareon.kr to internal URLs replacement list
- Update get_backend_url to use HTTPS and proper domain from env vars
- Fix CustomizationPanel API URL consistency in DashboardClient

 Visual enhancements:
- Proper hover states and transitions for all layout types
- Timeline dots with theme color coordination
- Magazine layout with responsive image handling
- Masonry cards with dynamic content sizing
- Consistent group/link styling across all layouts

🔧 Technical:
- Environment-driven URL generation for production
- Consistent API endpoint usage across components
- Better responsive design for mobile devices
- Improved accessibility with proper alt text and ARIA labels
2025-11-08 20:24:42 +09:00
e82f0f8e6f Fix hardcoded localhost:8000 URLs
Some checks failed
continuous-integration/drone/push Build is failing
- Add backend/utils.py for URL management
- Update serializers to use normalize_file_url()
- Update views to use URL utils from env vars
- Fix frontend components to use NEXT_PUBLIC_API_URL
- Add new env vars: DJANGO_BACKEND_URL, DJANGO_MEDIA_BASE_URL
- Replace all hardcoded localhost:8000 with configurable URLs
2025-11-08 19:25:35 +09:00
fb74a4a25d some fixes
Some checks failed
continuous-integration/drone/push Build is failing
2025-11-08 18:45:20 +09:00
20014d3a81 environment emprovements
Some checks failed
continuous-integration/drone/push Build is failing
2025-11-04 21:18:15 +09:00
01532e860a CI/CD build notifications
Some checks failed
continuous-integration/drone/push Build is failing
2025-11-02 06:33:45 +09:00
2e535513b5 + Приведены все функции приложения в рабочий вид
+ Наведен порядок в файлах проекта
+ Наведен порядок в документации
+ Настроены скрипты установки, развертки и так далее, расширен MakeFile
2025-11-02 06:09:55 +09:00
367e1c932e refactor. pre-deploy 2025-10-29 20:22:35 +09:00
18497d4343 new models, frontend functions, public pages 2025-05-07 15:41:03 +09:00
91f0d54563 init commit 2025-05-06 20:44:33 +09:00