Commit Graph

1260 Commits

Author SHA1 Message Date
2c09be4465 fix(creator): remove console.log 2025-04-25 01:57:09 -04:00
e018dbad8a fix(creator): missing phone and email on "about page" 2025-04-25 01:44:03 -04:00
57fbbf17a5 feat(creator): allow text for description 2025-04-25 01:22:11 -04:00
dcd4ec3b75 feat(creator): allow text for description 2025-04-25 01:21:45 -04:00
1a899de0b3 feat: add drag-and-drop to BannerEditor and CreatorLogoEditor 2025-04-24 22:11:44 -04:00
22f9d5c6bd feat: open file selection in BannerEditor and CreatorLogoEditor when no image to edit 2025-04-24 22:07:47 -04:00
c7353626a1 bug: missing images when not authenticated 2025-04-24 21:33:28 -04:00
d0876861dc feat: Integrate branding store in PaymentCompleted and PaymentFailed views to display branding information 2025-04-24 14:22:01 -04:00
defba49e97 style: Update layout styles in PaymentCompleted and PaymentFailed views for improved responsiveness and alignment 2025-04-24 14:12:00 -04:00
7d0aea75d8 feat: Add navigation link to return to creator page in PaymentCompleted and PaymentFailed views, update styles for improved layout 2025-04-24 14:09:15 -04:00
3a6ee307cd feat: Add new payment completion and failure routes, update donation handling in DonationForm and related components 2025-04-24 13:55:26 -04:00
af80f30f7a style: Update copy button styles in ProfilePage.vue for improved hover effect and opacity transition 2025-04-24 05:03:21 -04:00
f4e12cd4fa feat: Implement URL copy functionality for creator profile and update email handling in EmailDialog.vue 2025-04-24 04:58:19 -04:00
36846405a5 refactor: Simplify ChangePresentationInfosRequest by removing phone number and email fields; update related API endpoints for email and phone number management 2025-04-24 04:43:41 -04:00
06ac4c9624 bug: remove empty images on new creator. 2025-04-24 04:21:46 -04:00
cc3df49848 feat: Add contact information section to AboutCreator.vue and integrate phone/email updates in ProfilePage.vue 2025-04-24 04:08:25 -04:00
c1c1f30b37 feat: Add ChangeEmailDialog and ChangePhoneDialog components for updating creator's email and phone number 2025-04-24 04:08:13 -04:00
bb39a06c60 feat: Enhance Stripe account configuration UI and update translations in ProfilePage.vue 2025-04-24 03:48:37 -04:00
c16dddb8dd feat: Add validation for YouTube URL and enhance image upload experience in creator's album editor 2025-04-24 03:20:08 -04:00
7503f89e3f bug: Presentation.Description is null on creator's creation 2025-04-24 01:21:29 -04:00
a8cd970f3c feat: Purge slugs when they are expired 2025-04-24 01:20:59 -04:00
0aa299efbb feat: Update layout in ProfilePage.vue 2025-04-24 01:20:06 -04:00
23a2a23ba2 BUG: fix overflowing username with ellipsis 2025-04-24 00:13:29 -04:00
52139b4b47 bug: Profile page was not hidding creator sections for normal users 2025-04-23 23:52:43 -04:00
dc1ea64d02 feat: Implement QR code download functionality in profile page 2025-04-23 23:27:20 -04:00
17f30e47d1 Adds QR code link in the creator's profile 2025-04-23 22:43:29 -04:00
781d8ead94 Fix issue with new users 2025-04-23 18:52:17 -04:00
fd4674ee6c Fix packages 2025-04-23 17:53:58 -04:00
f377706d62 Fix packages on frontend. 2025-04-23 17:53:18 -04:00
6d3525c2ee Adds PhotoAlbum, CreatorHome, AboutCreator. 2025-04-23 17:45:09 -04:00
247b2b023c Fix the Verified alignment 2025-04-22 15:59:00 -04:00
22867b5765 feat: Update authentication and profile components 2025-04-22 15:39:53 -04:00
3bb52e7555 feat: Update banner system components 2025-04-22 15:36:38 -04:00
aa59d293cf feat: Enhance donation system with new components and improved dialog 2025-04-22 15:35:24 -04:00
524b429170 feat: Add creator profile and about section improvements 2025-04-22 15:35:08 -04:00
9c88b18f60 Fix overflowing text in DocumentationLayout.vue. 2025-04-22 15:08:50 -04:00
28e78f6507 Use only the hutopy logo when phones 2025-04-21 00:38:08 -04:00
b05e992cad Better creator and banner images management 2025-04-20 22:35:48 -04:00
4160263101 Better alignment in SideBar.vue 2025-04-19 03:58:58 -04:00
300ee124d8 Improve the name-editor 2025-04-19 03:49:27 -04:00
98c598f3c6 User experience improvements in profile 2025-04-19 03:19:07 -04:00
1c390d3095 Add missing translations for social networks section in the profile 2025-04-19 02:53:40 -04:00
d399f9c4cb Adds some confirmation dialogs for delete / restoring page 2025-04-19 02:49:14 -04:00
b1681252cc Is hutopy finally trilangual 2025-04-19 01:56:59 -04:00
af71c5e952 Update EmailDialog to accept email prop from ProfilePage and adjust email state handling accordingly. 2025-04-18 04:59:58 -04:00
659443316c Refactor dialog components in ProfilePage to use markRaw for improved performance. Update EmailDialog to correctly handle email state and emit close events. ChangeSlugDialog now initializes newSlug with the creator's slug. 2025-04-18 04:58:18 -04:00
2d0037bb89 Update Vite configuration to disable JSON stringification and remove unnecessary custom headers from web.config for improved MIME type handling. 2025-04-18 04:48:22 -04:00
ebe6fb70a2 Add Stripe Account ID localization to profile page in English, Spanish, and French. Update warning message for deletion in English. 2025-04-18 04:43:45 -04:00
e21020e5aa Enhance Vite configuration with Rollup options for output file naming and add JSON stringification. Update web.config to serve .js and .mjs files with the correct MIME type. 2025-04-18 04:32:27 -04:00
b3bdd928b1 Fix issue with json files being serve with the wrong mimetype. 2025-04-18 04:28:16 -04:00