From 7fe4e16d5cc776234777905996b17677a100fa59 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Tue, 25 Jun 2024 17:24:22 +0800 Subject: [PATCH] Update todo --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 3a09c790..150e7915 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,30 @@ This is an example of build app by using GPUI. https://github.com/huacnlee/gpui-app/assets/5518/ad103f02-697a-40ed-a876-8b13e4242a72 +## TODO + +- [ ] TextField + - [x] Ctrl+a, e to move cursor to start/end + - [x] Copy, Cut, Paste by keyboard + - [ ] ContextMenu to let user copy, cut, paste + - [ ] Selection by mouse, drag to select text + - [ ] Cursor blink +- [x] Button + - [ ] IconButton + - [ ] ToggleButton +- [x] Label +- [x] Icon +- [x] Checkbox + - [x] With label +- [ ] Switch +- [ ] Radio & RadioGroup +- [ ] Dropdown + - [ ] Combobox +- [ ] Tabs +- [ ] Dockpanel & Splitter +- [ ] List +- [ ] Table + ## How to build ```bash