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 #3276

Merged
merged 184 commits into from
Nov 9, 2024
Merged

Release #3276

merged 184 commits into from
Nov 9, 2024

Commits on Sep 8, 2024

  1. chore(deps): bump micromatch from 4.0.5 to 4.0.8

    Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.
    - [Release notes](https://github.com/micromatch/micromatch/releases)
    - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
    - [Commits](micromatch/micromatch@4.0.5...4.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: micromatch
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    5be351f View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. [Fix] builds errors and warnings (#2982)

    * Fix warnings in compononents
    
    * Fix warnings in kanban
    
    * Update livekeet componet and fix warning
    
    * Update UserProfileDetail
    
    * Fix warnings like unsed vars and non null assertion
    
    * Fix deepscan error
    
    * Remove empty arrow function
    
    * FIx null check error
    
    * Fix handling null assertion
    
    * Fix  react-hooks exhaustive-deps warning
    
    * Simplify integration types retrieval logic
    
    * Add localization support for invalid auth code error
    
    * Fix scroll event listener dependency in pagination hook
    
    * Fix timer reset issue on initial load
    
    * Optimize callback handling in AuthCodeInputField
    
    * Refactor and cleanup hooks and component logic
    
    * Set default prop values directly in function signatures
    
    * Optimize performance with useMemo & cleanup hooks
    
    Enhanced performance by wrapping heavy computations and sort/filter operations with `useMemo` in `useDailyPlan` and `useUserProfilePage` to avoid unnecessary recalculations on re-renders. Refined hook dependencies and cleaned up redundant `useState` and `useEffect` usages to streamline state management logic. Adjusted drag-and-drop handlers for simpler plan updates.
    
    * Optimize state and memoize data in hooks
    
    * Refactor auth hooks and clean up invite modals
    
    * Simplify conditional rendering in TeamOutstandingNotifications
    
    ---------
    
    Co-authored-by: Paradoxe Ngwasi <[email protected]>
    GedeonTS and paradoxe35 authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    cee7a8e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2997 from ever-co/dependabot/npm_and_yarn/microma…

    …tch-4.0.8
    
    chore(deps): bump micromatch from 4.0.5 to 4.0.8
    evereq authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ca133bd View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    063b14d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e078486 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3012 from ever-co/3006-bug-settings--fix-directio…

    …n-of-arrows
    
    fix arrow direction in settings sidebar
    evereq authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    1855abc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3011 from ever-co/2999-bug-planned--issue-with-wo…

    …rked-time-input-logic
    
    fix: trim leading zeros at the beginning of work time planned
    evereq authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    09600b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    f3988ea View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. 3001 bug planned years months have not values (#3015)

    * fix: show all months in the month select
    
    * show all years with plan +5 future years
    CREDO23 authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a56d0e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    249945e View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Merge pull request #3024 from ever-co/3021-improvement-see-plan--logi…

    …c-when-the-timer-is-running-and-user-see-plan
    
    [Improvement] All plans modal | disbale the start working button when the timer is running
    evereq authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    d1eaa48 View commit details
    Browse the repository at this point in the history
  2. 3008 improvements see plan user should be able to see all plans on th…

    …e calendar (#3016)
    
    * fix: show all months in the month select
    
    * show all years with plan +5 future years
    
    * show all years with plan +5 future years
    
    * highlight past plan dates
    CREDO23 authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    d2a5ccc View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Feat/init rebranding server web (#2993)

    * feat: init rebranding server web
    
    * feat: desktop env for rebranding
    
    * fix: clear default logo
    
    * fix: server web ico generator
    
    * fix: rebranding app name
    
    * style: clean unused code
    
    * style: fix miss spell
    syns2191 authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    cb29513 View commit details
    Browse the repository at this point in the history
  2. Improve branding (#3005)

    * improve branding
    
    * use config instead of .env directly
    
    * use config instead of .env directly
    
    * use config instead of .env directly
    
    * fix logo position
    
    * feedback integration
    
    * add default value
    
    * Update constants.ts
    
    * Update .env
    
    * Update .env.sample
    
    ---------
    
    Co-authored-by: Ruslan Konviser <[email protected]>
    samuelmbabhazi and evereq authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    8f3fd05 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3026 from ever-co/develop

    Stage
    evereq authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    a27f0b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Merge pull request #3019 from ever-co/2991-improvement-team-member-ca…

    …rd--table-view
    
    fix overlap on team member card| table view
    evereq authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    521fe7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    793bd0c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3032 from ever-co/develop

    Stage
    evereq authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    68082e0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3033 from ever-co/stage

    Release
    evereq authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    41b1a1d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. chore(deps): bump next from 14.2.3 to 14.2.10

    Bumps [next](https://github.com/vercel/next.js) from 14.2.3 to 14.2.10.
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
    - [Commits](vercel/next.js@v14.2.3...v14.2.10)
    
    ---
    updated-dependencies:
    - dependency-name: next
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8dd9190 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fc2a41 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3034 from ever-co/dependabot/npm_and_yarn/next-14…

    ….2.10
    
    chore(deps): bump next from 14.2.3 to 14.2.10
    evereq authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f5b2816 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3042 from ever-co/3031-bug-planned--when-user-est…

    …imated-all-tasks-it-does-not-let-click-start-working
    
    fix: restore the working time planned only when the selected plan has been changed
    evereq authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4971f6f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41cf9eb View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    a6b7ade View commit details
    Browse the repository at this point in the history
  2. refactor: use last selected option on the create day plan modal (#3017)

    * refactor: use last selected option on the create day plan modal
    
    * center the loading icon
    
    * update the lastSelected option onSelect
    CREDO23 authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ceb1058 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3048 from ever-co/fix/typing-error-member-items-l…

    …ists
    
    [Fix]: Typing Error Member Items Lists
    evereq authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    21724c3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3049 from ever-co/3035-improvement-see-plan--rena…

    …me-titles-future-to-the-calendar
    
    refactor: use 'Calendar' / 'Plans' instead of 'Future' / 'Future Plan'
    evereq authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    1b6d4e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    78df680 View commit details
    Browse the repository at this point in the history
  6. fix: daily plans finders by team ID (#2973)

    Co-authored-by: cedric karungu <[email protected]>
    GloireMutaliko21 and Cedric921 authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    3feb121 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e1957ad View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3051 from ever-co/3029-improvement-notification--…

    …notification-cards-should-disappear-if-user-checked-them
    
    feat: should hide ouststanding notification after visit outstating tab
    evereq authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    bbeae2e View commit details
    Browse the repository at this point in the history
  9. Merge pull request #3052 from ever-co/develop

    Stage
    evereq authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    0a0f1f1 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3053 from ever-co/stage

    Release
    evereq authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    44558a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Refactor/recoil to jotai (#3037)

    * change all recoil store to jotai
    
    * replace all recoil occurance by is jotai migration
    
    * add writtable type
    
    * fix: eslint errors
    
    * fix: duplicated import in useTeamTasks.ts
    
    * chore(deps): remove recoiljs
    NdekoCode authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    93df916 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    455c5f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Configuration menu
    Copy the full SHA
    0df70ce View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Merge pull request #3057 from ever-co/develop

    Release
    evereq authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    39eb662 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3058 from ever-co/stage

    Release
    evereq authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e327d59 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3056 from land-bit/develop

    [Improvement] 'See Plan' | ability to add task to Empty plan
    evereq authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    29ca052 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    d8d8008 View commit details
    Browse the repository at this point in the history
  2. 3022 improvement see plan the timer is running and user addsremove a …

    …task to the plan (#3059)
    
    * feat: add 'unplan-active-task-modal'
    
    * feat: add
    'Add the Save changes'
    
    * feat: The timer is running and user can add/remove a task to the plan
    
    * feat: The timer is running and user can add/remove a task to the plan
    CREDO23 authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ada6c08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4651a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04032dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d9a8aa1 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    9e5ee47 View commit details
    Browse the repository at this point in the history
  2. employeeId should be a string

    CREDO23 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    779b562 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88c84f3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3070 from ever-co/jitsu-memo-options

    Optimize Jitsu config creation
    evereq authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d93a640 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    751c8b6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3073 from ever-co/3069-improvement-planned-see-pl…

    …an--today-date-in-the-calendar-should-be
    
    feat: today's date in calenday should look differently
    evereq authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9214e64 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3071 from ever-co/fix-daily-plans-fetch

    Daily plan requests | employeeId should be a string
    evereq authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e1e8819 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3072 from ever-co/fix/employee-object-and-employe…

    …eId-validation
    
    Fix: validate employee object and employeeId string format in request…
    evereq authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9dff678 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #3067 from ever-co/3014-improvement-common--scroll…

    …ing-zones-on-pages
    
    3014 improvement common  scrolling zones on pages
    evereq authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    b5e7c98 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3074 from ever-co/develop

    Stage
    evereq authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e999d04 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #3075 from ever-co/stage

    Release
    evereq authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    704f95d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d721732 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    817d766 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. chore(deps): bump rollup from 3.5.0 to 3.29.5 in /apps/extensions

    Bumps [rollup](https://github.com/rollup/rollup) from 3.5.0 to 3.29.5.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v3.5.0...v3.29.5)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    f30669c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7190b05 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    0f8faca View commit details
    Browse the repository at this point in the history
  2. feat: initiate dark and light theme in server-web (#3083)

    * feat: initiate dark and light theme in server-web
    
    * fix: miss word spell
    
    * fix: server web spell missing
    syns2191 authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    65d57d1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3076 from ever-co/dependabot/npm_and_yarn/apps/ex…

    …tensions/rollup-3.29.5
    
    chore(deps): bump rollup from 3.5.0 to 3.29.5 in /apps/extensions
    evereq authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    875198b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3084 from ever-co/develop

    Stage
    evereq authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    a510930 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3085 from ever-co/stage

    Release
    evereq authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    ce5e77b View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    e76fd64 View commit details
    Browse the repository at this point in the history
  2. use i18

    CREDO23 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    366136e View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Merge pull request #3087 from ever-co/3028-improvement-see-plan--abil…

    …ity-to-add-task-to-empty-plan
    
    feat: user can add tasks for today / tomorrow plan from 'See plan' modal
    evereq authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    46e01fd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3082 from ever-co/3007-improvement-see-plan--add-…

    …ability-to-createedit-plan
    
    3007 improvement see plan  add ability to createedit plan
    evereq authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    298f16c View commit details
    Browse the repository at this point in the history
  3. refactor: display notifications one time per day (#3065)

    * refactor: display notifications one time per day
    
    * use ISO format for dates
    CREDO23 authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8c4eba2 View commit details
    Browse the repository at this point in the history
  4. improve past plans view

    CREDO23 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    50ac797 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    9ef979e View commit details
    Browse the repository at this point in the history
  2. merge develop

    CREDO23 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    07c7917 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a27fbc2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    641d419 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    4674f00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d6b72c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3097 from ever-co/3061-improvement-see-plan--past…

    …-plans-view
    
    3061 improvement see plan  past plans view
    evereq authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    b9cd449 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3103 from ever-co/3062-improvement-see-plan--drop…

    …downs-months-years
    
    fix dropdowns in 'See plan' modal
    evereq authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    0e1939f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3110 from ever-co/3063-improvement-see-plan--how-…

    …open-date-in-the-calendar
    
     user is  able to double-click on specific dates and see a Plan
    evereq authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    dc9907f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3112 from land-bit/develop

    [Fix] Settings | Icon direction when sections are collapsed / expended
    evereq authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    6540f49 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0da0f0f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3118 from ever-co/2903-improvement-planned--warni…

    …ng-message-on-the-planned-tasks-popup
    
    feat: improve the warnings order in the Daily plan modal
    evereq authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    bd50011 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #3120 from ever-co/develop

    Stage
    evereq authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    3b6457e View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3121 from ever-co/stage

    Stage
    evereq authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    cc42d58 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    2ce5a42 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    1864689 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5c6a5d View commit details
    Browse the repository at this point in the history
  3. 3086 improvement see plan add arrows back forward (#3123)

    * add arrows back/forward
    
    * add arrow navigation handler
    CREDO23 authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    00db51d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3135 from ever-co/2411-bug-kanban--task-worked-ti…

    …me-issue
    
    fix: show live time for task on which the user is working
    evereq authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    7ea626f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3138 from ever-co/3115-task-settings--enforce-plan

    change 'require plan to track' to 'enforce plan'
    evereq authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    3311a8a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3109 from ever-co/3066-bug-planned--wrong-tab-is-…

    …shown-when-user-open-own-profile
    
    set the tab to outstanding if there are outstanding tasks next day
    evereq authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    fc24221 View commit details
    Browse the repository at this point in the history
  7. add enforce plan flow

    CREDO23 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    bbb1aec View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. feat: add actions on kanban | task action menu (#3136)

    * feat: add actions on kanban | task action menu
    
    * feat: add missing action menus
    CREDO23 authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    e6aa44d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3139 from ever-co/3116-task-planned--enforce-plan…

    …-flow
    
    add enforce plan flow
    evereq authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a73cb5f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3140 from ever-co/develop

    Release
    evereq authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    9445061 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3141 from ever-co/stage

    Release
    evereq authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    df100fe View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    a3ccbfa View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    b1d695d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3147 from land-bit/develop

    [fix](settings): section should not change position if the user collapse it
    evereq authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    6f4fe2a View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. chore(deps): bump cookie from 0.5.0 to 0.7.0

    Bumps [cookie](https://github.com/jshttp/cookie) from 0.5.0 to 0.7.0.
    - [Release notes](https://github.com/jshttp/cookie/releases)
    - [Commits](jshttp/cookie@v0.5.0...v0.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: cookie
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    1435cbe View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Merge pull request #3148 from ever-co/fix-suggest-daily-plan-modal

    fixbug: fix suggest daily plan modal
    evereq authored Oct 13, 2024
    Configuration menu
    Copy the full SHA
    dd64d0c View commit details
    Browse the repository at this point in the history
  2. [Fix] Public link URL does not work (#3146)

    * Refactor team member view and task statistics handling
    
    * Remove console log and enhance UI behavior
    
    Eliminated a debug console log for cleaner output. Adjusted UI handling to conditionally render interaction elements only for non-public teams, improving user interface logic. Also refined layout width responsiveness for better-style consistency.
    paradoxe35 authored Oct 13, 2024
    Configuration menu
    Copy the full SHA
    1810361 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3149 from ever-co/dependabot/npm_and_yarn/cookie-…

    …0.7.0
    
    chore(deps): bump cookie from 0.5.0 to 0.7.0
    evereq authored Oct 13, 2024
    Configuration menu
    Copy the full SHA
    e703750 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3150 from ever-co/develop

    Stage
    evereq authored Oct 13, 2024
    Configuration menu
    Copy the full SHA
    20cff1c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3151 from ever-co/stage

    Release
    evereq authored Oct 13, 2024
    Configuration menu
    Copy the full SHA
    4efdca8 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    7ca6a45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07f0a94 View commit details
    Browse the repository at this point in the history
  3. fix: task input dropdowns (#3152)

    * fix: task input dropdowns
    
    * refactor:  Implement Max-Height
    BirushaNdegeya authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    27c6fb8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46d909b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c381fbb View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    3665230 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3161 from ever-co/3155-bug-settings--enforce-plan…

    …s-how-it-should-work
    
    3155 bug settings  enforce plans how it should work
    Cedric921 authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    d517bf1 View commit details
    Browse the repository at this point in the history
  3. add requested changes

    CREDO23 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    9746b83 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Configuration menu
    Copy the full SHA
    8684fd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2eff9dc View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Feat/add env vars (#3160)

    * Add env vars placeholders for expo
    
    * put back ever team credentials
    
    * Put back eas.json file, deleted by mistake
    
    * update github workflow for android and ios
    Sergemuhundu authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    351bf1e View commit details
    Browse the repository at this point in the history
  2. [Fix](Web): load team members cards on home page (#3167)

    * fixbug: load team members cards on home page
    
    * refactor: title for plan without date should be 'the plan date'
    
    * improvement: Today plan | warnings, if no tasks -> 'Please, add tasks'
    
    ---------
    
    Co-authored-by: cedric karungu <[email protected]>
    CREDO23 and Cedric921 authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    938f278 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3159 from ever-co/3156-bug-planned--the-issue-is-…

    …that-tracker-start-tracking-time-without-clicking-start-working
    
    refactor: the timer should not start when the user ignores the 'Todayplan' popup
    evereq authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4efcacb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3182 from ever-co/develop

    Stage
    evereq authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    fbd087f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3183 from ever-co/stage

    Release
    evereq authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    548e866 View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7

    Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.6 to 2.0.7.
    - [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
    - [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.7/CHANGELOG.md)
    - [Commits](chimurai/http-proxy-middleware@v2.0.6...v2.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: http-proxy-middleware
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    71f313a View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. 3102 feature/implement responsive vertical sidebar with expand/collap…

    …se (#3189)
    
    * feat(web): [Vertical Sidebar] add vertical sidebar, responsive sidebar with expand and collapse feature
    
    * refactor(web): [Vertical Sidebar] fix header nav height on setting pages and refactor the next.js image domains
    
    * refactor(web): [Vertical Sidebar] add vertical-sidebar on all pages as layout and fix link spacing
    
    * refactor(web): [Vertical Sidebar] correct spaces in sub vertical sidebar links
    
    * fix: fix spelling errors
    
    * fix(web): deepscan errors
    
    * refactor(web): [Vertical Sidebar] remove unused icons
    
    * refactor(web): [Vertical Sidebar] add next-link to app-sidebar
    
    * fix(web): modal issue
    
    * refactor(web): Consider modernizing imports and centralizing constants and Optimize state initialization to prevent hydration flicker.
    
    * refactor(web): Update apps/web/components/ui/sidebar.tsx
    
    * style(web): Consolidate base layer definitions in globals.css
    
    * fix(web): build error
    NdekoCode authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    53459b9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3184 from ever-co/dependabot/npm_and_yarn/http-pr…

    …oxy-middleware-2.0.7
    
    chore(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7
    evereq authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    6f2668c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3190 from ever-co/develop

    Stage
    evereq authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    e347ab9 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Configuration menu
    Copy the full SHA
    356bf31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf25619 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3192 from ever-co/feat/add-env-vars

    Feat/add env vars
    Sergemuhundu authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    86a5d64 View commit details
    Browse the repository at this point in the history
  4. Improve eas file

    Sergemuhundu committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    53fbc89 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3193 from ever-co/feat/add-env-vars

    Improve eas file
    Sergemuhundu authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    f7a4dd6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3593b98 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3194 from ever-co/feat/add-env-vars

    Remove ios submit temporary
    Sergemuhundu authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    486469e View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Merge pull request #3195 from ever-co/develop

    Release
    evereq authored Oct 27, 2024
    Configuration menu
    Copy the full SHA
    909a896 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3196 from ever-co/stage

    Release
    evereq authored Oct 27, 2024
    Configuration menu
    Copy the full SHA
    8424923 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    32d2f87 View commit details
    Browse the repository at this point in the history
  2. 3104-3105-3106-3107 feature/vertical sidebar, projects, favorites and…

    … role based navigation in sidebar (#3199)
    
    * fix(web): [Vertical Sidenar] Fix fullwidth switch with vertical sidebar
    
    * refactor(web): [Vertical Sidebar] retrieves projects data, get sidebar data based on user roles
    
    * refactor(web): [Vertical Sidebar] fix alignments of project sidebar project
    
    * refactor(web): [Vertical Sidebar] add sidebar traductions
    
    * refactor(web): [Vertical Sidebar] make favorite tasks persistence
    
    * refactor(web): [Vertical Sidebar] add favorite feature on card-menu-item
    
    * refactor(web): [Favorite] add favorite feature on task detail
    
    * fix(web): fix deepscan errors
    
    * refactor(web): [Vertical Sidebar] Add TypeScript type definitions to MainSidebarTrigger and improve maintainability.
    
    * refactor(web): [Types] Add TypeScript interfaces for role definitions and type safety to PERMISSION_ROLES mapping
    
    * refactor(web): [Typo] Fix typo in sidebar translation key.
    
    * refactor(web): [Favorite] Consider optimizing toggleFavorite implementation.
    
    * refactor(web): [spelling] Fix grammatical error in favorites message.
    NdekoCode authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    347e93a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3198 from ever-co/3186-bug-planned--on-the-calend…

    …ar-planned-date-can-not-be-selected-to-plan-a-task
    
    refactor:  user should be able to plan tasks for Dates with Planned
    evereq authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    45fb45e View commit details
    Browse the repository at this point in the history
  4. [Feat]:create TimesheetCard component with customizable props (#3191)

    * feat:create TimesheetCard component with customizable props
    
    * refact: code
    
    * refact: code
    
    * fix: cspell
    
    * feat(timesheet): add filter components
    
    * fix: deep scan
    
    * fix: build
    Innocent-Akim authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    77dbebe View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3200 from ever-co/develop

    Release
    evereq authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    2c13c66 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3201 from ever-co/stage

    Release
    evereq authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    fdcd092 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9de0d0b View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3202 from ever-co/3142-improvement-see-plan--date…

    …-without-a-plan-how-to-select
    
    [Improvement] | How to select date without a plan
    evereq authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    116b070 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Add ios credentials

    Sergemuhundu committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    3538913 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3207 from ever-co/feat/add-env-vars

    Add ios credentials
    Sergemuhundu authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    7fce0f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2cfa70 View commit details
    Browse the repository at this point in the history
  4. Update stage workflow

    Sergemuhundu committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    b0ef8fb View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3210 from ever-co/add/pre-release

    Add/pre release
    Sergemuhundu authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    d0c7e26 View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump elliptic from 6.5.7 to 6.6.0

    Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.7 to 6.6.0.
    - [Commits](indutny/elliptic@v6.5.7...v6.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: elliptic
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    f241141 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3211 from ever-co/develop

    Test Stage Release
    Sergemuhundu authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    3b7f777 View commit details
    Browse the repository at this point in the history
  8. Feat(app/web): Team Settings | Edit User Role (#3153)

    * feat(web): Add Edit User Role Component
    
    * fix(web)[user-role]: deepscan & cspell errors
    
    * fix(web)[user-role]: deepscan & cspell errors
    
    * [feat](app/web): update Organization Team Member
    
    * feat: make and unmake Manager
    
    * fix: Apply code refactoring
    Cedric921 authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    2230fcf View commit details
    Browse the repository at this point in the history
  9. show notifications acordingly to selected team (#3181)

    * show notifications acordingly to selected team
    
    * add requested changes
    CREDO23 authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    4c4508b View commit details
    Browse the repository at this point in the history
  10. [Fix]: Timesheet-UI (#3203)

    * fix:timesheet-ui
    
    * Update FrequencySelect.tsx
    
    ---------
    
    Co-authored-by: Ruslan Konviser <[email protected]>
    Innocent-Akim and evereq authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    87e40f7 View commit details
    Browse the repository at this point in the history
  11. Feat: Implement Timesheet Filter Component With Status, Date Filters (#…

    …3208)
    
    * feat: implement timesheet filter component with status, date filters ...
    
    * fix: error
    
    * fix: resolve
    
    * fix: resolve
    
    ---------
    
    Co-authored-by: Ruslan Konviser <[email protected]>
    Innocent-Akim and evereq authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    439e59d View commit details
    Browse the repository at this point in the history
  12. Merge pull request #3212 from ever-co/dependabot/npm_and_yarn/ellipti…

    …c-6.6.0
    
    chore(deps): bump elliptic from 6.5.7 to 6.6.0
    evereq authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    7ca340f View commit details
    Browse the repository at this point in the history
  13. Update page.tsx

    evereq authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    daa15ab View commit details
    Browse the repository at this point in the history
  14. Merge pull request #3214 from ever-co/develop

    Release
    evereq authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    821f28b View commit details
    Browse the repository at this point in the history
  15. Merge pull request #3215 from ever-co/stage

    Release
    evereq authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    7da697f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. [Feat]: Implement dynamic date range picker for timesheet filtering (#…

    …3213)
    
    * feat: Implement dynamic date range picker for timesheet filtering
    
    * fix: Resolved
    
    * improve: timesheet date filter
    Innocent-Akim authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    df0452e View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. [Feat]: DataTableTimeSheet and SelectFilter components for improved a…

    …nd status management (#3223)
    
    * feat: Refactor DataTableTimeSheet and SelectFilter components for improved readability and status management
    
    * fix: resolve
    
    * fix: resolve
    
    * feat: enhance timesheet component
    Innocent-Akim authored Nov 2, 2024
    Configuration menu
    Copy the full SHA
    4f30b12 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. feat: server web setup wizard (#3226)

    * feat: server web setup wizard
    
    * feat: server web setup wizard
    
    ---------
    
    Co-authored-by: nyomansutralia-jubelio <[email protected]>
    syns2191 and nyomansutralia-jubelio authored Nov 3, 2024
    Configuration menu
    Copy the full SHA
    cc4e2bc View commit details
    Browse the repository at this point in the history
  2. [Feat]: Add Multilingual Support for Timesheet Component (#3225)

    * feat: Add multilingual support for timesheet component
    
    * fix: bug
    
    * improv: update multilingual support for timesheet component
    
    * fix: change
    
    * fix: sug-coderabbita
    
    * fix: deepscan
    Innocent-Akim authored Nov 3, 2024
    Configuration menu
    Copy the full SHA
    448fb96 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. [Feat]: Add a formatDate function to format dates in the Timesheet (#…

    …3227)
    
    * feat: Add a formatDate function to format dates in the Timesheet
    
    * fix: sug coderabbitai
    Innocent-Akim authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    6b0786d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3228 from ever-co/develop

    Release
    evereq authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    d4758da View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3229 from ever-co/stage

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

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    6fc64fb View commit details
    Browse the repository at this point in the history
  2. fix: cspell

    Innocent-Akim committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    82596e8 View commit details
    Browse the repository at this point in the history
  3. refact: coderabbitai

    Innocent-Akim committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    9f78cac View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3230 from ever-co/feat/dark-mode-timesheet

    [Feat]: Add dark Mode Support to timesheet component
    evereq authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    a48a46a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3231 from ever-co/develop

    Stage
    evereq authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    0b7e860 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3232 from ever-co/stage

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

Commits on Nov 6, 2024

  1. 3108 feature/ task list view all tasks in a team (#3234)

    * refactor(web): [Task in Team]: Add task table and paginations
    
    * refactor(web): [Task in Team]: Add filter and pagination
    
    * refactor(web): [Task in Team] Add search feature
    
    * fix(web): [Task in Team] search feature
    
    * fix(web): fix main container horizontal scroll
    
    * refactor(web): replace overflow-scroll by overflow-auto
    
    * fix(web): [Vertical Sidebar] fix sidebar trigger on collapsed icons
    
    * fix(web): eslint error
    
    * fix(web): [Vertical Sidebar] fix active sidebar menu on page change
    
    * fix(web): [Vertical Sidebar] fix label on active sidebar menu
    
    * refactor(web): [Vertical Sidebar] remove project sub-menu
    
    * fix(web): deepscan error
    
    * fix(web): deepscan error
    
    * refactor(web): [Task in Team] Enhance accessibility and styling consistency for assign-user
    
    * refactor(web): Encode username parameter in URL.
    
    * refactor(web): [Task in Team] Fix duplication of Status Badges
    
    * refactor(web): Simplify the conditional rendering by removing unnecessary Fragment.
    NdekoCode authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    25e31d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e64da11 View commit details
    Browse the repository at this point in the history
  3. [Feat]: Create RejectSelectedModal Component (#3233)

    * feat: Create RejectSelectedModal component for rejecting selected entries with a reason
    
    * fix:Cspell
    
    * refact: coderabbitai
    Innocent-Akim authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    c3afbd1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3236 from ever-co/develop

    Release
    evereq authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    90f32d4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3237 from ever-co/stage

    Release
    evereq authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    54cd62c View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. [Feat]:Implement EditTaskModal component with enhanced task editing UI (

    #3238)
    
    * feat:Implement EditTaskModal component with enhanced task editing UI and state management
    
    * refact: coderabbitai[bot]
    
    * refact: coderabbitai[bot]
    Innocent-Akim authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    3740f52 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. we should not plan the same task twice (#3244)

    * we should not plan the same task twice
    
    * fix : fix build errors
    CREDO23 authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    728f961 View commit details
    Browse the repository at this point in the history
  2. [Feat]: Implement Timesheet logs API integration with State managemen…

    …t and query handling (#3254)
    
    * feat:Implement timesheet logs API integration with state management and query handling
    
    * fix: coderabbitai
    
    * Update page.tsx
    
    ---------
    
    Co-authored-by: Ruslan Konviser <[email protected]>
    Innocent-Akim and evereq authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    0b5b01d View commit details
    Browse the repository at this point in the history
  3. [Feat]: Added Translations For The UI In Multiple Languages (#3265)

    * feat: Added translations for the UI
    
    * fix: coderabbitai
    
    ---------
    
    Co-authored-by: Ruslan Konviser <[email protected]>
    Innocent-Akim and evereq authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    d5a4eeb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7876fcc View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Merge pull request #3266 from ever-co/feat/grouped-timesheet-display

    Feat: Add grouped display for timesheet data by date
    evereq authored Nov 9, 2024
    Configuration menu
    Copy the full SHA
    06d67fd View commit details
    Browse the repository at this point in the history
  2. chore: desktop apps

    evereq committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    85f6527 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3274 from ever-co/develop

    Release
    evereq authored Nov 9, 2024
    Configuration menu
    Copy the full SHA
    bbcd45d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3275 from ever-co/stage

    Release
    evereq authored Nov 9, 2024
    Configuration menu
    Copy the full SHA
    4266cc1 View commit details
    Browse the repository at this point in the history