-
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 #3033
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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