You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jose Olarte III
a804877a08
feat: Add quick search to EntityGrid with date-based contact sorting
- Add search-as-you-type functionality with 500ms debounce
- Implement search across contact names and DIDs, project names and handleIds
- Add loading spinner and dynamic clear button
- Add $contactsByDateAdded() method to PlatformServiceMixin for newest-first sorting
- Update GiftedDialog to use date-based contact ordering
- Maintain backward compatibility with existing $contacts() alphabetical sorting
- Add proper cleanup for search timeouts on component unmount
The search feature provides real-time filtering with visual feedback,
while the new sorting ensures recently added contacts appear first.
2 weeks ago
..
assets
refactor: convert entity display to list style
3 weeks ago
components
feat: Add quick search to EntityGrid with date-based contact sorting
2 weeks ago
composables
Fix UserNameDialog open error and add defensive ref check
4 months ago
constants
feat: implement member visibility dialog with checkbox selection and refresh
1 month ago
db
fix: remaining starred-project issues, plus better Error logging and user verbiage
2 months ago
db-sql
feat: get the emojis to work with additions, removals, and multiple people
4 weeks ago
interfaces
feat: make spinner more standard, show emoji on claim-view page
4 weeks ago
libs
feat: get the emojis to work with additions, removals, and multiple people
4 weeks ago
router
feat: add a 'not found' page
1 month ago
services
feat: show a better emoji-confirmation message, hide all emoji stuff from unregistered on items without emojis
4 weeks ago
test
Merge branch 'star-projects' into star-projects2, bringing star-projects onto master
2 months ago
types
Integrate TypeScript type checking into build process with conditional execution
4 months ago
utils
feat: Add quick search to EntityGrid with date-based contact sorting
2 weeks ago
views
Merge pull request 'emojis' (#209) from emojis into master
3 weeks ago
App.vue
refactor: rename SetVisibilityDialog to SetBulkVisibilityDialog and remove unused code
4 weeks ago
env.d.ts
chore: cleanup and test
7 months ago
main.capacitor.ts
chore: move more logger infos to debugs
2 months ago
main.common.ts
Fix duplicate export declarations and migrate ContactsView with sub-components
4 months ago
main.electron.ts
Integrate TypeScript type checking into build process with conditional execution
4 months ago
main.ts
chore: move more logger infos to debugs
2 months ago
main.web.ts
Remove manual service worker registration; rely on VitePWA auto-registration
4 months ago
registerSQLWorker.js
Complete UserNameDialog Enhanced Triple Migration Pattern (1 minute)
4 months ago
shims-vue.d.ts
init
3 years ago
util.d.ts
fix linting
2 years ago
vite-env.d.ts
add ability to edit a GiveAction
1 year ago
vite.config.utils.js
docs: move build instructions from README to BUILDING.md
9 months ago