Commit graph

46 commits

Author SHA1 Message Date
MengXi
455584ff00
ci: fix stale on-hold label exemption (#1374) 2026-04-23 21:51:48 -07:00
MengXi
01ccdd17a2
refactor(env): simplify extension env wiring (#1360) 2026-04-22 00:00:01 -07:00
ananaBMaster
4ae5e0901b
fix(github): read contributor trust dispatch input from event (#1276) 2026-04-02 19:28:15 -07:00
ananaBMaster
8d2110acc2
fix(github): skip contributor trust for bot prs (#1274) 2026-04-02 19:16:26 -07:00
ananaBMaster
a9aa5e98f4
fix(github): restore trust commit scoring and close large low-trust prs (#1273) 2026-04-02 17:52:08 -07:00
ananaBMaster
fb357bcb73
Fix/trust owned nonfork oss (#1272) 2026-04-02 17:23:26 -07:00
ananaBMaster
3c4980895d
fix(github): refine trust role and ownership scoring (#1271) 2026-04-02 16:13:07 -07:00
ananaBMaster
ea580ea02b
fix: trust exemption admin only (#1270) 2026-04-02 15:41:52 -07:00
ananaBMaster
0e6244d166
ci(github): add contributor trust workflow (#1269) 2026-04-02 14:53:42 -07:00
dependabot[bot]
2cc557a7f2
chore: bump actions/checkout from 4 to 6 (#1211)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-23 15:23:19 -07:00
ananaBMaster
0b58117f78
chore: ignore eslint-react major updates in dependabot (#1208) 2026-03-23 15:21:47 -07:00
dependabot[bot]
afdfa9ea65
chore: bump pnpm/action-setup from 4 to 5 (#1197)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-23 15:20:17 -07:00
dependabot[bot]
ea21787621
chore: bump actions/setup-node from 4 to 6 (#1201)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-23 15:15:16 -07:00
dependabot[bot]
8c6e2a0abe
chore: bump actions/stale from 9 to 10 (#1199)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-23 15:14:50 -07:00
dependabot[bot]
0893d878ed
chore: bump actions/github-script from 7 to 8 (#1200)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-23 15:14:41 -07:00
dependabot[bot]
1597476382
chore: bump amannn/action-semantic-pull-request from 5 to 6 (#1198)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-23 15:14:23 -07:00
ishiko
e1c159505d
chore: add initial Dependabot configuration for npm and GitHub Actions (#1193) 2026-03-23 18:35:32 +09:00
ananaBMaster
cd7e2e18de ci: remove claude review 2026-03-16 21:14:42 -07:00
ananaBMaster
977b6f2555
ci(release): fix zip env handling (#1134) 2026-03-16 20:49:40 -07:00
ananaBMaster
68bf96d3e7 ci: upload source file as well 2026-02-27 17:01:51 -08:00
ananaBMaster
b0d69b4ba6 revert: github review ci 2026-02-26 16:27:33 -08:00
ananaBMaster
6c7ed7376e ci: upload firefox zip 2026-02-24 15:14:36 -08:00
ananaBMaster
0126569118
style: switch eslint quote style from single to double quotes (#1004)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 15:07:58 -08:00
ananaBMaster
ee313e923b
docs: update claude md (#985)
* docs: update claude md

* fix: comment pr
2026-02-20 10:53:03 -08:00
MengXi
0569c5b187
ci: Add Claude Code GitHub Workflow (#984)
* "Update Claude PR Assistant workflow"

* "Update Claude Code Review workflow"

* chore: opus

---------

Co-authored-by: ananaBMaster <68643891+ananaBMaster@users.noreply.github.com>
2026-02-20 10:24:47 -08:00
MengXi
f67f3d62c1
ci(stale): add on-hold exempt label and fix issue close days (#955)
- Add `exempt-issue-labels` with `pinned` and `on-hold`
- Add `on-hold` to existing `exempt-pr-labels`
- Fix `days-before-issue-close` from 150 to 60 and update stale message accordingly

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 00:35:21 -08:00
MengXi
011519c961
fix(ui): close AlertDialog on action button click (#947)
* fix(ui): close AlertDialog on action button click

AlertDialogAction is a plain Button (not AlertDialogPrimitive.Close),
so dialogs stayed open after confirming. Convert uncontrolled dialogs
to controlled state and add close callbacks to already-controlled ones.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix: await reset config

* fix(ui): use native button for DropdownMenuTrigger in selection toolbar

Resolves Base UI warning about non-native button element by changing
the trigger's render element from <div> to <button>.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 23:29:34 -08:00
ananaBMaster
693f1f29a9
refactor(ui): translation-hub (#912)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 11:22:05 -08:00
MengXi
13ae51e09d
chore: upgrade dependencies (#851)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-03 12:50:08 -08:00
MengXi
834dee5c99
ci: add zip:all script and upload Chrome + Edge zips to release (#812)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-14 21:18:34 -08:00
MengXi
dd0a924b65
fix: support page translation in iframes via programmatic injection (#811)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-14 21:12:08 -08:00
MengXi
35684c3e8e ci: comment submit to store ci first 2025-12-14 00:16:32 -08:00
ananaBMaster
6da49fa050 ci: update zip file checking 2025-12-12 22:45:08 -08:00
ananaBMaster
09a60a0311 chore: update ci 2025-12-12 18:01:44 -08:00
ananaBMaster
a71ffd0cfc chore: update ci 2025-12-12 17:50:14 -08:00
ananaBMaster
31f9b96812 ci: fix edge api key 2025-12-12 17:35:10 -08:00
ananaBMaster
52ae876ffc ci: skip free api test 2025-12-12 17:29:43 -08:00
ananaBMaster
ba72ee5471 ci: change discord notification 2025-12-12 17:23:43 -08:00
ananaBMaster
7d5cc4fbf0 fix: ci to publish to store 2025-12-12 17:18:07 -08:00
ananaBMaster
b71347cd1b build: auto submit store 2025-12-12 17:03:52 -08:00
MengXi
9ab4f89220 ci: remove build step in release 2025-11-18 21:25:14 -08:00
MengXi
3059a9b65f ci: change words 2025-11-18 21:20:18 -08:00
MengXi
77127976db ci: release yml 2025-11-18 21:14:36 -08:00
taiiiyang
49b33ccf69
refactor: migrate from @read-frog/ui package to internal @/ui (#713)
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: MengXi <z1219202167@outlook.com>
2025-11-18 21:11:27 -08:00
taiiiyang
f7f62903b4
refactor: replace @repo to @lib make some packages to private (#708)
* refactor: replace @repo to @lib make some packages to private

* refactor: use @read-frog packages and pnpm link

* fix: use @read-frog/orpc/types

* chore: remove .github ci cd

* feat: add pre-push

* feat: add pre-push

* feat: add commitlint

* feat: add husky

* chore: remove overrides

* chore: resolve confilcts

* chore: remove useless ci

* fix: fix pr-test.yml

* fix: update link config
2025-11-16 12:46:12 +08:00
MengXi
adb4f9a70e chore: add github stuff 2025-11-08 22:29:35 -08:00