28db6f9f01
✨ Better windows notification
2025-10-01 12:28:23 +08:00
97792ae734
💄 Localized language picker
2025-09-29 23:10:21 +08:00
de9e235d0c
♻️ Dialog based editor for normal post
2025-09-29 01:16:32 +08:00
56fb5451cd
💄 Optimize explore compose region
2025-09-29 00:34:30 +08:00
870de961f5
💄 Optimize border radius
2025-09-28 23:09:59 +08:00
22bf6d1c33
💄 Redesign explore
2025-09-28 23:07:22 +08:00
fffca4a78c
♻️ Refactor logger system
2025-09-28 00:39:17 +08:00
6377856ae0
💄 Optimize online indicator
2025-09-27 23:01:42 +08:00
6ed6f60fbc
💄 New chat UI
2025-09-27 22:59:16 +08:00
e65a414065
🐛 Fixes and improvements in syncing
2025-09-27 22:47:31 +08:00
214d5c4a53
✨ Online indicator in chat
2025-09-27 22:17:29 +08:00
fe33931304
✨ Split force update and check for update
2025-09-27 21:49:13 +08:00
b95a8b2ed2
Merge branch 'v3' of https://git.solsynth.dev/SolarNetwork/App into v3
2025-09-27 21:25:10 +08:00
LittleSheep
e922971a5e
🔀 Merge pull request #180 from liang-work/appchangetest
...
[Feature] Able to change theme mode not following System Theme
2025-09-27 21:17:39 +08:00
9d5b71bead
💄 Optimize chat indicator style
2025-09-27 21:17:14 +08:00
674097e425
git commit
...
Upload code that can run
2025-09-27 20:26:37 +08:00
3379dcb7f3
✨ Dynamic chat online counter basis
2025-09-27 19:25:24 +08:00
838d18013b
🐛 Fix message deletion
2025-09-27 16:54:23 +08:00
3f7902e463
🐛 Fix post detail award button
2025-09-27 16:34:50 +08:00
54560ad5d8
🐛 Fix some bugs in attachment upload sheet
2025-09-27 15:51:26 +08:00
1fbaac8d88
💄 Optimize chat input a step further
2025-09-27 15:31:57 +08:00
a2cc55696f
✨ Transparent window on desktop
2025-09-27 00:04:04 +08:00
e79f857feb
♻️ Replace bitsdojo_window with window_manager
2025-09-26 23:26:40 +08:00
1c2f25a152
💄 Optimize leveling page
2025-09-24 21:21:51 +08:00
bf4892b34d
🐛 Fix bugs
2025-09-24 20:52:56 +08:00
5f84751fd5
🐛 Fix file upload
2025-09-24 20:29:30 +08:00
02ec11845b
✨ Seprate uploading action in chat
2025-09-24 16:53:32 +08:00
612f1bf004
✨ File uploader
2025-09-24 16:45:24 +08:00
fd80b713ad
🐛 Fix something
2025-09-24 16:16:21 +08:00
508805368c
✨ File manage filter
2025-09-24 16:09:40 +08:00
98eb28a4ec
✨ File manage list
2025-09-24 15:56:56 +08:00
d1a2f59dd1
💄 Optimize account page
2025-09-24 14:49:06 +08:00
bb9adb963a
💄 Redesign leveling card
2025-09-24 14:29:50 +08:00
83e40cd860
♻️ Merge the social credits to the leveling page
2025-09-24 13:59:01 +08:00
e68c5f4f92
💄 Optimize irc styles
2025-09-23 20:12:39 +08:00
b0f3b6b5c3
✨ Configure message style
2025-09-23 19:39:27 +08:00
38f8103265
✨ Search and jump to message
2025-09-23 16:56:02 +08:00
06bb18bdaa
💄 Flashing message background when jumped
2025-09-23 16:19:54 +08:00
84c38500d0
✨ Edited message diff
2025-09-23 15:20:45 +08:00
9529bbf08b
💄 Save historic sync changes message
2025-09-23 14:58:07 +08:00
8baf77bcf7
♻️ Refactor room message sorting
2025-09-23 14:21:45 +08:00
b2ac5fbef2
♻️ Optimize message data structure
2025-09-23 14:00:43 +08:00
c79b1d7aab
🐛 Fix file upload
2025-09-21 23:20:36 +08:00
Texas0295
ace302111a
[REF] unify file upload logic and pool utils
...
- merge putMediaToCloud and putFileToPool into putFileToCloud
with FileUploadMode for media-safe vs generic uploads
Signed-off-by: Texas0295 <kimura@texas0295.top >
2025-09-21 22:38:49 +08:00
Texas0295
1391fa0dde
[REF] unify pool handling with extension methods
...
- Move pool filtering and parsing logic into SnFilePool extension
- Replace PoolService and pool_utils with unified extension
- Update settings screen to use pools.filterValid() + resolveDefaultPoolId
- Cleanup references in compose_shared.dart
- Remove obsolete files: pool_service.dart, pool_utils.dart
Signed-off-by: Texas0295 <kimura@texas0295.top >
2025-09-21 22:10:25 +08:00
Texas0295
cbdc7acdcd
[REF] refactor file pool model and imports
...
- Refactor SnFilePool using freezed + sealed for consistency with other Sn models
- Add extension method listFromResponse for PoolService compatibility
- Update PoolService and utils to use SnFilePool
- Replace relative imports (../) with package imports for clarity and maintainability
Signed-off-by: Texas0295 <kimura@texas0295.top >
2025-09-21 21:37:07 +08:00
Texas0295
1a703b7eba
add default pool selection with validation and fallback
...
- extend AppSettings with defaultPoolId
- add pool filtering utility to exclude media-only pools
- add resolveDefaultPoolId with fallback to safe pool
- update SettingsScreen with default pool dropdown
- integrate uploadAttachment with default pool resolution
Signed-off-by: Texas0295 <kimura@texas0295.top >
2025-09-21 20:33:12 +08:00
Texas0295
3621ea7744
support default file pool selection
...
- add defaultPoolId to AppSettings + persistence
- extend SettingsScreen with pool dropdown
- update uploadAttachment to use defaultPoolId with fallback
Signed-off-by: Texas0295 <kimura@texas0295.top >
2025-09-21 20:33:12 +08:00
406e5187a8
🐛 Fix captcha
2025-09-21 19:42:13 +08:00
a2c2bfe585
♻️ Replace the pattle_generator
2025-09-21 14:50:30 +08:00