兰一民 lan
  • Joined on 2025-11-27
lan pushed to feature/flea-market at carrot_bbs/backend 2026-04-26 17:14:10 +08:00
3e32b28578 refactor(trade): remove OriginalPrice and Location fields from trade items
lan pushed to dev at carrot_bbs/frontend 2026-04-26 17:13:49 +08:00
6cbd2092ac refactor(ui): redesign SearchBar with compact mode and add home screen tabs
lan pushed to master at carrot_bbs/backend 2026-04-26 15:21:32 +08:00
84683d5efa Merge pull request 'feat(trade): implement second-hand trading/flea market feature' (#2) from feature/flea-market into master
0ca02f7ef3 feat(trade): implement second-hand trading/flea market feature
Compare 2 commits »
lan merged pull request carrot_bbs/backend#2 2026-04-26 15:21:31 +08:00
feat(trade): implement second-hand trading/flea market feature
lan created pull request carrot_bbs/backend#2 2026-04-26 15:21:27 +08:00
feat(trade): implement second-hand trading/flea market feature
lan created branch feature/flea-market in carrot_bbs/backend 2026-04-26 15:20:33 +08:00
lan pushed to feature/flea-market at carrot_bbs/backend 2026-04-26 15:20:33 +08:00
0ca02f7ef3 feat(trade): implement second-hand trading/flea market feature
lan pushed to dev at carrot_bbs/frontend 2026-04-26 12:04:34 +08:00
5815f1a5f7 refactor(home): redesign home screen with sort bar and add recommendation feed
lan pushed to master at carrot_bbs/backend 2026-04-26 11:45:46 +08:00
1b50d6c792 refactor(hot-rank): extract scored type to package level as hotRankScored
lan pushed to master at carrot_bbs/backend 2026-04-26 11:39:47 +08:00
27ea8689f9 feat(hot-rank): add per-channel hot ranking functionality
lan pushed to dev at carrot_bbs/frontend 2026-04-26 01:15:30 +08:00
e9d7098ad0 fix(auth): make verification code input responsive to screen width
lan pushed to dev at carrot_bbs/frontend 2026-04-26 01:11:38 +08:00
2dc6936aac feat(post): add post reference functionality with inline cards and suggestion search
lan pushed to master at carrot_bbs/backend 2026-04-26 00:48:33 +08:00
02466603f9 refactor(router): remove post suggestion endpoint
lan pushed to master at carrot_bbs/backend 2026-04-26 00:37:25 +08:00
23d7f1151e feat(posts): add post reference/internal linking functionality
lan pushed to master at carrot_bbs/backend 2026-04-25 22:50:02 +08:00
898c0e6d9c ci(deps): add Go module proxy configuration
lan pushed to master at carrot_bbs/backend 2026-04-25 21:36:40 +08:00
e5c8fd7860 build(deps): update Go version to 1.26 in CI workflow
lan pushed to dev at carrot_bbs/frontend 2026-04-25 21:23:30 +08:00
5fa5403d6a feat(message): add conversation notification mute feature
lan pushed to master at carrot_bbs/backend 2026-04-25 21:22:59 +08:00
d8b0825ac0 feat(conversations): add notification mute functionality for conversations
lan pushed to dev at carrot_bbs/frontend 2026-04-25 16:00:05 +08:00
de0afa93a1 fix(ws): only process unread notifications and handle multiple payload formats
lan pushed to master at carrot_bbs/backend 2026-04-25 15:59:44 +08:00
52f62ef230 refactor(push): normalize notification payload and avoid reconnection replay