-
-
Notifications
You must be signed in to change notification settings - Fork 10k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ feat: Implement settings and configuration functionality
This commit introduces new features and modifies existing code to implement functionality for the settings form. It includes adding new settings, modifying existing settings, creating setting item groups, and updating files with new functions, default settings, CSS overrides, and type declarations. The changes aim to enhance the user experience by allowing users to customize the application settings according to their preferences.
- Loading branch information
1 parent
f9a814f
commit 496c2d9
Showing
13 changed files
with
359 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
import common from '../../../locales/en_US/common.json'; | ||
import setting from '../../../locales/en_US/setting.json'; | ||
|
||
const resources = { | ||
common, | ||
setting, | ||
} as const; | ||
|
||
export default resources; |
Oops, something went wrong.