From 9e31d3cdd54534a4132e8df3b6746c88f91dcb0b Mon Sep 17 00:00:00 2001 From: Dominic Go <18517029+dominicstop@users.noreply.github.com> Date: Mon, 27 Mar 2023 14:16:05 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Docs:=20Update=20TODO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/TODO.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/TODO.md b/docs/TODO.md index 3e10dd78..008a6e1f 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -59,7 +59,7 @@
- * [ ] **Subtask** - `TODO:2023-03-24-09-41-16` - Remove `modalLevel` + * [x] **Subtask** - `TODO:2023-03-24-09-41-16` - Remove `modalLevel` * **Desc**: Remove `RNIModalView.modalLevel`
@@ -133,17 +133,16 @@
- - [ ] **Subtask** - `TODO:2023-03-04-15-38-02` - **Refactor**: Remove `RNIModalViewManager.currentModalLevel`. + - [x] **Subtask** - `TODO:2023-03-04-15-38-02` - **Refactor**: Remove `RNIModalViewManager.currentModalLevel`. - - [ ] **Subtask** - `TODO:2023-03-04-15-33-15` - **Refactor**: Remove `RNIModalViewManager.delegatesFocus`. + - [x] **Subtask** - `TODO:2023-03-04-15-33-15` - **Refactor**: Remove `RNIModalViewManager.delegatesFocus`. - - [ ] **Subtask** - `TODO:2023-03-04-15-49-02` - **Refactor**: Remove `RNIModalViewManager.presentedModalRefs`. + - [x] **Subtask** - `TODO:2023-03-04-15-49-02` - **Refactor**: Remove `RNIModalViewManager.presentedModalRefs`.
- [ ] **Subtask** - `TODO:2023-03-04-13-06-27` - **Impl**: Update `RNIModalView` Native Events * **Desc**: Update `RNIModalView` native event parameters (i.e. send over more relevant data). - * Add param `isUserInitiated` to indicate if an event was fired due to a user action.