web
a46657d5ef
🐛 fix: Fix bugs
2025-10-21 04:10:34 -07:00
web
4abdd367ee
🐛 fix: Update protocol fields to use 'obfs' instead of 'security' and adjust related configurations
2025-09-28 06:57:41 -07:00
web
3c036eb09c
🐛 fix: Update announcement page to display timeline of announcements with Markdown content
2025-09-23 05:48:25 -07:00
web
ce9ab89c1c
🐛 fix: Update Empty component to support border prop and adjust usage in various pages
2025-09-23 05:46:21 -07:00
web
8445e302e6
🐛 fix: Update announcement page to format creation date and enhance content display
2025-09-23 05:12:36 -07:00
web
e94405d1cd
🐛 fix: Add NEXT_PUBLIC_HIDDEN_TUTORIAL_DOCUMENT to control tutorial visibility and update page query accordingly
2025-09-17 03:03:12 -07:00
web
1dde7088bc
🐛 fix: Update platform handling in Content component to ensure available platforms are correctly filtered and displayed
2025-09-17 02:55:33 -07:00
web
fd48856019
✨ feat: Add language support and descriptions in product localization files
...
- Added language, languageDescription, and languagePlaceholder fields to product.json for multiple locales (ja-JP, ko-KR, no-NO, pl-PL, pt-BR, ro-RO, ru-RU, th-TH, tr-TR, uk-UA, vi-VN, zh-HK).
- Removed group-related fields from product.json for cleaner structure.
- Updated API calls in user services to include language parameter for subscription retrieval.
- Enhanced type definitions for subscription requests to accommodate language parameter.
2025-09-04 01:26:50 -07:00
web
1ab9b39e8a
🐛 fix: Remove GroupTable and related components, simplify SubscribeTable and update language handling in subscription forms
2025-09-03 15:46:36 -07:00
web
59faeab34a
♻️ refactor: Update component imports and improve code consistency
...
- Refactored sidebar component to include additional sheet elements and improved accessibility with SheetHeader, SheetTitle, and SheetDescription.
- Updated skeleton component for better readability and consistency in class names.
- Refined slider component by standardizing import statements and enhancing class name formatting.
- Enhanced sonner component with consistent import statements and improved class name formatting.
- Standardized switch component imports and class names for better readability.
- Improved table component structure and class name consistency across various elements.
- Refactored tabs component for better readability and consistent class name formatting.
- Updated textarea component for improved readability and consistency in class names.
- Fixed timeline component to safely access getBoundingClientRect.
- Refactored toggle group and toggle components for improved readability and consistency in class names.
- Updated tooltip component for better readability and consistent class name formatting.
- Enhanced enhanced-input component to support generic types for better type safety.
- Refactored use-mobile hook for improved readability and consistency.
- Updated countries utility to make certain properties optional for better flexibility.
- Refined tailwind configuration for improved readability and consistency in theme settings.
2025-09-02 06:00:28 -07:00
web
e37ae49960
♻️ refactor: Update dependencies and improve code consistency across multiple files
2025-08-27 08:03:03 -07:00
web
551135de77
♻️ refactor: Simplify node display in subscribe form and remove unused Badge import
2025-08-26 11:38:45 -07:00
web
7a279e6e30
✨ feat(api): Add getClient API endpoint to retrieve subscription applications
2025-08-13 07:35:58 -07:00
web
32253e3717
🐛 fix(subscribe): Filter out items that are not marked as visible in subscription list
2025-07-26 03:49:53 -07:00
web
634be371b1
🐛 fix(subscribe): Filter out hidden items in subscription list display
2025-07-25 07:06:53 -07:00
web
f84f98c80f
🐛 fix(auth): Implement user redirection to dashboard upon authentication
2025-07-24 10:10:31 -07:00
web
bcfb10a6c7
✨ feat(view): Add AnyTLS protocol support and enhance node configuration options
2025-07-06 04:56:00 -07:00
web@ppanel
3c5542a3ea
🐛 fix(content): Parse subscription description and display features with icons
2025-04-14 09:16:24 -04:00
web@ppanel
3bb714d15c
🐛 fix(user): Update user subscribe display
2025-04-09 03:27:22 -04:00
web@ppanel
cf5c39cfe5
✨ feat(api): Add an interface to obtain user subscription details, update related type definitions and localized text
2025-03-25 23:55:31 +07:00
web@ppanel
e551232564
🐛 fix(dashboard): Update date display to use start_time if available
2025-03-14 22:10:24 +07:00
web@ppanel
48a1b97051
✨ feat(api): Add CheckoutOrder request and response types, and update user purchase request parameters
2025-03-14 13:42:58 +07:00
web@ppanel
c06ea49d6f
🐛 fix(purchasing): Update payment type to lowercase and add optional chaining for discounts
2025-03-13 00:06:42 +07:00
web@ppanel
c3138a863d
🐛 fix(payment): Fix payment related type definitions and update payment method references
2025-03-12 21:17:04 +07:00
web@ppanel
7fa3a57df4
✨ feat(payment): Add bank card payment
2025-03-12 17:15:32 +07:00
web@ppanel
70d6a38a29
🐛 fix(payment): Update payment information
2025-03-12 13:43:06 +07:00
web@ppanel
fc0da761b5
🐛 fix(ui): Improve dashboard layout and enhance button functionality; open checkout URLs in a new tab
2025-03-10 18:32:07 +07:00
web@ppanel
136a1abd8b
🐛 fix(payment): Update checkout type from 'link' to 'url' for consistency
2025-03-08 20:10:45 +07:00
web@ppanel
a5e2079ddc
🐛 fix(payment): Refactor purchaseCheckout usage and remove redundant code
2025-03-08 20:04:33 +07:00
web@ppanel
f5d8fd3b65
🐛 fix(ui): Multiple display bugs
2025-03-08 14:46:20 +07:00
web@ppanel
2215c7f2b9
✨ feat(subscription): Refactor subscription handling and update imports for better organization
2025-03-08 12:36:25 +07:00
web@ppanel
d0e6df044e
🐛 fix(dashboard): Display subscription creation date in user dashboard
2025-03-01 19:55:31 +07:00
web@ppanel
8e16ef17ed
✨ feat(auth): Add privacy policy link to the footer
2025-03-01 19:40:45 +07:00
web@ppanel
35210fe8cf
🐛 fix(locales): Order recharge related fields
2025-02-27 14:53:19 +07:00
turbolnk
2ca299224d
♻️ refactor(ui): Optimize document display
2025-02-25 18:38:25 +08:00
web@ppanel
62662bb79c
🐛 fix(auth): Update email verification logic to use domain suffix check
2025-02-24 12:07:41 +07:00
web@ppanel
baa68f03e3
✨ feat(privacy-policy): Add privacy policy related text and links
2025-02-23 20:54:56 +07:00
web@ppanel
715d0113ca
🐛 fix(auth): Add error handling to form submission and reset Turnstile on failure
2025-02-23 13:12:25 +07:00
web@ppanel
320a7dc342
🐛 fix(auth): Refactor forms to use Turnstile ref for reset functionality
2025-02-23 12:55:21 +07:00
web@ppanel
6384237782
✨ feat(platform): Update platform naming and add keywords and custom HTML fields
2025-02-22 23:35:30 +07:00
web@ppanel
f9d7736e48
✨ feat(site): Added localization support for custom HTML and keyword fields
2025-02-22 12:33:09 +07:00
web@ppanel
6f7bc37233
🐛 fix(auth): Simplify email verification code input rendering
2025-02-21 20:16:02 +07:00
web@ppanel
315c8f9afe
🐛 fix(profile): Restore filter to ensure only valid OAuth accounts are shown
2025-02-21 19:55:24 +07:00
web@ppanel
ee286dd629
🐛 fix(api): Fix type error in API request and add return URL parameter
2025-02-21 12:59:23 +07:00
web@ppanel
686aa2d0ba
🐛 fix(register): Adjust user email verification logic to handle domain suffix checks correctly
2025-02-15 21:58:25 +07:00
web@ppanel
9bc3a940ba
🐛 fix(notify): Ensure user info is updated after notification settings submission
2025-02-14 23:42:54 +07:00
web@ppanel
3652819ac9
🐛 fix(notify): Set default values for notification settings to false
2025-02-14 23:01:16 +07:00
web@ppanel
c761ec7538
✨ feat(auth): Refactor mobile authentication config to support whitelist functionality
2025-02-14 22:13:50 +07:00
web@ppanel
8a02310752
✨ feat(ui): Update input components and enhance card minimum width for better layout
2025-02-14 15:49:34 +07:00
web@ppanel
574b043be6
🐛 fix(user): Update notification and verify code settings
2025-02-14 15:39:25 +07:00