twenty/front
Félix Malfait 94a913a41f
Add "show company / people" view and "Notes" concept (#528)
* Begin adding show view and refactoring threads to become notes

* Progress on design

* Progress redesign timeline

* Dropdown button, design improvement

* Open comment thread edit mode in drawer

* Autosave local storage and commentThreadcount

* Improve display and fix missing key issue

* Remove some hardcoded CSS properties

* Create button

* Split company show into ui/business + fix eslint

* Fix font weight

* Begin auto-save on edit mode

* Save server-side query result to Apollo cache

* Fix save behavior

* Refetch timeline after creating note

* Rename createCommentThreadWithComment

* Improve styling

* Revert "Improve styling"

This reverts commit 9fbbf2db00.

* Improve CSS styling

* Bring back border radius inadvertently removed

* padding adjustment

* Improve blocknote design

* Improve edit mode display

* Remove Comments.tsx

* Remove irrelevant comment stories

* Removed un-necessary panel component

* stop using fragment, move trash icon

* Add a basic story for CompanyShow

* Add a basic People show view

* Fix storybook tests

* Add very basic Person story

* Refactor PR1

* Refactor part 2

* Refactor part 3

* Refactor part 4

* Fix tests

---------

Co-authored-by: Charles Bochet <charles@twenty.com>
2023-07-09 22:25:34 -07:00
..
.storybook feat: onboarding ui flow (#464) 2023-06-30 06:26:06 +00:00
public Update robots.txt (#549) 2023-07-09 14:37:49 -07:00
src Add "show company / people" view and "Notes" concept (#528) 2023-07-09 22:25:34 -07:00
.env.example Connect profile picture upload to backend (#533) 2023-07-07 17:50:02 -07:00
.eslintrc.js Func style allowing arrow (#461) 2023-06-29 11:19:03 -07:00
.gitignore Refactor client config (#529) 2023-07-07 11:10:42 -07:00
.nvmrc feat: rewrite auth (#364) 2023-06-23 08:49:50 -07:00
.prettierrc Migrate to Typescript, add prettier and add linter 2022-12-02 12:06:22 +01:00
codegen.js Lucas/t 369 on comment drawer i can reply to a comment thread and it (#206) 2023-06-08 08:36:37 +00:00
craco.config.js Add "show company / people" view and "Notes" concept (#528) 2023-07-09 22:25:34 -07:00
index.html Setup Hasura locally 2023-04-12 15:54:16 +02:00
jest.config.js Reorganize frontend and install Craco to alias modules (#190) 2023-06-04 11:23:09 +02:00
package.json Add "show company / people" view and "Notes" concept (#528) 2023-07-09 22:25:34 -07:00
README.md Add a custom rule to prevent colors from being hardcoded outside of theme (#288) 2023-06-14 16:56:29 +02:00
tsconfig.json Reorganize frontend and install Craco to alias modules (#190) 2023-06-04 11:23:09 +02:00
yarn.lock Add "show company / people" view and "Notes" concept (#528) 2023-07-09 22:25:34 -07:00

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

yarn eject

Note: this is a one-way operation. Once you eject, you cant go back!

If you arent satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point youre on your own.

You dont have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldnt feel obligated to use this feature. However we understand that this tool wouldnt be useful if you couldnt customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.