Jose Olarte III
08cda50f13
Merge branch 'master' into android-safe-area-insets
2 months ago
Jose Olarte III
8f5111d100
Refactor: unify dialog styles across components
- Add unified .dialog-overlay and .dialog classes to tailwind.css
- Remove duplicated dialog styles from 9 Vue components
- Standardize z-index to 50 for all dialogs
- Preserve special cases: FeedFilters (z-index: 100), PhotoDialog (camera styles)
- Eliminate ~200 lines of duplicated CSS code
- Updated ContactNameDialog from using getter methods to direct CSS classes
- Improve maintainability with single source of truth for dialog styling
3 months ago
Matthew Raymer
3a1fe31d39
fix: explicitly name all our components to avoid some of the warnings for build:web:serve ...
appears the last warning may be inside Vue itself. Leaving this alone for now.
4 months ago
Matthew Raymer
ba9b182125
fix: explicitly name all our components to avoid some of the warnings for build:web:serve ...
appears the last warning may be inside Vue itself. Leaving this alone for now.
4 months ago
Matthew Raymer
3dbb836ae5
style: reorder v-model and v-bind directives
Changes:
- Move v-model directives before other attributes
- Move v-bind directives before event handlers
- Reorder attributes for better readability
- Fix template attribute ordering across components
- Improve eslint rules
- add default vite config for testing (handles nostr error too)
This follows Vue.js style guide recommendations for attribute
ordering and improves template consistency.
8 months ago
Matthew Raymer
3b4f4dc125
style: reorder v-model and v-bind directives
Changes:
- Move v-model directives before other attributes
- Move v-bind directives before event handlers
- Reorder attributes for better readability
- Fix template attribute ordering across components
- Improve eslint rules
- add default vite config for testing (handles nostr error too)
This follows Vue.js style guide recommendations for attribute
ordering and improves template consistency.
8 months ago
Matthew Raymer
a32c3c7765
Multi-build support; tested successfully for Electron
10 months ago
Matthew Raymer
ff4e23517b
Multi-build support; tested successfully for Electron
10 months ago
Trent Larson
5effb76cf5
ensure overlays show on top of relative+absolute positioning like green pluses
11 months ago
Trent Larson
7189cce25e
ensure overlays show on top of relative+absolute positioning like green pluses
11 months ago
Trent Larson
00b191c4fd
suggest new user going to the front page
1 year ago
Trent Larson
fe482d06f6
show more redeemed info & action on the invites, refactor onboarding instructions
1 year ago
Trent Larson
98afa8a259
refactor invite link & add test
1 year ago
Trent Larson
1bfdcab90b
add page for one-on-one invites (incomplete)
1 year ago
Trent Larson
8111b0e5cf
modify the settings to allow account-specific settings, eg. for "isRegistered"
1 year ago
Trent Larson
f2cb7d3ed8
prompt for name when showing info, and provide a "copy" page when remote
1 year ago