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
f7441f39e7
feat: remove Show All navigation card from entity grids
- Remove ShowAllCard component and all related functionality
- Remove showAllRoute, showAllQueryParams, and hideShowAll props
- Remove shouldShowAll computed property from EntityGrid
- Clean up ShowAll-related code from EntitySelectionStep and GiftedDialog
- Delete ShowAllCard.vue component file
- Update component documentation to reflect removal
This simplifies the entity selection interface by removing the navigation
card that allowed users to view all entities in a separate view.
2 weeks ago
..
assets
refactor: convert entity display to list style
3 weeks ago
components
feat: remove Show All navigation card from entity grids
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
fix: remaining starred-project issues, plus better Error logging and user verbiage
2 months 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