Ecosyste.ms: Timeline

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

frigvid

frigvid created a review on a pull request on frigvid/mob3000-group11

View on GitHub

frigvid created a review comment on a pull request on frigvid/mob3000-group11
Replacing the `Color.Red` with `MaterialTheme.colorScheme.`'s `error` or `onError` would be a nice touch. The color scheme parameter can simply be set to `Color.Red` for now.

View on GitHub

frigvid created a review on a pull request on frigvid/mob3000-group11

View on GitHub

frigvid created a review comment on a pull request on frigvid/mob3000-group11
Are these meant to be static colors?

View on GitHub

frigvid created a review on a pull request on frigvid/mob3000-group11

View on GitHub

frigvid created a review comment on a pull request on frigvid/mob3000-group11
The last parameter in a parameter list should not have a trailing comma.

View on GitHub

frigvid created a review on a pull request on frigvid/mob3000-group11

View on GitHub

frigvid created a review on a pull request on frigvid/mob3000-group11

View on GitHub

frigvid created a review comment on a pull request on frigvid/mob3000-group11
There should not be a comma in when using only a singular parameter. Should be `Text(text)`.

View on GitHub

frigvid created a review on a pull request on frigvid/mob3000-group11

View on GitHub

frigvid deleted a branch frigvid/mob3000-group11

deeplinking

frigvid created a review on a pull request on frigvid/mob3000-group11
There are still a myriad of style issues that have not been fixed. These are not difficult, and shouldn't take more than 15~30 minutes to clean up. There are also unnecessary files still committ...

View on GitHub

frigvid created a review on a pull request on frigvid/mob3000-group11
There are still a myriad of style issues that have not been fixed. These are not difficult, and shouldn't take more than 15~30 minutes to clean up. There are also unnecessary files still committ...

View on GitHub

frigvid created a review on a pull request on frigvid/mob3000-group11

View on GitHub

frigvid created a review comment on a pull request on frigvid/mob3000-group11
Indentation. Should be: ```kotlin IconButton( onClick = { setSelectedUser(user) onProfileAddFriendsClick(user) } ) { ```

View on GitHub

frigvid created a review on a pull request on frigvid/mob3000-group11

View on GitHub

frigvid created a review comment on a pull request on frigvid/mob3000-group11
Spacing.

View on GitHub

frigvid created a review comment on a pull request on frigvid/mob3000-group11
Spacing.

View on GitHub

frigvid created a review on a pull request on frigvid/mob3000-group11

View on GitHub

frigvid created a review comment on a pull request on frigvid/mob3000-group11
This has not been resolved.

View on GitHub

frigvid created a review on a pull request on frigvid/mob3000-group11

View on GitHub

frigvid created a review comment on a pull request on frigvid/mob3000-group11
This can be removed now that it's not necessary for git to track the directory.

View on GitHub

frigvid created a review on a pull request on frigvid/mob3000-group11

View on GitHub

frigvid created a review comment on a pull request on frigvid/mob3000-group11
This can be removed now that it's not necessary for git to track the directory.

View on GitHub

frigvid created a review on a pull request on frigvid/mob3000-group11

View on GitHub

frigvid created a review comment on a pull request on frigvid/mob3000-group11
Incorrectly placed descriptive docstring. Should be before `@author` with an empty line separating the two. E.g. ```kotlin /** * Converts a [ProfileDto] to a [UserProfile]. * * @author Hu...

View on GitHub

frigvid created a review on a pull request on frigvid/mob3000-group11

View on GitHub

frigvid created a review comment on a pull request on frigvid/mob3000-group11
Spacing, and missing docstring.

View on GitHub

frigvid created a review on a pull request on frigvid/mob3000-group11

View on GitHub

frigvid created a review comment on a pull request on frigvid/mob3000-group11
This is not a return data type, it's a class implementing/extending something. This is incorrect. Starting bracket for the class is also incorrectly spaced.

View on GitHub

Load more