Aditya Chaudhary
Aditya Chaudhary
Description: This commit migrated the general "Not Subscribed" tooltip to a tippy tooltip. Fixes #30668 |Before|After| |-|----| ||| Steps Followed: Previously Worked on tippy issue so it was not that...
This commit adjusts the color of the typeahead link according to the theme. The link appears to be same as the text color with an underline. Fixes #31005 |Before(light)|After(light)| |----|----|...
When a message is marked as read, we didn't call Notification.close to officially clear any desktop notification that might have been generated from the message being sent. This PR is...
Checklist: - [x] I have read and followed the [contribution guidelines](https://contribute.freecodecamp.org). - [x] I have read and followed the [how to open a pull request guide](https://contribute.freecodecamp.org/how-to-open-a-pull-request/). - [x] My pull...
## PR Description This PR introduces support for sending HTTP cookies with API requests. The new functionality allows users to include cookies in their headers, which is especially useful when...
…s discrepancy Fixed #35095 Refactored Django’s documentation to correct the Swiss (German) monetary value formatting. Updated the formatting guidelines to reflect the use of a comma as the thousand separator...
This commit replaces the default HTML title attribute with a Tippy.js tooltip for stream names in the subscription block, ensuring that tooltips are shown only when the name is truncated....
**Describe the solution you'd like** Aligning the feature description would make the whole feature section more eye-catching without more jumbled feeling. **Screenshot of the Feature Page**
## What does this PR do? This PR fixes an issue where requesting a preview for a GIF file in the Storage service would return a generic file icon instead...
### PR Description This PR introduces complete frontend support for ReferenceGrant resources, including: * KubeObject model definition for ReferenceGrant * List and detail views with routing integration * Storybook stories...