Revert "feat(base): add dashboard-arrange command and text block type support"#386
Conversation
… blocks …" This reverts commit b8fa2b3.
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughThis PR removes the Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Greptile SummaryThis PR reverts #341, which had added a Confidence Score: 5/5Safe to merge — this is a clean, consistent revert with no leftover references to the removed feature. All 13 changed files are consistently reverted: the dashboard_arrange.go implementation is deleted, its shortcut is removed from registration and tests, text block type is dropped from create/update descriptors and docs, and no stale references remain anywhere in the codebase. No new logic is introduced; only previously added code is removed. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["PR #341 (feat)"] -->|added| B["+dashboard-arrange command\n(dashboard_arrange.go)"]
A -->|added| C["text block type\n(dashboard_block_create/update.go)"]
A -->|added| D["lark-base-dashboard-arrange.md\n+ SKILL.md updates"]
E["PR #386 (revert)"] -->|deletes| B
E -->|reverts| C
E -->|deletes| D
E -->|updates| F["shortcuts.go\n(removes BaseDashboardArrange)"]
E -->|updates| G["base_shortcuts_test.go\n(removes +dashboard-arrange from catalog)"]
E -->|updates| H["base_dashboard_execute_test.go\n(removes arrange tests)"]
E -->|updates| I["dashboard_ops.go\n(removes arrange ops)"]
E -->|updates| J["helpers.go\n(removes arrange helpers)"]
style E fill:#f9a825,color:#000
style B fill:#ef5350,color:#fff
style C fill:#ef5350,color:#fff
style D fill:#ef5350,color:#fff
Reviews (1): Last reviewed commit: "Revert "Add `+dashboard-arrange` command..." | Re-trigger Greptile |
🚀 PR Preview Install Guide🧰 CLI updatenpm i -g https://pkg.pr.new/larksuite/cli/@larksuite/cli@499863bc3fb267f5db4a082186d581ed1118df76🧩 Skill updatenpx skills add larksuite/cli#revert-341-base_dashboard -y -g |
Reverts #341
Summary by CodeRabbit
Bug Fixes
+dashboard-arrangecommand for automatic dashboard component rearrangementDocumentation