Commit graph

4 commits

Author SHA1 Message Date
Quorafind
b1caa05209 docs: update README and simplify DEVELOPMENT structure
- Update README installation links to correct GitHub repo
- Change version badge to dynamic release tag
- Simplify DEVELOPMENT.md directory structure documentation
- Add PRIVACY.md with privacy policy information
2025-12-17 14:51:39 +08:00
Quorafind
853c9efe80 docs: update documentation with CLA and license information
- Add CLA section to DEVELOPMENT.md with contributor guidelines
- Update README.md with license information and version badge
- Add reference to FSL-1.1-ALv2 license
- Clarify component reusability for developers
2025-10-17 00:00:43 +08:00
Quorafind
8a7cc8fa9a chore(experimental): remove unfinished v2 implementation and clean docs
- Remove experimental TaskViewV2 and related CSS
- Fix DEVELOPMENT.md formatting and remove outdated license reference
- Clean up accidentally committed experimental code
2025-10-10 17:23:24 +08:00
Quorafind
791f2cd9a9 refactor(fluent): extract fluent settings and reorganize file structure
- Add dedicated FluentViewSettings interface separated from experimental
- Move FileTaskView to bases/ directory for better organization
- Update all fluent integration to use fluentView settings
- Add DEVELOPMENT.md with project development guidelines
- Migrate settings with backward compatibility

BREAKING CHANGE: Settings structure changed from experimental.enableFluent
to fluentView.enableFluent (migration handled automatically)
2025-10-08 01:34:46 +08:00