KrishavRajSingh/bunny - Created on 9/12/2024
fixes #8013 While rotating the rectangle, two states were stored in array, one Object Rotated and the other Changed Points. So, I just added a check that if the object is rotated, there is no need to change points. Checklist I submit my changes into the develop branch I have created a changelog fragment I have updated the documentation accordingly I have added tests to cover my changes I have linked related issues (see GitHub docs) I have increased versions of npm packages if it is necessary (cvat-canvas, cvat-core, cvat-data and cvat-ui) License I submit my code changes under the same MIT License that covers the project. Feel free to contact the maintainers if that's a concern. Summary by CodeRabbit Enhancements Improved handling of shape updates to account for rotation. Reformatted method call parameters in MaskShape for better readability.
cvat-ai/cvat - Created on 7/7/2024
Fixes #5823 When updating a polyline, one has to specifically click on the circle to end it. Changes made: Added an event listener to check for the 'n' key press during editing. When the 'n' key is detected and the shapeType is 'polyline', a click event is dispatched to the circle element to stop the polyline editing. Checklist I submit my changes into the develop branch I have updated the documentation accordingly I have created a changelog fragment I have added tests to cover my changes I have linked related issues (see GitHub docs) I have increased versions of npm packages if it is necessary (cvat-canvas, cvat-core, cvat-data and cvat-ui) License I submit my code changes under the same MIT License that covers the project. Feel free to contact the maintainers if that's a concern. Summary by CodeRabbit New Features Enhanced editing functionality to support both MasksEditData and PolyEditData, providing more flexibility in the types of data that can be edited. Improvements Updated user interface to reflect the new editing capabilities, including handling of polyline data. Improved edit handling with new properties to manage editing states effectively. Documentation Updated comments in the controls sidebar to clarify conditions for finishing edits.
cvat-ai/cvat - Created on 5/21/2024
Fixes #3113 Checked the array of attributes for duplicate attribute names and thrown Validation error when found testing video Checklist [* ] I submit my changes into the develop branch [* ] I have created a changelog fragment I have updated the documentation accordingly I have added tests to cover my changes [* ] I have linked related issues (see GitHub docs) I have increased versions of npm packages if it is necessary (cvat-canvas, cvat-core, cvat-data and cvat-ui) License [ *] I submit my code changes under the same MIT License that covers the project. Feel free to contact the maintainers if that's a concern. Summary by CodeRabbit Bug Fixes Added validation to prevent duplicate attribute names when updating or creating labels in the REST API. Users will now receive a ValidationError if duplicate attribute names are detected.
cvat-ai/cvat - Created on 5/14/2024
Fixes #2927 I checked the values of default_value and values and threw error if it wasn't true or false for checkbox Testing video Checklist [*] I submit my changes into the develop branch I have created a changelog fragment I have updated the documentation accordingly I have added tests to cover my changes [*] I have linked related issues (see GitHub docs) I have increased versions of npm packages if it is necessary (cvat-canvas, cvat-core, cvat-data and cvat-ui) License [*] I submit my code changes under the same MIT License that covers the project. Feel free to contact the maintainers if that's a concern. Summary by CodeRabbit Bug Fixes Added validation for checkbox attributes to ensure values are either 'true' or 'false', including default values.
cvat-ai/cvat - Created on 5/14/2024
Motivation and context This pull request introduces Cypress tests for issue #4662 . Describe what the tests cover: -> Counting annotations created using specific shapes. -> Verifying the number of labels displayed. -> Simulating saving changes. -> Creating and verifying the count of an issue for an annotation. Checklist [*] I submit my changes into the develop branch [*] I have created a changelog fragment I have updated the documentation accordingly [*] I have added tests to cover my changes [*] I have linked related issues (see GitHub docs) I have increased versions of npm packages if it is necessary (cvat-canvas, cvat-core, cvat-data and cvat-ui) License [*] I submit my code changes under the same MIT License that covers the project. Feel free to contact the maintainers if that's a concern.
cvat-ai/cvat - Created on 4/11/2024
Motivation and context Fixes #4662 If a person wants to see quickly total no. of annotations, this section may come useful. How has this been tested? Checklist [ *] I submit my changes into the develop branch [ *] I have created a changelog fragment I have updated the documentation accordingly I have added tests to cover my changes [ *] I have linked related issues (see GitHub docs) I have increased versions of npm packages if it is necessary (cvat-canvas, cvat-core, cvat-data and cvat-ui) License [ *] I submit my code changes under the same MIT License that covers the project. Feel free to contact the maintainers if that's a concern.
cvat-ai/cvat - Created on 3/22/2024
Added the feature of dragging attributes Motivation and context resolves #7370 Checklist [*] I submit my changes into the develop branch [*] I have created a changelog fragment I have updated the documentation accordingly I have added tests to cover my changes [*] I have linked related issues (see GitHub docs) I have increased versions of npm packages if it is necessary (cvat-canvas, cvat-core, cvat-data and cvat-ui) License I submit my code changes under the same MIT License that covers the project. Feel free to contact the maintainers if that's a concern. Summary by CodeRabbit New Features Introduced drag-and-drop functionality for label attributes in the label editor. Style Updated styles to support drag-and-drop handles with a pointer cursor.
cvat-ai/cvat - Created on 3/17/2024
Fixes #2505 Changes: Added create-collection Button in Add to Collection p5.js.Web.Editor._.Pastoral.quotation.-.Brave.2024-01-19.19-40-21.mp4 I have verified that this pull request: has no linting errors (npm run lint) has no test errors (npm run test) is from a uniquely-named feature branch and is up to date with the develop branch. is descriptively named and links to an issue number, i.e. Fixes #123
processing/p5.js-web-editor - Created on 1/19/2024
Fixes #2540 I have not added the collapse file feature as the addition of one more icon will make the Sketch Files font very small Changes: Removed + Icon Added Create Folder Icon to Create folder Added Create File Icon to create file Added Upload File Icon to upload file has no linting errors (npm run lint) has no test errors (npm run test) is from a uniquely-named feature branch and is up to date with the develop branch. is descriptively named and links to an issue number, i.e. Fixes #123
processing/p5.js-web-editor - Created on 1/5/2024
What kind of change does this PR introduce? Refactoring Issue Number: Fixes #1290 Did you add tests for your changes? No Snapshots/Videos: Improving.ui.mp4 If relevant, did you update the documentation? No Summary This PR changes the width of the manage button on the OrgListCard which was hiding the members and admin For more info, check #1290 Does this PR introduce a breaking change? No Have you read the contributing guide? Yes
PalisadoesFoundation/talawa-admin - Created on 12/29/2023
What kind of change does this PR introduce? Refactoring Issue Number: Fixes #1290 Did you add tests for your changes? No Snapshots/Videos: Improved.Responsiveness.Talawa.mp4 If relevant, did you update the documentation? No Summary The name of the organization were hiding behind the Manage button after signing in. I have increased the height of the OrgListCard so that the name of the organization is not hidden. Does this PR introduce a breaking change? No Have you read the contributing guide? Yes
PalisadoesFoundation/talawa-admin - Created on 12/27/2023
Fixes #2532 I used the method that was used in #2168 and succeeded in making the previews, but it wasn't working for some sketches, especially the ones with images. Changes: 1> Added a MenuItem for Preview in Sketch's Dropdown list. 2> Created a ExamplePreview Component to view the Preview. Used EmbedFrame to preview the sketches but it is not working for all the sketches. Need help in this. I have verified that this pull request: has no linting errors (npm run lint) has no test errors (npm run test) is from a uniquely-named feature branch and is up to date with the develop branch. is descriptively named and links to an issue number, i.e. Fixes #123
processing/p5.js-web-editor - Created on 12/23/2023
Fixes #2375 Changes: implemented logic required to sort the array of items in the Collection which was returned from getCollection(state, {id}) [ Fix.Sorting.in.Collection.Table.mp4 ](url) I have verified that this pull request: has no linting errors (npm run lint) has no test errors (npm run test) is from a uniquely-named feature branch and is up to date with the develop branch. is descriptively named and links to an issue number, i.e. Fixes #123
processing/p5.js-web-editor - Created on 12/16/2023
Fixes #2628 Changes: I have verified that this pull request: [✅] has no linting errors (npm run lint) [✅] has no test errors (npm run test) [✅] is from a uniquely-named feature branch and is up to date with the develop branch. [✅] is descriptively named and links to an issue number, i.e. Fixes #123
processing/p5.js-web-editor - Created on 11/22/2023
added a page to update firstname/lastname
100xDevs-hkirat/week-16-bp-repo - Created on 11/7/2023
fixes #2
100xDevs-hkirat/week-16-bp-repo - Created on 10/27/2023
Solana-Hyperdrive/Flitchpay-Lannding - Created on 10/20/2023
some endpoints still need to be checked
Solana-Hyperdrive/Flitchpay-Lannding - Created on 10/19/2023
I have read the CLA Document and I hereby sign the CLA
Solana-Hyperdrive/Flitchpay-Lannding - Created on 10/19/2023
added a Landing0 component + created a landing route
Solana-Hyperdrive/Flitchpay-Lannding - Created on 10/18/2023
…stars >= 100 PR Template 🚀 🐛 Fixed Issue #6 while loading the repo, repos with 0 stars and forks were also been loaded Issue link: #6 🛠 Proposed Changes I made a check on the star and fork on the repo and only added it to the issue list if either of the repo or stars were >= 100 🖼️ Screenshots Checklist ✅ [✅ ] All tests pass successfully. [✅ ] Code adheres to the project's coding standards. [ ✅] Documentation is updated to reflect the changes. [ ✅] No sensitive information is inadvertently exposed. [ ✅] Commit history is clear and concise.
anand346/findissues - Created on 10/2/2023
#2239 Made a celeb generator where you can talk to any celeb you wish to, be it Taylor swift or Elon Musk. 💣 Is this a breaking change (Yes/No): Yes No
illacloud/illa-builder - Created on 10/1/2023
📝 Description Add a brief description. 💣 Is this a breaking change (Yes/No): Yes No 🚧 How to migrate? Don't need. 📝 Additional Information lol
KrishavRajSingh/illa-builder - Created on 10/1/2023
100xDevs-hkirat/Week-2-Assignments - Created on 6/20/2023