wip
This commit is contained in:
+13
-4
@@ -2,10 +2,19 @@
|
||||
|
||||
## Fork support
|
||||
|
||||
- [ ] Add UI for fork (see `PLAN.md` section 1):
|
||||
- [ ] Fork badge on repo list cards (`repo_list.rs::render_card`).
|
||||
- [ ] "Forked from …" text button in the repo detail header (`repo_detail/mod.rs::render_header`) and About dialog.
|
||||
- [ ] Clicking the upstream opens it as a center panel (shared `open_repo_panel` helper).
|
||||
- [x] Add UI for fork (see `PLAN.md` section 1):
|
||||
- [x] Fork badge on repo list cards (`repo_list.rs::render_card`).
|
||||
- [x] "Forked from …" text button in the repo detail header (`repo_detail/mod.rs::render_header`) and About dialog.
|
||||
- [x] Clicking the upstream opens it as a center panel (shared `open_repo_panel` helper).
|
||||
|
||||
## Pull request improvement (see `PLAN.md` section 2)
|
||||
|
||||
- [x] P1: `branch-name` tag + `r` EUC tag on PR creation; draft checkbox in the new-PR dialog.
|
||||
- [x] P1: `RepoStore::update_pull_request` (kind 1619 + root-revision patch) with an author-only "Update" button on the PR detail header.
|
||||
- [x] P1: `latest_update` filters by PR author.
|
||||
- [ ] P2: local checkout picker + generated patch + pre-publish apply check (also enables `merge-base`).
|
||||
- [ ] P3: push tip to grasp, truthful `clone` tags, size-aware patch series.
|
||||
- [ ] P4: `merge-commit`/`applied-as-commits` tags on merge status.
|
||||
|
||||
## Performance: render path
|
||||
|
||||
|
||||
Reference in New Issue
Block a user