Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-03-29 | 1.9 kB | |
v0.1.0 source code.tar.gz | 2025-03-29 | 526.1 kB | |
v0.1.0 source code.zip | 2025-03-29 | 590.8 kB | |
Totals: 3 Items | 1.1 MB | 0 |
Bordful v0.1.0
A significant update focusing on improved user experience, DRY code principles, and enhanced filter functionality.
Major Improvements
1. Enhanced Filtering System
- URL-based State Management: Implemented nuqs for shareable filter URLs
- Contextual Filtering: Fixed filter counts to accurately reflect the current context on job subpages
- Persistent Selections: Maintain filter choices across page refreshes with browser history support
- Improved UX: Better filter experience with more accurate representation of available options
2. Navigation Component Refactoring
- DRY Principles: Created reusable NavLink, SocialLink, and DropdownItem components
- Improved Dropdown Behavior: Fixed the annoying "Jobs" dropdown disappearing issue with 300ms close delay
- Enhanced TypeScript Support: Added proper interfaces and types for improved maintainability
- Reduced Code Duplication: Centralized rendering functions and styling logic
3. UI Consistency
- Standardized Spacing: Ensured consistent spacing in job category pages
- Visual Hierarchy: Applied consistent heading styles and section spacing
- Configuration Compatibility: Maintained full compatibility with the flexible configuration system
Bug Fixes
- Fixed TypeScript errors in navigation components
- Resolved dropdown menu disappearing when moving cursor between button and menu
- Fixed incorrect filter counts on job type pages
What's Next
Continuing to enhance Bordful with upcoming features including: - Advanced search capabilities - Improved mobile responsiveness - Additional job board customization options
Full Changelog: https://github.com/craftyme/bordful/compare/v0.0.50...v0.1.0