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
6ccf9b8bdc
✨ feat: Add log cleanup settings and update localization files
...
- Introduced log cleanup settings in the admin panel, allowing configuration of automatic log clearing and retention periods.
- Updated English, Spanish, French, German, and other localization files to include new log cleanup settings.
- Added new fields for referral percentage and first purchase only in user settings.
- Implemented API endpoints for getting and updating log settings.
- Enhanced the admin dashboard with a new log cleanup form component.
2025-09-01 10:25:04 -07:00
web
d4b37e4997
♻️ refactor: Update localization files and service imports
2025-08-27 08:49:06 -07:00
web
e37ae49960
♻️ refactor: Update dependencies and improve code consistency across multiple files
2025-08-27 08:03:03 -07:00
web
2f20ac95da
♻️ refactor(logs): Add localization files and update existing translations for multiple languages
2025-08-26 12:10:17 -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
4f7cc807af
♻️ refactor: Refactor server management API endpoints and typings
2025-08-26 09:37:15 -07:00
web
217ddce60c
✨ feat: Add server form component with protocol configuration and localization support
2025-08-23 09:10:05 -07:00
web
0c43844a6f
♻️ refactor: Remove application management forms and related configurations
2025-08-18 02:55:37 -07:00
web
6ab2ba92a0
🐛 fix(protpcp-form): Rename 'schema' to 'scheme' for consistency across the application
2025-08-15 04:30:20 -07:00
web
0448d213a3
✨ feat(protocol): Add template preview functionality with localization support
2025-08-14 09:55:13 -07:00
web
7a279e6e30
✨ feat(api): Add getClient API endpoint to retrieve subscription applications
2025-08-13 07:35:58 -07:00
web
33daa1fb73
🐛 fix(register): Update localization files to include trial subscription settings and descriptions
2025-08-09 19:04:59 -07:00
web
1d9b0a4e06
✨ feat(subscribe): Update subscription management localization and add new fields
2025-08-08 11:22:31 -07:00
web
b2b4a95250
♻️ refactor(view): System and Auth Control
2025-08-04 08:58:57 -07:00
web
b4d4f59c71
✨ feat(netlify): Add Netlify configuration for admin and user apps with Next.js plugin
2025-07-29 05:38:09 -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
2fb98be591
🐛 fix(order): Preserve last successful order on error during order creation
2025-07-25 07:07:31 -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
04af2f9433
🐛 fix(billing): Add display for gift amount in subscription billing
2025-07-24 05:55:56 -07:00
web
eec0b12154
🐛 fix(node-table): Update translations for headers and no data display
2025-07-20 03:00:59 -07:00
web
3e290d7cb5
🐛 fix(rules): Change rule type from 'auto' to 'default' and update
2025-07-17 03:30:12 -07:00
web
3304a55fd4
🐛 fix(rules): Update rule settings
2025-07-16 09:16:33 -07:00
web
7cdc6bdd8f
🐛 fix(tutorial): Comment out unused getVersion function and simplify getVersionPath
2025-07-11 02:58:37 -07:00
web
1fb305e7a1
🐛 fix(tutorial): Return latest version in case of fetch error
2025-07-11 01:56:42 -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
356ae5b777
🐛 fix(recharge): Set balance prop to false in PaymentMethods component
2025-04-28 11:30:06 +00:00
web@ppanel
4a4d364f17
🐛 fix(payment): Refactor payment form placeholder and update localization files
2025-04-24 06:11:55 -04: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
8b43e69bfe
✨ feat(admin): Add application and rule management entries to localization files
2025-04-02 00:12:02 +07:00
web@ppanel
8d49daca21
✨ feat(user): Integrate subscription list into user management, update request parameters and types
2025-03-26 15:01:43 +07: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
6a34bfb78d
🐛 fix(locales): Update invite code text to indicate it's optional
2025-03-17 22:50:21 +07:00
web@ppanel
6dbebd152d
✨ feat(global): Add custom data
2025-03-15 15:39:55 +07:00
web@ppanel
bb3bd7b50c
✨ feat(email): Add traffic exhaustion template
2025-03-14 23:28:36 +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
f72df3a5e8
✨ feat(loading): Replace loading animation with a simpler spinner and loading text
2025-03-14 13:42:58 +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
35f92c9329
🐛 fix(affiliate): Update user identifier
2025-03-08 15:43:20 +07:00
web@ppanel
f5d8fd3b65
🐛 fix(ui): Multiple display bugs
2025-03-08 14:46:20 +07:00
web@ppanel
0c907337e1
✨ feat(cdn): Add CDN URL configuration and update related references
2025-03-08 12:54:58 +07:00