Logo
Explore Help
Sign In
admin777/new-api
1
0
Fork 0
You've already forked new-api
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
new-api/web/src/pages/Redemption/index.js

13 lines
216 B
JavaScript
Raw Normal View History

feat: now user can top up via redemption code (close #9)
2023-04-26 17:02:26 +08:00
import React from 'react';
♻️ refactor(components): refactor the components folder structure and related imports
2025-06-04 00:42:06 +08:00
import RedemptionsTable from '../../components/table/RedemptionsTable';
feat: now user can top up via redemption code (close #9)
2023-04-26 17:02:26 +08:00
feat: Integrate i18n support and enhance UI text localization - Added internationalization (i18n) support across various components, enabling dynamic language switching and improved user experience. - Updated multiple components to utilize translation functions for labels, buttons, and messages, ensuring consistent language display. - Enhanced the user interface by refining text elements in the ChannelsTable, LogsTable, and various settings pages, improving clarity and accessibility. - Adjusted CSS styles for better responsiveness and layout consistency across different screen sizes.
2024-12-13 19:03:14 +08:00
const Redemption = () => {
return (
<>
♻️Refactor: Redemptions Page
2025-05-23 16:58:19 +08:00
<RedemptionsTable />
style(web): format code
2025-04-04 12:00:38 +08:00
</>
);
};
feat: now user can top up via redemption code (close #9)
2023-04-26 17:02:26 +08:00
export default Redemption;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 156ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API