GitStart
GitStart
Fixes #16479 #### Solution Added new parameter `mIsMultilineInput` in `PostSettingsInputDialogFragment.java` to handle multiline inputs and keep single line input field if its `false` To test: Click on Menu from the...
# Description Fixes/Partially Fixes [issue](https://github.com/ParabolInc/parabol/issues/7158) After digging, I discovered that the snackbar was positioned relative to the sidebar on the left, so this affected the positioning on pages that the...
# Description Original issue linked [here](https://github.com/ParabolInc/parabol/issues/7090) ## Demo [Loom Video](https://www.loom.com/share/672bae5c749b404bb850bc291885bcb5) ## Issue - Bug If there are no spaces in the text then it breaks the UI ...
# Description Fixes/Partially Fixes [issue](https://github.com/ParabolInc/parabol/issues/6060) [Please include a summary of the changes and the related issue] If there are too many meeting member avatars to fit in the meeting card,...
# Fixed TaskAssigneeMenu Fixed Assignee menu to show all members . Initially Assignee menu was not showing members that had been assigned tasks. Fixes/Partially Fixes #6862 All team members are...
Issue: [Related Issue](https://github.com/storybookjs/storybook/issues/18639) ## What I did Changing the value by checking checkboxes in the control correctly affects the component, and also the other way around. Selecting the options in...
## Description At the moment developer can add to store & update store This Implementation is to allow developer - Clear all store value - Clear specifics value from store...
Issue: #18639 ## What I did Changing the value by checking checkboxes in the control correctly affects the component, and also the other way around. Selecting the options in the...
…apitalised ### What does it do? fixes #14012 Here we're lower-casing all existing fields names and upcoming value by using `toLower() ` method imported from `Lodash` when we are creating...
### What does it do? This PR is supposed making the `BoundRoute` section sticky in the Roles editor but another solution has been found out. fixes #12300 ### Why is...