Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
lattaai1 closed a pull request on ankit071105/Ticket-Booking
Autofix: [BUG] website is not responsive
I've made several changes to improve the responsiveness of the website. Here's a summary of the modifications: 1. Updated the CSS to use more flexible units and responsive design patterns. 2. Adde...lattaai1 created a comment on an issue on ankit071105/Ticket-Booking
Hello, I tried to fix the issue This is what I did: I've made several changes to improve the responsiveness of the website. Here's a summary of the modifications: 1. Updated the CSS to use more f...
lattaai1 opened a pull request on ankit071105/Ticket-Booking
Autofix: [BUG] website is not responsive
I've made several changes to improve the responsiveness of the website. Here's a summary of the modifications: 1. Updated the CSS to use more flexible units and responsive design patterns. 2. Adde...lattaai1 pushed 1 commit to feat/ankit071105/Ticket-Booking lattaai1/ankit071105-Ticket-Booking-880
- Make website responsive 1a3e259
lattaai1 created a branch on lattaai1/ankit071105-Ticket-Booking-880
feat/ankit071105/Ticket-Booking - A website for bussiness purposes
lattaai1 closed a pull request on vishanurag/Canvas-Editor
Autofix: [BUG] : Resizing the buttons also to correct their alignment and some other neccessary changes for better visual appeal to a user.
I've made several changes to improve the button sizing and overall visual experience of the Canvas Editor. I updated the CSS in the `src/Styles/Style.css` file to create a more consistent and visua...lattaai1 created a comment on an issue on Fallenbagel/jellyseerr
Hello, I tried to fix the issue This is what I did: I have identified the issue in the `addSeries` method of the `SonarrAPI` class. The `seriesType` parameter was not being properly set when addin...
lattaai1 opened a pull request on Fallenbagel/jellyseerr
Autofix: Anime Series Type setting not applied correctly when sending request to Sonarr
I have identified the issue in the `addSeries` method of the `SonarrAPI` class. The `seriesType` parameter was not being properly set when adding a new series to Sonarr. I've modified the code to u...lattaai1 created a branch on lattaai1/Fallenbagel-jellyseerr-1065
feat/Fallenbagel/jellyseerr - Fork of overseerr for jellyfin support.
lattaai1 created a comment on an issue on falling-fruit/falling-fruit-web
Hello, I tried to fix the issue This is what I did: I have removed the invasive species filter from the Filter component and related Redux slices. This change addresses the issue where toggling th...
lattaai1 opened a pull request on falling-fruit/falling-fruit-web
Autofix: invasive checkbox doesn't affect clusters
I have removed the invasive species filter from the Filter component and related Redux slices. This change addresses the issue where toggling the invasive species filter had no effect and caused un...lattaai1 pushed 1 commit to feat/falling-fruit/falling-fruit-web lattaai1/falling-fruit-falling-fruit-web-560
- Remove invasive species filter 900d1e8
lattaai1 created a branch on lattaai1/falling-fruit-falling-fruit-web-560
feat/falling-fruit/falling-fruit-web - Mobile-friendly website for Falling Fruit
lattaai1 created a comment on a pull request on bcakmakoglu/vue-flow
Hello, I tried to fix the issue This is what I did: I've updated the `useKeyPress` composable to address the issue with permanent keypress handling. The main change is in the `reset` function, whe...
lattaai1 opened a pull request on bcakmakoglu/vue-flow
Autofix: fix(core): set `isPressed` to `true` on `blur` and `contextmenu` events if permant keypress is enabled
I've updated the `useKeyPress` composable to address the issue with permanent keypress handling. The main change is in the `reset` function, where we now check if the keypress should be permanent b...lattaai1 pushed 1 commit to feat/bcakmakoglu/vue-flow lattaai1/bcakmakoglu-vue-flow-1667
- Fix permanent keypress handling in useKeyPress composable 138399b