You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The issue on the "Organization Events" page arises when the screen width falls below 1400px, causing the site to become entirely unresponsive. The search date calendar shrinks as the screen size decreases, rendering the dates unclearly visible at that dimension. Also, the month and year names overlap with the "Add Event" element. Additionally, when the screen width is below 1400px, a vertical line appears on the far right of the page, which overlaps with the navigation buttons and the "Add Event" button. This unexpected behaviour can significantly impact the user experience.
To Reproduce
Steps to reproduce the behavior:
After login go to manage organization page.
In dashboard page click on view all under upcoming events element.
Expected behavior
The page should be responsive for all screen sizes, and there should be no unwanted elements overlapping each other.
Actual behavior
The site becomes unresponsive when the screen width is <1400px.
The search date calendar shrinks, making dates unclear.
Month and year names overlap with the "Add Event" element.
A vertical line appears, overlapping navigation buttons and the "Add Event" button, affecting user experience.
Additional details
Assign this issue to me
bandicam.2023-10-21.22-19-07-695.mp4
The text was updated successfully, but these errors were encountered:
Congratulations on making your first Issue! 🎊 If you haven't already, check out our Contributing Guidelines and Issue Reporting Guidelines to ensure that you are following our guidelines for contributing and making issues.
We are now focusing on three types of issues as priority areas:
The improvement in the reliability of our code base. There are many issues created to test existing code. It is a good place to start if you want to understand the operation of various apps. When you submit PRs, we automatically check to see whether the code you submitted has been covered by testing and that each file meets the minimum standard level of the repository as a whole. You won’t be able to avoid understanding testing regimes to contribute to Talawa.
The fixing of bugs and features that seriously hamper the user from using the application. The apps have various shortcomings. The most obvious ones are where the apps do not work as expected. For example buttons that don’t work, errors or messages that are not displayed to make the user understand what to do and many more. Think of any difficulty you have had in getting things working, there could be a bug there waiting for you.
Coding of screens for issues created by our Contributor team based on our soon to be updated design guide. This may include updates to existing screens. Stay tuned, we expect these issues to be created during the first week of November 2023. @rishav-jha-mech is leading this process for the Talawa Admin project
The creation of additional our updated documentation that helps with improving both the experience of the end user and the various GitHub contributors who support the development of our software. This would include user guides.
We will only be accepting feature issues for deficiencies that are obviously lacking in the apps. These are things that make it very difficult to operate the apps. Even so, the PRs will still require you to understand testing as stated before.
Describe the bug
The issue on the "Organization Events" page arises when the screen width falls below 1400px, causing the site to become entirely unresponsive. The search date calendar shrinks as the screen size decreases, rendering the dates unclearly visible at that dimension. Also, the month and year names overlap with the "Add Event" element. Additionally, when the screen width is below 1400px, a vertical line appears on the far right of the page, which overlaps with the navigation buttons and the "Add Event" button. This unexpected behaviour can significantly impact the user experience.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The page should be responsive for all screen sizes, and there should be no unwanted elements overlapping each other.
Actual behavior
The site becomes unresponsive when the screen width is <1400px.
The search date calendar shrinks, making dates unclear.
Month and year names overlap with the "Add Event" element.
A vertical line appears, overlapping navigation buttons and the "Add Event" button, affecting user experience.
Additional details
Assign this issue to me
bandicam.2023-10-21.22-19-07-695.mp4
The text was updated successfully, but these errors were encountered: