Commit graph

8 commits

Author SHA1 Message Date
rizary
eb148541e6
fix minor docs and add output to gitignore 2025-06-23 10:49:37 +07:00
rizary
6bb780e1e5
chore(release): v0.2.0 2025-06-23 09:52:24 +07:00
rizary
67fb3a203e
feat: implement CEX analysis cards and real-time token monitoring
- Add TokenCard and CexAnalysisCard components for displaying token data
- Implement real-time Redis event streaming for token updates
- Add environment-based configuration system for dev/prod Redis servers
- Create comprehensive hunting ground dashboard with card management
- Add individual and bulk card removal functionality
- Implement browser integration for token details viewing
- Add timestamp utilities and proper type handling for Redis events
- Create production-ready configuration with 154.38.185.112 Redis server
- Add comprehensive documentation in README.md and CONTRIBUTORS.md
- Restructure project architecture with proper Electron-Vue integration

BREAKING CHANGE: Redis configuration now uses environment-based settings
2025-06-23 09:03:39 +07:00
rizary
42e0ff7ab6
chore(release): v0.1.2 2025-06-22 01:08:46 +07:00
rizary
451a8b689c
chore: update versioning to start from 0.1.0
- Update package.json version from 1.0.0 to 0.1.0
- Update changelog to reflect proper initial version
- Improve package description for clarity
- Set proper baseline for future incremental releases
2025-06-22 01:04:47 +07:00
rizary
6efcf43691
feat: complete ESLint configuration overhaul and theme system improvements
- Migrate from legacy .eslintrc.json to modern flat config system
- Remove conflicting ESLint configuration files
- Fix auto-generation of eslint.config.mjs by Nuxt
- Update ESLint rules to use single quotes and proper formatting
- Add comprehensive theme switching system with 24 palettes
- Implement proper daisyUI theme integration
- Add theme store with persistence and dark/light mode support
- Create ThemeSwitcher component with enhanced UI
- Fix package.json scripts to work with new ESLint flat config
- Update VS Code settings for proper ESLint integration
- Add changelogen scripts for proper changelog management

BREAKING CHANGE: ESLint configuration migrated to flat config system
2025-06-22 00:53:24 +07:00
rizary
7cc90b8a0d
add tailwindcss and daisyui, pinia and fix build error when integrating vue with electron 2025-06-21 17:58:14 +07:00
rizary
13166b7a19
initiate ziya 2025-06-21 14:05:50 +07:00