plane/web
M. Palanikannan e141091e99
fix: Resolved page not saving/not copying contents bug (#3203)
This commit adds a duplicate_page function to the PageDetailsPage component, which allows users to duplicate a page. If the current page does not have a description_html value, it will be set to the default value from the pageDetails object. The formData object is updated with the necessary values for duplication, including the new page name and description. Additionally, the handleSubmit dependency is included in the useEffect hook to ensure proper form submission.
2023-12-20 18:54:16 +05:30
..
components fix: role authorization for create project button in project empty state (#3204) 2023-12-20 18:53:35 +05:30
constants chore: resolve priority sorting order (#3141) 2023-12-15 17:37:37 +05:30
contexts chore: format all files in monorepo (#3054) 2023-12-10 15:50:45 +05:30
helpers chore: state sequence ordering (#3130) 2023-12-14 16:45:39 +05:30
hooks fix: spreadsheet layout sub-issues property update (#3110) 2023-12-13 23:07:26 +05:30
layouts chore: disable API calls for un-authorized users (#3144) 2023-12-17 00:35:53 +05:30
lib fix: remove get requests from the catch block (#3135) 2023-12-14 19:55:45 +05:30
pages fix: Resolved page not saving/not copying contents bug (#3203) 2023-12-20 18:54:16 +05:30
public chore: image file update, icon consistency, bug fixes and code refactor (#3107) 2023-12-13 23:03:54 +05:30
services chore: issue link mobx integration (#3072) 2023-12-11 22:26:29 +05:30
store fix: bug fixes & improvements (#3159) 2023-12-18 14:59:25 +05:30
styles Fix .vertical-lr in Firefox 2023-12-13 19:04:12 +03:00
types chore: workspace roles (#3024) 2023-12-07 19:59:35 +05:30
.env.example chore: configurations (#3059) 2023-12-11 14:32:28 +05:30
.eslintrc.js chore: eslint config package fixes (#2165) 2023-09-13 12:06:17 +05:30
.prettierignore chore: format all files in monorepo (#3054) 2023-12-10 15:50:45 +05:30
.prettierrc fix: Implementing mobx, refactoring service layer and rewriting components (#2441) 2023-10-15 23:50:12 +05:30
Dockerfile.dev fix: environment file missing for space (#3105) 2023-12-14 16:18:02 +05:30
Dockerfile.web [chore] Update setup.sh, with removed replacement script & added project-level ENVs (#2115) 2023-09-13 20:21:02 +05:30
google.d.ts New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
manifest.json New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
next-env.d.ts New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
next.config.js fix: adding additional headers to restrict iframe 2023-12-20 13:49:17 +05:30
package.json fix: upgrading lucide react dependency (#3057) 2023-12-10 17:54:36 +05:30
postcss.config.js feat: Editor Core Packaging and Restructuring (#2358) 2023-10-13 12:05:49 +05:30
sentry.client.config.js New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
sentry.edge.config.js New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
sentry.properties New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
sentry.server.config.js New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
tailwind.config.js feat: Editor Core Packaging and Restructuring (#2358) 2023-10-13 12:05:49 +05:30
tsconfig.json New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30