Ecosyste.ms: Timeline

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

Kiolk/DevToClient

Kiolk created a branch on Kiolk/DevToClient

search_ui - Mobile client for Dev.to platform.

Kiolk pushed 2 commits to develop Kiolk/DevToClient
  • Updated sorting logic and basic input for search screen f91cbd4
  • Merge pull request #10 from Kiolk/sorting_on_search Updated sorting logic and basic input for search screen 4550d9d

View on GitHub

Kiolk closed a pull request on Kiolk/DevToClient
Updated sorting logic and basic input for search screen
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Enhanced search functionality now allows users to sort results by publi...
coderabbitai[bot] created a review comment on a pull request on Kiolk/DevToClient
_:warning: Potential issue_ **Handle empty search text to reset search results** In the `init` block, when collecting `_searchText`, only non-empty search texts trigger a reset of `_searchState` ...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on Kiolk/DevToClient
_:hammer_and_wrench: Refactor suggestion_ **Update coroutine library to remove `@OptIn(FlowPreview::class)`** The `@OptIn(FlowPreview::class)` annotation is used because `debounce` is marked as a...

View on GitHub

coderabbitai[bot] created a review on a pull request on Kiolk/DevToClient
**Actionable comments posted: 2** <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 on a pull request on Kiolk/DevToClient
**Actionable comments posted: 2** <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 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

sorting_on_search - Mobile client for Dev.to platform.

Kiolk pushed 2 commits to develop Kiolk/DevToClient
  • Added base logic for sorting search a221fe9
  • Merge pull request #9 from Kiolk/searchUi Added base logic for sorting search 4b8941f

View on GitHub

Kiolk closed a pull request on Kiolk/DevToClient
Added base logic for sorting search
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced sorting options in the home screen, allowing users to filter...
coderabbitai[bot] created a review comment on a pull request on Kiolk/DevToClient
_:hammer_and_wrench: Refactor suggestion_ **Refactor `SortBar` to eliminate repetitive code** The `SortBar` function also contains repetitive `SortingChip` definitions for each `SearchSortTypeUi`...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on Kiolk/DevToClient
_:hammer_and_wrench: Refactor suggestion_ **Refactor `SearchByTypeBar` to reduce code duplication** The `SearchByTypeBar` function contains repetitive code for each `SearchTypeUi` value. Refactor...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on Kiolk/DevToClient
_:bulb: Codebase verification_ _:warning: Potential issue_ **`mapToSortingType()` Extension Function Missing for `SortingTypeUi`** The `mapToSortingType()` extension function for `SortingTypeU...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on Kiolk/DevToClient
_:warning: Potential issue_ **Include 'sortType' in 'SearchParameters'** While you've introduced `_sortingType` to manage the sorting option, the current `SearchParameters` passed to `searchUseCa...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on Kiolk/DevToClient
_:warning: Potential issue_ **Ensure 'sortType' affects search results** In the `onSortClick` function, you're updating `_sortingType` and restarting the pagination. However, unless `sortType` is...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on Kiolk/DevToClient
_:hammer_and_wrench: Refactor suggestion_ **Refactor to reduce code duplication** Both `onSearchByTypeClicked` and `onSortClick` functions share similar logic: they check for a change, update a s...

View on GitHub

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

View on GitHub

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

View on GitHub

Kiolk opened a pull request on Kiolk/DevToClient
Added base logic for sorting search
Kiolk created a branch on Kiolk/DevToClient

searchUi - Mobile client for Dev.to platform.