Commit Graph

3070 Commits

Author SHA1 Message Date
kwaroran
ee79b20ea1 Fix secondkey 2024-10-30 03:52:03 +09:00
kwaroran
1226eb2649 Fix lists 2024-10-30 03:43:37 +09:00
kwaroran
49b2f0db2a Refactor LoreBookData.svelte to add toggle button for always active state 2024-10-30 03:26:35 +09:00
kwaroran
492f7638c5 Refactor highlight.ts to add new decorators and update deprecated ones 2024-10-30 03:13:50 +09:00
kwaroran
2d3d2f92cd Upgrade Compatibility 2024-10-30 03:11:37 +09:00
kwaroran
56de0bf46e Refactor AccountStorage.ts to add caching for database saves 2024-10-26 23:18:12 +09:00
kwaroran
41176350ca Change encodeRisuSave function to encodeRisuSaveLegacy 2024-10-26 21:47:08 +09:00
kwaroran
532de96c77 Refactor RealmMain.svelte to remove unused imports and variables 2024-10-26 21:33:46 +09:00
kwaroran
8e0f6dfdf3 Merge branch 'svelte-5' of https://github.com/kwaroran/RisuAI into svelte-5 2024-10-26 21:22:08 +09:00
kwaroran
deb4f8d5d9 Refactor globalApi.ts to import moduleUpdate function for saving database 2024-10-26 21:22:07 +09:00
kwaroran
29d9c0bcb1 add aws 3.5 sonnet v2 (#654)
# PR Checklist
- [ ] Did you check if it works normally in all models? *ignore this
when it dosen't uses models*
- [ ] Did you check if it works normally in all of web, local and node
hosted versions? if it dosen't, did you blocked it in those versions?
- [ ] Did you added a type def?

# Description

![image](https://github.com/user-attachments/assets/45055aca-45d6-40dc-8c1e-dec5972f5bd8)
2024-10-26 21:19:54 +09:00
kwaroran
da907f4fc2 Move DBState to stores 2024-10-26 21:17:46 +09:00
kwaroran
92f1ed0528 Refactor globalApi.ts to add sleep function for saving database 2024-10-26 20:55:02 +09:00
kwaroran
ffa6308ca3 change globalApi path 2024-10-26 20:40:40 +09:00
kwaroran
d575b0817c Fix store making vite crash on hmr 2024-10-26 20:27:47 +09:00
kwaroran
40655c266f Refactor PerformanceDebugger class 2024-10-26 20:02:47 +09:00
kwaroran
da40167b91 Refactor globalApi.ts to add PerformanceDebugger class for performance measurement 2024-10-26 19:59:57 +09:00
kwaroran
18d8bb7bab Refactor package.json and pnpm-lock.yaml to add rfdc dependency 2024-10-26 19:58:52 +09:00
kwaroran
e255199fcc Change setDatabase and getDatabase to accessing dbState 2024-10-25 19:11:41 +09:00
kwaroran
7d43075528 Refactor lorebook.ts to lorebook.svelte.ts for optimization 2024-10-25 18:49:12 +09:00
kwaroran
a68b5c9f59 Refactor setDatabaseLite function for conditional console tracing 2024-10-25 18:42:29 +09:00
kwaroran
75ec62bcc7 Refactor characterFormatUpdate function to use getCharacterByIndex and setCharacterByIndex 2024-10-25 18:40:47 +09:00
kwaroran
be90308f23 Add safeStructuredClone function comment 2024-10-25 18:13:00 +09:00
kwaroran
0f6246bef6 fix structuredclone 2024-10-25 18:11:00 +09:00
kwaroran
b3fddb814e Migrate all DataBase to DBState 2024-10-24 01:59:57 +09:00
bangonicdd
95e3f36729 add aws 3.5 sonnet v2 2024-10-24 01:50:42 +09:00
kwaroran
4e9190f1b5 Refactor database variable name for performance improvement 2024-10-24 01:00:11 +09:00
kwaroran
0bb9fe9cb1 Refactor database variable name for performance improvement 2024-10-23 23:58:19 +09:00
kwaroran
2044d9b63b Change DataBase inside svelte to DBState for performance 2024-10-23 23:46:32 +09:00
kwaroran
a9f1819044 Merge branch 'main' into svelte-5 2024-10-23 22:51:53 +09:00
kwaroran
4e8beacd83 Update version to 137.1.0 2024-10-23 21:21:37 +09:00
kwaroran
0b661d51eb fix theme fixing 2024-10-23 21:21:23 +09:00
kwaroran
7de4b2ba29 Update claude 20241022 2024-10-23 21:20:54 +09:00
kwaroran
9add01cda2 Refactor svelte/legacy functions to svelte 5 syntax 2024-10-23 21:03:34 +09:00
kwaroran
f078292843 Refactor svelte-preprocess import in vite.config.ts 2024-10-23 18:36:28 +09:00
kwaroran
c7330719ad Migrate to svelte 5 2024-10-23 02:31:37 +09:00
kwaroran
e434c7ab96 Refactor table rendering in BotSettings, ModuleMenu, and CharConfig components 2024-10-22 22:13:52 +09:00
kwaroran
e8a38c6570 Refactor table rendering in BotSettings, ModuleMenu, and CharConfig components 2024-10-22 22:11:36 +09:00
kwaroran
8e1d014f6e Fix svelte 4 components to fit into requirements 2024-10-22 22:06:20 +09:00
kwaroran
00b4195ca0 Fixed bugs related to URL file import and improved usability (#652)
# PR Checklist
- After uploading the character file to GitHub, conducted tests in both
the RisuAI web and Node environments.

# Description
- Fixed the bug where the character list was not updating in certain
situations after importing a URL.
- Removed the hash after import to prevent the same character from being
imported again upon refresh.
- Added exception handling for import file downloads.
2024-10-22 21:52:01 +09:00
ModMapper
95f3bfdd4b Removed the hash after import to prevent the same character from being imported again upon refresh. 2024-10-22 20:47:27 +09:00
ModMapper
e0edf74b46 Fixed the bug where the character list was not updating in certain situations after importing a URL. 2024-10-22 20:46:00 +09:00
kwaroran
c12ec62b34 Update version to 137.0.0 2024-10-22 19:33:09 +09:00
kwaroran
1109bb15e4 Update version to 136.0.2 2024-10-22 19:25:34 +09:00
kwaroran
51da8d6038 Merge branch 'main' of https://github.com/kwaroran/RisuAI 2024-10-22 19:21:20 +09:00
kwaroran
6af4c4d0ad Fix drive backup & rust warning 2024-10-22 19:21:06 +09:00
kwaroran
17287dec0a Support Docker and improve README.md (#648)
# PR Checklist
- [ ] Did you check if it works normally in all models? *ignore this
when it dosen't uses models*
- [ ] Did you check if it works normally in all of web, local and node
hosted versions? if it dosen't, did you blocked it in those versions?
- [ ] Did you added a type def?

# Description

This PR introduces two main changes:

1. Adds Docker support to the RisuAI project, making it easier for users
to deploy and manage the application in a containerized environment.
This is particularly useful for those who want to host the web version
of RisuAI.

2. Improves the README file:
   - Enhances the readability of the screenshots table
   - Corrects spelling and grammar issues in the Features section
   - Improves overall formatting and consistency

## Docker Usage

Run the following command in the root directory:

```shell
docker-compose up -d
2024-10-14 19:11:44 +09:00
Naki
5fe104661f Change expose to ports in docker-compose.yml 2024-10-13 01:49:53 +09:00
Naki
3f9d02c5d3 Improve README.md 2024-10-13 01:46:57 +09:00
Naki
4a61b19a05 Update README.md 2024-10-13 01:39:46 +09:00