Skip to content

Commit d837db2

Browse files
committed
docs: Update progress and active context docs
- Updated search page features - Refactored headlines search
1 parent cb3cec3 commit d837db2

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

memory-bank/activeContext.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Implementing remaining features.
99
- Updated the search page to use shared widgets for initial, loading, and error states.
1010
- Simplified the search bar by integrating it directly into the AppBar.
1111
- Added a search button to the AppBar to trigger the search.
12+
- Refactored the headlines search feature to support infinite scrolling.
1213

1314
## Next Steps
1415

memory-bank/progress.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
- Uses shared widgets for initial, loading, and error states.
2626
- Integrated search bar directly into the AppBar.
2727
- Search button in the AppBar to trigger the search.
28+
- Infinite scrolling.
2829
- Error handling within BLoCs, with specific error states.
2930
- Page/View pattern for UI components.
3031

pubspec.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@ packages:
165165
dependency: transitive
166166
description:
167167
name: flex_seed_scheme
168-
sha256: d3ba3c5c92d2d79d45e94b4c6c71d01fac3c15017da1545880c53864da5dfeb0
168+
sha256: b06d8b367b84cbf7ca5c5603c858fa5edae88486c4e4da79ac1044d73b6c62ec
169169
url: "https://pub.dev"
170170
source: hosted
171-
version: "3.5.0"
171+
version: "3.5.1"
172172
flutter:
173173
dependency: "direct main"
174174
description: flutter
@@ -242,7 +242,7 @@ packages:
242242
description:
243243
path: "."
244244
ref: main
245-
resolved-ref: "825cc8641c5e6190f130684173b64f3c102fb0c1"
245+
resolved-ref: e8f593445383cb02d948d88370cddfc722c769be
246246
url: "https://github.com/headlines-toolkit/ht-headlines-client.git"
247247
source: git
248248
version: "0.0.0"
@@ -251,7 +251,7 @@ packages:
251251
description:
252252
path: "."
253253
ref: main
254-
resolved-ref: fc055f560e6e68cc6f61847fd2e7ade250174454
254+
resolved-ref: eaf98cb0379c1661f3137b88121b79630bf11069
255255
url: "https://github.com/headlines-toolkit/ht-headlines-inmemory.git"
256256
source: git
257257
version: "0.0.0"
@@ -260,7 +260,7 @@ packages:
260260
description:
261261
path: "."
262262
ref: main
263-
resolved-ref: c85b5dd9fa57067449418ccc32f20bcd8a7684d9
263+
resolved-ref: "2de02a4f69b4f0a9e867eb61f88e84ee239dcbb2"
264264
url: "https://github.com/headlines-toolkit/ht-headlines-repository.git"
265265
source: git
266266
version: "0.0.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ht_main
22
description: main headlines toolkit mobile app.
3-
version: 0.20.0
3+
version: 0.21.0
44
publish_to: none
55
repository: https://github.com/headlines-toolkit/ht-main
66
environment:

0 commit comments

Comments
 (0)