Skip to content

Commit e06b6ac

Browse files
committed
Added new task to the roadmap
1 parent 94b0fc8 commit e06b6ac

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,13 @@ You can open the web application by running the `:composeApp:wasmJsBrowserDevelo
2525
## 🎢 Roadmap
2626

2727
- [x] Add `ktlint` configuration for code style enforcement.
28-
- [ ] Integrate `Arrow Core` for exception handling.
28+
- [x] Integrate `Arrow Core` for exception handling.
2929
- [x] Add a centralized logger.
3030
- [ ] Create a separate module for reusable UI components.
31-
- [ ] Configure GitHub Actions workflow.
31+
- [x] Configure GitHub Actions workflow.
32+
- [ ] Assign unique IDs to objects and enforce consistent ordering logic.
33+
- [ ] Correct usage of visibility modifiers across the codebase.
34+
- [ ] Introduce common @Preview annotations for reusable Composable previews.
35+
- [ ] Implement section-wise scroll behavior on the `Detail Screen` for better navigation.
36+
- [ ] Add inline code formatting support for syntax display on the `Detail Screen`.
37+
- [ ] Replace the search icon on the `Topic Card` to improve visual consistency.

0 commit comments

Comments
 (0)