Ecosyste.ms: Timeline

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

Kiolk/DevToClient

Kiolk opened a pull request on Kiolk/DevToClient
Tag card UI
Kiolk created a branch on Kiolk/DevToClient

tag_ui - Mobile client for Dev.to platform.

Kiolk pushed 2 commits to develop Kiolk/DevToClient
  • Added base implementation User Search Ui cda1674
  • Merge pull request #12 from Kiolk/user_search_ui Added base implementation User Search Ui 23ec5f4

View on GitHub

Kiolk closed a pull request on Kiolk/DevToClient
Added base implementation User Search Ui
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced custom serialization for image URLs, enhancing image handlin...
coderabbitai[bot] created a review comment on a pull request on Kiolk/DevToClient
_:hammer_and_wrench: Refactor suggestion_ _:warning: Potential issue_ **Refactor `cleanUpImageUrl` to handle both "http" and "https" URLs** The current implementation searches for "http" but may...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on Kiolk/DevToClient
_:bulb: Codebase verification_ **Inconsistent Username Assignment Detected** The `username` is assigned from `this.title.orEmpty()` in `UserMapper.kt`, whereas in `CommentMappers.kt`, it is deri...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on Kiolk/DevToClient
_:bulb: Codebase verification_ **Apply `ImageSerializer` to `profileImage` for Consistent Serialization** To maintain consistency with other image properties in the codebase, apply `ImageSeriali...

View on GitHub

coderabbitai[bot] created a review on a pull request on Kiolk/DevToClient
**Actionable comments posted: 3** <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: 3** <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 opened a pull request on Kiolk/DevToClient
Added base implementation User Search Ui
Kiolk created a branch on Kiolk/DevToClient

user_search_ui - Mobile client for Dev.to platform.

Kiolk pushed 1 commit to develop Kiolk/DevToClient
  • Added base implementation for user card 2b523f0

View on GitHub

Kiolk pushed 2 commits to develop Kiolk/DevToClient
  • Added base ui elements for search result 76937a9
  • Merge pull request #11 from Kiolk/search_ui Added base ui elements for search result 1f5dbf7

View on GitHub

Kiolk closed a pull request on Kiolk/DevToClient
Added base ui elements for search result
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Enhanced search functionality with new UI components for displaying sea...
coderabbitai[bot] created a review comment on a pull request on Kiolk/DevToClient
_:warning: Potential issue_ **Ensure the `when` expression is exhaustive** Since `SearchableUi` is likely an interface rather than a sealed class, the `when` expression may not be exhaustive. Thi...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on Kiolk/DevToClient
_:hammer_and_wrench: Refactor suggestion_ **Simplify property access in `onArticleClick`** In the `onArticleClick` lambda, accessing properties like `article.article.user.username` suggests neste...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on Kiolk/DevToClient
_:bulb: Codebase verification_ **Outdated Kotlin Dependency Detected: Update `kotlinxSerializationJson` to a version compatible with Kotlin 2.0.20.** - `kotlinxSerializationJson = "1.5.1"` in `...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on Kiolk/DevToClient
_:hammer_and_wrench: Refactor suggestion_ **Consider refactoring for improved code reuse and clarity.** The current structure is clean and consistent, but there might be room for improvement: 1....

View on GitHub

coderabbitai[bot] created a review comment on a pull request on Kiolk/DevToClient
_:hammer_and_wrench: Refactor suggestion_ **Consider expanding the user mapping if necessary.** As with the previous mappings, this implementation passes the entire `User` object to `UserSearchUi...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on Kiolk/DevToClient
_:hammer_and_wrench: Refactor suggestion_ **Consider expanding the tag mapping if necessary.** As with the previous mappings, this implementation passes the entire `Tag` object to `TagSearchUi`. ...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on Kiolk/DevToClient
_:hammer_and_wrench: Refactor suggestion_ **Consider expanding the organization mapping if necessary.** Similar to the comment mapping, this implementation passes the entire `Organization` object...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on Kiolk/DevToClient
_:hammer_and_wrench: Refactor suggestion_ **Consider expanding the comment mapping if necessary.** The current implementation simply passes the entire `Comment` object to `CommentSearchUi`. If `C...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on Kiolk/DevToClient
_:hammer_and_wrench: Refactor suggestion_ **Consider enhancing TagSearchCard with more information and interactivity.** While the current implementation is simple and straightforward, consider en...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on Kiolk/DevToClient
_:hammer_and_wrench: Refactor suggestion_ **Consider handling edge cases and error scenarios.** The current implementation assumes that the comment text will always be available and non-empty. To...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on Kiolk/DevToClient
_:hammer_and_wrench: Refactor suggestion_ **Consider adding error handling and styling to the Text composable.** The current implementation assumes that `tag.tag.name` always exists and is access...

View on GitHub

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

View on GitHub

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

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 opened a pull request on Kiolk/DevToClient
Added base ui elements for search result
Load more