Skip to content

Conversation

@anmolsinghbhatia
Copy link
Collaborator

@anmolsinghbhatia anmolsinghbhatia commented Feb 22, 2024

Problem:

  1. Properties dropdown in all layouts overflow the header.
  2. Spreadsheet column sort by dropdown overlaps with the app header.
  3. Spreadsheet title column header does not stick to the top.

Solution:

  1. Resolved a z-indexing problem causing the overflow and conducted testing to ensure resolution wherever applicable.
  2. Implemented necessary modifications to the spreadsheet layout to resolve the dropdown overlap with the app header.
  3. Implemented necessary changes to the spreadsheet header component to address the issue of the title column header not sticking to the top.

Issue link: [WEB-515]

</span>
<Link href={`/${workspaceSlug}/projects/${currentProjectDetails?.id}/issues`} className="block md:hidden pl-2 text-custom-text-300">...</Link>
<Link
href={`/${workspaceSlug}/projects/${currentProjectDetails?.id}/issues`}

Check warning

Code scanning / CodeQL

Client-side URL redirect

Untrusted URL redirection depends on a [user-provided value](1).
</span>
<Link href={`/${workspaceSlug}/projects/${currentProjectDetails?.id}/issues`} className="block md:hidden pl-2 text-custom-text-300">...</Link>
<Link
href={`/${workspaceSlug}/projects/${currentProjectDetails?.id}/issues`}

Check warning

Code scanning / CodeQL

Client-side URL redirect

Untrusted URL redirection depends on a [user-provided value](1).
@anmolsinghbhatia anmolsinghbhatia added this to the v0.16 milestone Feb 22, 2024
@anmolsinghbhatia anmolsinghbhatia linked an issue Feb 22, 2024 that may be closed by this pull request
1 task
@anmolsinghbhatia anmolsinghbhatia changed the title [WEB-514] [WEB-515] fix: spreadsheet layout overflow Feb 22, 2024
@sriramveeraghanta sriramveeraghanta merged commit ebad7f0 into develop Feb 22, 2024
@sriramveeraghanta sriramveeraghanta deleted the fix/spreadsheet-layout-overflow branch February 22, 2024 14:50
vamsikrishnamathala pushed a commit that referenced this pull request Aug 7, 2025
* refactor: document editor

* chore: update user prop

* fix: type warning

* refactor: document read only editor

* chore: update value prop name

* chore: remove unnecessary exports

* hore: update initialValue type

* chore: revert initialValue type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

3 participants