* ♻️ refactor: refactor the branding
* ♻️ refactor: refactor the branding
* ♻️ refactor: refactor the branding to support different logo
* 🧑💻 style: support commercial flag to hide docs and github url
* 🧑💻 style: support commercial flag to hide docs and github url
* ✅ test: fix tests
* ♻️ refactor: hide about with hideDocs env
* 💄 style : ico files from online to local
* 💄 style : ico files from online to local
* 💄 style : Convert some ico files from online to local.
* Optimize some code
- Add new files related to chat, market, settings, and plugin development
- Modify code in certain files to add functionality and improve performance
- Update URLs and add links to external resources
- Add styles to components for improved appearance
- Update descriptions and improve user experience
This commit introduces new features, updates existing code, and enhances the overall functionality and appearance of the codebase.
This commit introduces new components, modifies display properties, and updates the settings feature. It also includes changes to translations and styling. Additionally, a condition is added to check if the app is a progressive web app before rendering a specific component.
- Update CSS styles for improved visual appearance
- Add new file for language switching functionality
- Modify package metadata for better organization
- Update language settings for localization support
- Refactor "GlobalStyle" component for consistency
These changes were made to enhance the user experience and maintain consistency in the application. The CSS styles were updated to improve the visual appearance of the application. A new file was added to enable language switching functionality. Package metadata was modified for better organization. Language settings were updated to support localization. The "GlobalStyle" component was refactored to ensure consistency throughout the application.
The changes include modifying JSON files for chat settings in English and Chinese, renaming and adding image files, creating new code files for a component called "SelectWithImg" and corresponding styling files. The code also includes importing and using different components, updating styles, modifying placeholder text, and defining CSS styles for positioning and styling elements. The "Settings" component uses state to manage the active tab and renders different components based on the selected tab, and includes a logo and version information.
Changes made:
- Modifications to JSON files for chat settings in English and Chinese
- Renaming and adding image files
- Creating new code files for the "SelectWithImg" component
- Creating corresponding styling files
- Importing and using different components
- Updating styles
- Modifying placeholder text
- Defining CSS styles for positioning and styling elements
- Managing active tab and rendering different components in the "Settings" component
- Adding a logo and version information.
Add new translations, modify titles and descriptions, and add new components to the project. Changes involve localization files, image files, and code files.
This commit introduces changes to the setting.json, index.page.tsx, and Header.tsx files. The settings page is enhanced by adding, removing, and modifying settings and their descriptions. The Header component's styles are updated, and improvements are made to the useTranslation hook. Additionally, a new file called SettingForm.tsx is added, which defines a component for retrieving current settings and translations. The index.page.tsx file is updated to display translated text and import/render the SettingForm component. The settings.ts and action.ts files are deleted, and a new index.ts file is added to define the settings store using Zustand. The store includes initial state, selectors, and actions related to the settings.
Changes:
- Modifications to setting.json, index.page.tsx, and Header.tsx files
- Addition, removal, and modification of settings and descriptions on the settings page
- Updates to the styles of the Header component
- Improvements to the useTranslation hook
- Addition of SettingForm.tsx file for retrieving settings and translations
- Update of index.page.tsx to display translated text and import/render SettingForm component
- Deletion of settings.ts and action.ts files
- Addition of index.ts file to define settings store using Zustand, including initial state, selectors, and actions related to the settings.
- Update dependencies and add localization settings
- Modify behavior of certain components
- Restructure layout and components of chat page
- Add new setting page
- Implement server-side translation support
- Import necessary dependencies for code
- Import and export JSON files as resources
- Define "NS" type based on imported resources
The changes aim to introduce new features to the code repository, including updates to dependencies, localization settings, modification of component behavior, restructuring of the chat page, addition of a new setting page, implementation of server-side translation support, and necessary imports for dependencies. JSON files are also imported and exported as resources, defining a new type called "NS".
The changes include importing new components, modifying existing styles, and introducing new components. The code snippets provided show changes made to various files in a chat application, including changes to ActionIcon components, header components, session item components, and the structure and styling of the chat session list component. The code changes also involve the addition of new files for CSS overrides and global styles, as well as modifications to index pages and chat session selectors.
The purpose of these changes is to enhance the functionality and user experience of the chat application by introducing new features and improving the overall styling.
This commit introduces new configuration files for internationalization,
deletes one file, modifies existing files, and adds new files. The changes
also involve importing dependencies and updating app and document pages.
Additional libraries and modules are used in a React application. The Header
component is modified, the index page is updated for server-side translations,
and the tsconfig.json file is modified.
Description:
- Added configuration files for internationalization
- Deleted one file
- Modified existing files
- Added new files
- Imported dependencies
- Updated app and document pages
- Used additional libraries and modules in a React application
- Modified the Header component
- Updated the index page for server-side translations
- Modified the tsconfig.json file.