Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release #3356

Merged
merged 4 commits into from
Nov 20, 2024
Merged

Release #3356

merged 4 commits into from
Nov 20, 2024

Commits on Nov 19, 2024

  1. [Feature] Task | Add project information in the task (#3350)

    * add project in task details page / possiblity to edit
    
    * set the project when creating task
    CREDO23 authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    bc63849 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Fix/layout size and scroll effect (#3351)

    * refactor(web): [Layout] add app container component
    
    * refactor(web): [Header] make the global header fixed on scroll
    
    * refactor(web): [Footer] make the global footer fixed dynamically on scroll and setup on the layout
    
    * refactor(web): [Layout] update specific position of elements using z-index
    
    * fix(web): layout size
    
    * refactor(web): [Layout] update layout height
    
    * refactor(web): [UserTeamCard] fix size on resizing and w-max
    
    * fix(web): add scroll effect on team-members-card-view
    
    * refactor(web): [Layout] add resize component to global layout
    
    * refactor(web): fix body bg in light mode, make main header fixed on tasks pages and profile page
    
    * fix(web): [Setting] setting page layout
    
    * fix(web): [Eslint] error and add an environnement variable for checking build without eslint errors
    
    * refactor(web): fixed task detail header
    
    * docs(web): add main-layout docs
    
    * docs(web): add main-layout docs
    
    * refactor(web): fix my-tasks page
    
    * fix(web): [Profile] fix outstanding task overflow
    
    * fix(web): fix footer fixed on timesheet, settings and kanban pages
    
    * refactor(web): [Kanban] add a dynamic height on kanban item
    
    * fix(web): [Kanban] fix kanban overscroll
    
    * fix(web): [Dashboard] fix breadcum size
    
    * fix(web): [Team's Tasks'] fix space on team's tasks page
    
    * refactor(web): [Profile] optimize space on profile page
    
    * refactor(web): [Timesheet] optimize spaces on reports/timesheet page
    
    * fix(web): [Setting] double scroll on setting page
    
    * test: build
    NdekoCode authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    9ab591b View commit details
    Browse the repository at this point in the history
  2. [Improvement] Create task and assign another team member (#3353)

    * implement the assignee dropdown
    
    * add the task assignees dropdowm
    
    * Update settings.json
    
    ---------
    
    Co-authored-by: Ruslan Konviser <[email protected]>
    CREDO23 and evereq authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    681714b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3355 from ever-co/develop

    Release
    evereq authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    8b66bff View commit details
    Browse the repository at this point in the history