-
Notifications
You must be signed in to change notification settings - Fork 47
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 #2927
Commits on Aug 15, 2024
-
refactor: improve the workspaces list on login/workspace screen (#2899)
* refactor: improve the workspaces list on login/workspace screen * fix: fix spell typo --------- Co-authored-by: Gloire Mutaliko (Salva) <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ae5afd6 - Browse repository at this point
Copy the full SHA ae5afd6View commit details -
refactor: focus should be on the first input which has a digit when u…
…ser click on edit | estimate task
Configuration menu - View commit details
-
Copy full SHA for bd175a4 - Browse repository at this point
Copy the full SHA bd175a4View commit details -
[Improvement]: Timer | Implement hide/show functionality across multi…
…ple pages (#2904) * feat: implemented logic to hide or show the timer component depending on the pages * fix: cspell * fix: cspell * update: Conditional Rendering | Add logic for header size, tracking, and profile authentication * fix: Typo with Scroll Word * refact: show small Timer in All Team Page --------- Co-authored-by: Cedric Karungu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 39731f8 - Browse repository at this point
Copy the full SHA 39731f8View commit details -
Settings | Team - Create Issue Statuses (#2905)
* feat: add standard task statuses for creation status * fix: custom fields comments * fix: build issues
Configuration menu - View commit details
-
Copy full SHA for 7a66d6e - Browse repository at this point
Copy the full SHA 7a66d6eView commit details -
[Feat]: DataTableTimeSheet component for improved readability and re… (…
…#2888) * Refactor DataTableTimeSheet component for improved readability and responsiveness * fix: cspell * Refactor: Optimize export statements for better clarity and maintainability * fix: mode sombre on date picker * feat: feat: ConfirmStatusChange modal component * fix: cspell * feat: add filter functionality with team, employee, status, and task selection * fix: error --------- Co-authored-by: Ruslan Konviser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bc19240 - Browse repository at this point
Copy the full SHA bc19240View commit details -
chore(deps): bump elliptic from 6.5.4 to 6.5.7
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.4 to 6.5.7. - [Commits](indutny/elliptic@v6.5.4...v6.5.7) --- updated-dependencies: - dependency-name: elliptic dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d8e076 - Browse repository at this point
Copy the full SHA 8d8e076View commit details -
Configuration menu - View commit details
-
Copy full SHA for a853822 - Browse repository at this point
Copy the full SHA a853822View commit details -
Merge pull request #2908 from ever-co/2810-bug-daily-plan--add-or-edi…
…t-estimated-hour improvement: focus should be on the first input which has a digit when user click on edit | estimate task
Configuration menu - View commit details
-
Copy full SHA for 928720c - Browse repository at this point
Copy the full SHA 928720cView commit details
Commits on Aug 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ccccd47 - Browse repository at this point
Copy the full SHA ccccd47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74d37d7 - Browse repository at this point
Copy the full SHA 74d37d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae0615f - Browse repository at this point
Copy the full SHA ae0615fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 148e8b4 - Browse repository at this point
Copy the full SHA 148e8b4View commit details
Commits on Aug 17, 2024
-
Merge pull request #2924 from ever-co/2920-fix-actions-menu--remove-b…
…lank-space-after-adding-a-plan-to-tomorrow-plan fix: Action menu | remove blank space after adding a task to tomorrow plan
Configuration menu - View commit details
-
Copy full SHA for f1ba859 - Browse repository at this point
Copy the full SHA f1ba859View commit details -
Merge pull request #2922 from ever-co/2921-bug-daily-plan--user-shoul…
…d-not-be-able-to-set-negative-values-for-planned-work-time fix: user should not be able to set negative values for planned work time
Configuration menu - View commit details
-
Copy full SHA for df6a9ee - Browse repository at this point
Copy the full SHA df6a9eeView commit details -
Merge pull request #2918 from ever-co/2901-bug-planned--logic-remove-…
…tasks-from-outstanding-if-user-added-them-to-new-plan fix: remove planned task from 'Outstanding' tab
Configuration menu - View commit details
-
Copy full SHA for 6f8e4d0 - Browse repository at this point
Copy the full SHA 6f8e4d0View commit details -
Merge pull request #2915 from ever-co/2907-fix-task-estimate--edit-es…
…timate-should-be-the-same-approach-on-all-pages improvement: use the same Task Estimate component on all pages / popups/ Task card
Configuration menu - View commit details
-
Copy full SHA for 3026f5a - Browse repository at this point
Copy the full SHA 3026f5aView commit details
Commits on Aug 18, 2024
-
Optimize Task Stats Data Loading
Introduce `useGetTasksStatsData` hook to handle task statistics loading through IntersectionObserver for performance improvement. Replace direct tasks stats fetching with new hook in relevant components and pages. Adjust styling and structure for readability and consistency across the application.
Configuration menu - View commit details
-
Copy full SHA for a4ee92c - Browse repository at this point
Copy the full SHA a4ee92cView commit details
Commits on Aug 19, 2024
-
Merge pull request #2926 from ever-co/fix-timesheet-statistics-tasks-…
…requests Optimize Task Stats Data Loading
Configuration menu - View commit details
-
Copy full SHA for e68eef4 - Browse repository at this point
Copy the full SHA e68eef4View commit details -
Merge pull request #2910 from ever-co/dependabot/npm_and_yarn/ellipti…
…c-6.5.7 chore(deps): bump elliptic from 6.5.4 to 6.5.7
Configuration menu - View commit details
-
Copy full SHA for eef47b6 - Browse repository at this point
Copy the full SHA eef47b6View commit details -
[Feat]: Dynamic Member Selection (#2923)
* feat: add dynamic SelectItems component for team member selection * feat: add dynamic SelectItems component for team member selection
Configuration menu - View commit details
-
Copy full SHA for 83daaad - Browse repository at this point
Copy the full SHA 83daaadView commit details -
[Feat]: Add special config for Managers to enable/disable time tracki…
…ng for Members (#2925) * feat: Add config for Managers to enable/disable time tracking for Members * feat: Add config for Managers to enable/disable time tracking for Member on profile * fix: cspell * fix: error * fix: active team managers
Configuration menu - View commit details
-
Copy full SHA for 6b582e8 - Browse repository at this point
Copy the full SHA 6b582e8View commit details -
[Feature]: Confirm Status Change With Time Sheet (#2916)
* feat:Implemented the ConfirmStatusChange modal to handle status transitions * feat:Implemented the ConfirmStatusChange modal to handle status transitions * fix: error
Configuration menu - View commit details
-
Copy full SHA for 7ffcd36 - Browse repository at this point
Copy the full SHA 7ffcd36View commit details