Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

Kiolk/DevToClient

Kiolk pushed 2 commits to develop Kiolk/DevToClient
  • Added TagHeader and logic for display user feed. 7114d9b
  • Merge pull request #18 from Kiolk/user_feed Added TagHeader and logic for display user feed. 032c758

View on GitHub

Kiolk closed a pull request on Kiolk/DevToClient
Added TagHeader and logic for display user feed.
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes - **New Features** - Introduced user-specific search functionality, allow...
coderabbitai[bot] created a review comment on a pull request on Kiolk/DevToClient
_:warning: Potential issue_ **Replace hardcoded user ID with a parameter.** The hardcoded user ID (922647) reduces code reusability and makes testing difficult. Consider: 1. Making it a construct...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on Kiolk/DevToClient
_:warning: Potential issue_ **Address TODO comment and add content description.** The comment on line 29 suggests that the URL needs to be replaced. Additionally, the AsyncImage lacks a meaningfu...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on Kiolk/DevToClient
_:hammer_and_wrench: Refactor suggestion_ **Consider implementing error handling for AsyncImage.** The AsyncImage component should handle loading and error states gracefully. Enhance the AsyncIm...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on Kiolk/DevToClient
_:hammer_and_wrench: Refactor suggestion_ **Consider extracting navigation logic for better testability** While the navigation changes are functionally correct, having navigation logic directly i...

View on GitHub

coderabbitai[bot] created a review on a pull request on Kiolk/DevToClient
**Actionable comments posted: 5** <details> <summary>๐Ÿงน Outside diff range and nitpick comments (8)</summary><blockquote> <details> <summary>composeApp/src/commonMain/kotlin/com/github/kiolk/devto...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on Kiolk/DevToClient
_:hammer_and_wrench: Refactor suggestion_ **Consider adding a Preview Composable and extracting dimensions.** To improve development experience and maintainability: 1. Add a Preview Composable fo...

View on GitHub

coderabbitai[bot] created a review on a pull request on Kiolk/DevToClient
**Actionable comments posted: 5** <details> <summary>๐Ÿงน Outside diff range and nitpick comments (8)</summary><blockquote> <details> <summary>composeApp/src/commonMain/kotlin/com/github/kiolk/devto...

View on GitHub

Kiolk opened a pull request on Kiolk/DevToClient
Added TagHeader and logic for display user feed.
Kiolk created a branch on Kiolk/DevToClient

user_feed - Mobile client for Dev.to platform.

Kiolk pushed 2 commits to develop Kiolk/DevToClient
  • Improved search API call 76c73c2
  • Merge pull request #17 from Kiolk/update_search_api Improved search API call 22b2c1a

View on GitHub

Kiolk closed a pull request on Kiolk/DevToClient
Improved search API call
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a new implementation for article-related network operations,...
coderabbitai[bot] created a review comment on a pull request on Kiolk/DevToClient
_:hammer_and_wrench: Refactor suggestion_ **Consider extracting parameter building logic.** The search method contains complex parameter building logic that could be extracted to improve readabil...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on Kiolk/DevToClient
_:warning: Potential issue_ **Avoid direct string concatenation in URL construction.** Using string concatenation for URL construction can be error-prone. Consider using Ktor's URL builder or pat...

View on GitHub

coderabbitai[bot] created a review on a pull request on Kiolk/DevToClient
**Actionable comments posted: 5** <details> <summary>๐Ÿงน Outside diff range and nitpick comments (5)</summary><blockquote> <details> <summary>composeApp/src/commonMain/kotlin/com/github/kiolk/devto...

View on GitHub

coderabbitai[bot] created a review on a pull request on Kiolk/DevToClient
**Actionable comments posted: 5** <details> <summary>๐Ÿงน Outside diff range and nitpick comments (5)</summary><blockquote> <details> <summary>composeApp/src/commonMain/kotlin/com/github/kiolk/devto...

View on GitHub

coderabbitai[bot] created a comment on a pull request on Kiolk/DevToClient
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- This is an auto-generated comment: review in progress by coderabbit.ai --> > [!NOTE] > Currently processing new changes ...

View on GitHub

Kiolk created a branch on Kiolk/DevToClient

update_search_api - Mobile client for Dev.to platform.

Kiolk pushed 2 commits to develop Kiolk/DevToClient
  • Updated logic for search API 61fa70b
  • Merge pull request #16 from Kiolk/search_api Updated logic for search API d855b1d

View on GitHub

Kiolk closed a pull request on Kiolk/DevToClient
Updated logic for search API
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes - **New Features** - Enhanced logging capabilities for both Android and iO...
coderabbitai[bot] created a review comment on a pull request on Kiolk/DevToClient
_:bulb: Codebase verification_ Based on the code analysis, I can now provide a definitive response about the `tag_names[]` parameter usage. **The current implementation is incorrect and needs to ...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on Kiolk/DevToClient
_:warning: Potential issue_ **Implement missing logic for time-based sorting types** In the `getSortingParams` function, the cases for `SortingType.Infinity`, `Month`, `Week`, and `Year` currentl...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on Kiolk/DevToClient
_:warning: Potential issue_ **Implement missing search parameters for all 'searchable' types** The `loadNext` function contains `TODO()` placeholders for `Article`, `Comment`, `Organization`, and...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on Kiolk/DevToClient
_:hammer_and_wrench: Refactor suggestion_ **Consider refactoring SearchableItem for better separation of concerns.** The implementation handles both rendering and navigation logic, which could be...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on Kiolk/DevToClient
_:hammer_and_wrench: Refactor suggestion_ **Consider using a more appropriate log level for production** Setting `LogLevel.ALL` will log all network communication details, which: - Could impact p...

View on GitHub

coderabbitai[bot] created a comment on a pull request on Kiolk/DevToClient
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- This is an auto-generated comment: review in progress by coderabbit.ai --> > [!NOTE] > Currently processing new changes ...

View on GitHub

Kiolk created a branch on Kiolk/DevToClient

search_api - Mobile client for Dev.to platform.

Kiolk pushed 2 commits to develop Kiolk/DevToClient
  • Base logic for implementing feed body model e4e57da
  • Merge pull request #15 from Kiolk/feed_body_model Base logic for implementing feed body model d24e96a

View on GitHub

Kiolk closed a pull request on Kiolk/DevToClient
Base logic for implementing feed body model
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes - **New Features** - Introduced a new `FeedScreen` for improved article f...
Load more