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
03178d35e7
refactor: improve router type safety and usage
- Add explicit Router type imports across views
- Replace $router type casting with proper typing
- Use $router.back() instead of $router.go(-1) for consistency
- Add proper route and router typings to components
- Clean up router navigation methods
- Fix router push/back method calls
This commit improves type safety and consistency in router usage across
the application's view components.
8 months ago
Matthew Raymer
f6802cd160
refactor: improve router type safety and usage
- Add explicit Router type imports across views
- Replace $router type casting with proper typing
- Use $router.back() instead of $router.go(-1) for consistency
- Add proper route and router typings to components
- Clean up router navigation methods
- Fix router push/back method calls
This commit improves type safety and consistency in router usage across
the application's view components.
8 months ago
Matthew Raymer
79ef59c5a9
refactor: migrate interfaces to dedicated directory
Reorganizes TypeScript interfaces into a modular structure:
- Create dedicated interfaces directory with specialized files
- Split interfaces by domain (claims, common, limits, records, user)
- Update imports in endorserServer.ts to use new interface locations
- Replace 'any' types with 'unknown' for better type safety
- Add proper type imports and exports
This improves code organization and maintainability by:
- Centralizing interface definitions
- Reducing file size of endorserServer.ts
- Making interface relationships more explicit
- Improving type safety with stricter types
8 months ago
Matthew Raymer
c708716675
refactor: migrate interfaces to dedicated directory
Reorganizes TypeScript interfaces into a modular structure:
- Create dedicated interfaces directory with specialized files
- Split interfaces by domain (claims, common, limits, records, user)
- Update imports in endorserServer.ts to use new interface locations
- Replace 'any' types with 'unknown' for better type safety
- Add proper type imports and exports
This improves code organization and maintainability by:
- Centralizing interface definitions
- Reducing file size of endorserServer.ts
- Making interface relationships more explicit
- Improving type safety with stricter types
8 months ago
Trent Larson
811fddf24a
fix error setting the apiServer to "", plus some refactors while fixing test 40
8 months ago
Trent Larson
e27aefc19e
fix error setting the apiServer to "", plus some refactors while fixing test 40
8 months ago
Jason Buchanan
f4c7805266
feat(feed): improving the image viewer, to be more conventional, and also allowing the viewer to download the image on mobile with `...` control
8 months ago
Jason Buchanan
213cec2d85
feat(feed): improving the image viewer, to be more conventional, and also allowing the viewer to download the image on mobile with `...` control
8 months ago
Jason Buchanan
0511bbc17b
feat(feed): adding image viewer for expanding images found in the feed instead of displaying in a new tab and taking the viewer away from the application
8 months ago
Jason Buchanan
62eb3ecccc
feat(feed): adding image viewer for expanding images found in the feed instead of displaying in a new tab and taking the viewer away from the application
8 months ago
Jason Buchanan
be1146c7df
fix(feed): long words or urls displayed in feed break the container layout
8 months ago
Jason Buchanan
8f34687bc0
fix(feed): long words or urls displayed in feed break the container layout
8 months ago
Jason Buchanan
781afd8954
feat(feed): better image formatting, to take up the width of the feed container
8 months ago
Jason Buchanan
9d5d163ad5
feat(feed): better image formatting, to take up the width of the feed container
8 months ago
Matthew Raymer
d9085ced6d
(chore): cleaning up formatting and relative references
8 months ago
Matthew Raymer
15783cdbe6
(chore): cleaning up formatting and relative references
8 months ago
Trent Larson
5ff91186e2
add onboarding pages for the list and members, and refine the setup
8 months ago
Trent Larson
3a56d83dd6
add onboarding pages for the list and members, and refine the setup
8 months ago
Trent Larson
51c8d8ac8b
change to three prompts for an onboarding-method choice (first one doesn't work yet)
8 months ago
Trent Larson
ea80658e04
change to three prompts for an onboarding-method choice (first one doesn't work yet)
8 months ago
Trent Larson
702e44872f
switch so personal contact JWT is link to this server (not endorser.ch), make empty-did URL show user's info
9 months ago
Trent Larson
2e7700731b
switch so personal contact JWT is link to this server (not endorser.ch), make empty-did URL show user's info
9 months ago
Matthew Raymer
be8ba12df6
Refatored vite.config to be a bit more streamlined before adding alternate build options. This did end up requiring me to remove @ from imports for some reason. Tests came out fine.
9 months ago
Matthew Raymer
8b77d2b573
Refatored vite.config to be a bit more streamlined before adding alternate build options. This did end up requiring me to remove @ from imports for some reason. Tests came out fine.
9 months ago
Trent Larson
f405e7d02f
make notification errors go away automatically
9 months ago
Trent Larson
2c0b927080
make notification errors go away automatically
9 months ago
Trent Larson
7228f5a01b
make feed pictures larger
10 months ago
Trent Larson
c34f8cbf41
make feed pictures larger
10 months ago
Trent Larson
0a314934b8
add invite-one-accept screen dedicated to accepting invitations
10 months ago
Trent Larson
156950c7f0
add invite-one-accept screen dedicated to accepting invitations
10 months ago
Trent Larson
6ffbcfa9a1
catch more errors if something catastrophic happens to encrypted data
10 months ago
Trent Larson
af197f7c11
catch more errors if something catastrophic happens to encrypted data
10 months ago
Trent Larson
bb3807a805
switch the encryption secret from localStorage to IndexedDB (because localStorage gets lost so often)
10 months ago
Trent Larson
251649e6fe
switch the encryption secret from localStorage to IndexedDB (because localStorage gets lost so often)
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
f1163d8302
add words under feed, add big "plus" on first page, and reword some things
11 months ago
Trent Larson
53c4328e82
add words under feed, add big "plus" on first page, and reword some things
11 months ago
Trent Larson
60f066bda0
change default reminder message; show people & unnamed icons blue for clickable
11 months ago
Trent Larson
1b87bda471
change default reminder message; show people & unnamed icons blue for clickable
11 months ago
Trent Larson
c004706425
add pages to see all the offers to user and offers to user's projects
11 months ago
Trent Larson
0d880d1edc
add "+" to numbers if hit limit (>50), fix linting
11 months ago
Trent Larson
195ba6c759
add new projects to front page
11 months ago
Trent Larson
5f452dcf73
add tests for new activity of offers-directly-to-user
11 months ago
Trent Larson
dbf010c1fe
mark new-activity offers as seen, and mark them unseen again
11 months ago
Trent Larson
67b2b7199a
fix tests (from project-page switch 4 commits ago) and fix linting
11 months ago
Trent Larson
4168c37074
add large notice when user has a new offer to them
11 months ago
Trent Larson
8a61d9df45
various look-and-feel improvements
11 months ago