Commit Graph

18 Commits

Author SHA1 Message Date
cogwheel0
458a478cea feat(docs): Add Rybbit API script to index.html for enhanced functionality 2025-12-07 20:27:31 +05:30
cogwheel0
745ff01954 feat(widget): Add home screen widget with quick access actions 2025-12-07 12:26:16 +05:30
cogwheel0
e85963d0f8 feat: add Open Graph and Twitter social sharing metadata to index.html and include og-image.png. 2025-11-29 16:49:02 +05:30
cogwheel0
79b9c82fb5 refactor(branding): Replace logo mark with image and update color palette to Conduit blue 2025-11-29 16:32:04 +05:30
cogwheel0
e6f8a76f13 refactor(ui): Update landing page content and improve GitHub stats fetching with Shields.io 2025-11-27 11:53:59 +05:30
cogwheel0
63dd7234d6 refactor(stats): Update GitHub stats fetching to use data attributes and improve API request handling 2025-11-26 23:39:14 +05:30
cogwheel0
6829682c2a feat(reviews): Implement reviews section with rating pills and marquee display 2025-11-26 23:28:41 +05:30
cogwheel0
7fdb342b86 feat(ui): Enhance landing page interactions and animations 2025-11-26 20:11:52 +05:30
cogwheel
8ee79cec01 feat: Add initial documentation website with HTML, CSS, and JavaScript. 2025-11-19 12:29:58 +05:30
cogwheel
e066331d9e Create CNAME 2025-11-19 12:10:41 +05:30
cogwheel0
2337568baf refactor: Update README for asset paths and build command
- Changed asset paths for Google Play and App Store badges to point to the correct directory.
- Updated the demo GIF path to reflect the new location in the screenshots folder.
- Modified the build command in the setup instructions to use 'dart run' instead of 'flutter pub run' for better compatibility.
- Removed outdated demo GIF and store badge images that are no longer needed.
2025-10-21 13:23:08 +05:30
cogwheel0
4c3217c283 chore: update README and remove localization documentation
- Updated image paths in README to reflect new locations.
- Removed outdated localization guidelines and related documentation files.
- Deleted unused metadata files for app descriptions and screenshots.
2025-10-16 23:06:20 +05:30
cogwheel0
12a6a07043 chore: update dependencies and remove unused files
- Replaced `flutter_highlight` with `gpt_markdown` in `pubspec.yaml`.
- Updated `pubspec.lock` to reflect new dependencies and removed obsolete ones.
- Deleted outdated Riverpod migration documentation files to streamline the project.
- Added new configurations for GptMarkdown styling in `markdown_config.dart` and updated the streaming markdown widget implementation.
2025-09-30 16:02:34 +05:30
cogwheel0
f18d378c3c docs: add comprehensive Riverpod 3.0 migration documentation and Priority 1 implementation
Priority 1 (COMPLETE):
- Add riverpod_lint and custom_lint packages
- Update analysis_options.yaml with custom_lint plugin
- Update AGENTS.md with Riverpod 3.0 best practices
- Fix unsafe ref usage in modern_chat_input.dart
- All tests passing, zero breaking changes

Priority 2 (PLANNED):
- Complete migration plan for 39 providers (RIVERPOD_PRIORITY2_PLAN.md)
- Quick reference guide (RIVERPOD_PRIORITY2_QUICKREF.md)
- Progress tracker (RIVERPOD_PRIORITY2_TRACKER.md)
- Master documentation index (RIVERPOD_MIGRATION_INDEX.md)
- Analysis and summary documents

Documentation includes:
- Step-by-step migration examples
- 6-phase implementation plan (23-33 hours)
- Testing strategies and rollback procedures
- Risk assessment and mitigation
- Timeline and resource estimates
2025-09-30 14:27:50 +05:30
cogwheel0
3457fd6478 chore: update AGENTS.md 2025-09-16 12:58:02 +05:30
cogwheel0
7e6009d2cc refactor: text streaming 2025-09-13 10:16:58 +05:30
cogwheel0
fcbf41a9dd chore: prepare for weblate 2025-09-07 12:22:02 +05:30
cogwheel0
8ee4c0e78e docs: enhance README with new badges, quickstart instructions, and improved structure for better navigation 2025-08-26 18:30:39 +05:30