-
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 #3276
Conversation
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]>
* 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]>
…tch-4.0.8 chore(deps): bump micromatch from 4.0.5 to 4.0.8
…n-of-arrows fix arrow direction in settings sidebar
…rked-time-input-logic fix: trim leading zeros at the beginning of work time planned
* fix: show all months in the month select * show all years with plan +5 future years
…c-when-the-timer-is-running-and-user-see-plan [Improvement] All plans modal | disbale the start working button when the timer is running
…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
* 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
* 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]>
…rd--table-view fix overlap on team member card| table view
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]>
….2.10 chore(deps): bump next from 14.2.3 to 14.2.10
…imated-all-tasks-it-does-not-let-click-start-working fix: restore the working time planned only when the selected plan has been changed
* refactor: use last selected option on the create day plan modal * center the loading icon * update the lastSelected option onSelect
…ists [Fix]: Typing Error Member Items Lists
…me-titles-future-to-the-calendar refactor: use 'Calendar' / 'Plans' instead of 'Future' / 'Future Plan'
Co-authored-by: cedric karungu <[email protected]>
…nd status management (#3223) * feat: Refactor DataTableTimeSheet and SelectFilter components for improved readability and status management * fix: resolve * fix: resolve * feat: enhance timesheet component
* feat: server web setup wizard * feat: server web setup wizard --------- Co-authored-by: nyomansutralia-jubelio <[email protected]>
* feat: Add multilingual support for timesheet component * fix: bug * improv: update multilingual support for timesheet component * fix: change * fix: sug-coderabbita * fix: deepscan
…3227) * feat: Add a formatDate function to format dates in the Timesheet * fix: sug coderabbitai
[Feat]: Add dark Mode Support to timesheet component
* 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.
* feat: Create RejectSelectedModal component for rejecting selected entries with a reason * fix:Cspell * refact: coderabbitai
#3238) * feat:Implement EditTaskModal component with enhanced task editing UI and state management * refact: coderabbitai[bot] * refact: coderabbitai[bot]
* we should not plan the same task twice * fix : fix build errors
…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]>
* feat: Added translations for the UI * fix: coderabbitai --------- Co-authored-by: Ruslan Konviser <[email protected]>
Feat: Add grouped display for timesheet data by date
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Description
Please include a summary of the changes and the related issue.
Type of Change
Checklist
Previous screenshots
Please add here videos or images of previous status
Current screenshots
Please add here videos or images of previous status