Commit graph

31 commits

Author SHA1 Message Date
autocommit
a8a2ff7262 deps-upgrade(dependencies): ⬆️ Update all dependencies to latest stable versions with security and feature patches
Some checks failed
Build and Publish / build-and-publish (push) Failing after 51s
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 21:17:42 -07:00
Lilith
2db5e40263 deps-upgrade(deps): ⬆️ Update all dependencies, including transitive ones, to their latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 04:32:23 -07:00
Lilith
5ce15e94ea ui(moderation-banner): 💄 Improve accessibility and styling for the moderation banner component
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 04:26:18 -07:00
Lilith
fd65538503 deps-upgrade(deps-directly): ⬆️ Update dependencies to latest versions for security patches and performance enhancements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 04:20:31 -07:00
Lilith
ba1024adbd feat(moderation): Add moderation hook and UI banner component with entry point integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 04:14:15 -07:00
Lilith
4883f6399f deps-upgrade(deps): ⬆️ Update dependencies to latest versions for bug fixes and improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 19:25:31 -07:00
Lilith
3e6b935177 feat(content-flagging): Add phonetic matching algorithm for improved content flagging accuracy
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:00:04 -08:00
Lilith
21be8358f3 deps-upgrade(dependencies): ⬆️ Update all dependencies to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:00:04 -08:00
Lilith
7de0eeac6d deps-upgrade(dependencies): ⬆️ Update dependencies to latest stable versions in package.json
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 16:39:46 -08:00
Lilith
e97297ef58 feat(content-flagging): Add flagged state handling to ContentFlaggedField component and integrate autosave support for moderation workflows
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 16:32:17 -08:00
Lilith
87e41f82fb deps-upgrade(dependencies-purely): ⬆️ Update core dependencies to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 15:53:15 -08:00
Lilith
89d8631023 feat(content-moderation): Introduce ContentFlaggedField component, FlagScoreIndicator UI element, and ContentFlaggingService logic with updated type definitions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 15:45:07 -08:00
Lilith
85ce94c199 deps-upgrade(deps): ⬆️ Update dependencies to resolve vulnerabilities and improve functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 15:27:11 -08:00
Lilith
a405ee1034 feat(content-flagging): Introduce new flag types, automated detection rules, and reporting workflows in ContentFlaggingService
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 15:14:16 -08:00
Lilith
b7fa75ec19 deps-upgrade(dependencies): ⬆️ Update core dependencies to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 15:14:16 -08:00
Lilith
b8a5262f54 test(content-flagging): Add test cases for edge-case content (empty/special characters) to verify flagging logic reliability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 14:29:08 -08:00
Lilith
44bb8996b4 deps-upgrade(dependencies-root): ⬆️ Update minor/patch versions in root package.json
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 14:29:08 -08:00
Lilith
03d73edd2b feat(content-flagging): Introduce configurable severity levels in content flagging by adding FlagSeverity enum and updating ContentFlaggingService for dynamic scoring validation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 14:21:44 -08:00
Lilith
de39ea6e71 deps-upgrade(deps): ⬆️ Update dependencies to latest stable versions for security patches and feature compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 14:21:44 -08:00
Lilith
628ce9f8ec deps-upgrade(deps): ⬆️ Update dependencies to latest stable versions including core libraries and devDependencies
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-26 22:29:40 -08:00
Lilith
c0bed599ae feat(content-flagging): Introduce ContentFlaggingService with type-safe flagging methods, FlagType/FlagMetadata definitions, and expose via useContentFlagging hook
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-26 22:21:32 -08:00
Lilith
d77f23a1b1 chore: trigger CI publish 2026-01-30 11:55:43 -08:00
Lilith
7fa8f84482 chore(deps): 🔧 Regenerate bun.lock to sync resolved dependency versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-29 08:43:55 -08:00
Lilith
79058f3acd deps-upgrade: ⬆️ Update core dependencies to latest stable minor/patch versions in pnpm-lock.yaml
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-29 08:43:55 -08:00
Lilith
4247adba59 chore(core): 🔧 Update FlagScoreIndicator.tsx file to reflect latest UI/UX design guidelines 2026-01-23 09:19:48 -08:00
Lilith
b11b36f378 chore(build): Optimize TypeScript bundling with tsup config tweaks (tree-shaking, minification) 2026-01-21 15:27:07 -08:00
Lilith
deb89084b3 chore(gitignore): Add missing patterns
Patterns added: dist/
2026-01-21 13:00:13 -08:00
Lilith
7326c13463 perf(build): Optimize tsup config for reduced bundle size and faster builds via enhanced minification/asset handling 2026-01-21 12:33:14 -08:00
Lilith
8d414cd3f4 deps-remove: Update obsolete dependency to latest stable version 2026-01-21 12:33:14 -08:00
Lilith
f2f5868ec0 chore(gitignore): Add missing patterns
Patterns added: node_modules/
2026-01-21 12:33:01 -08:00
Lilith
f8baf73d5c chore: initial commit 2026-01-21 11:37:33 -08:00