3cdbe4f16e
fix: remove blank space below Object Settings cover image ( #2285 )
...
Fixes #2280
2023-10-30 19:22:23 +01:00
9bab28912d
Complete Fix view work ( #2272 )
...
* Fix views
* Make view sorts and view filters functional
* Complete Company table view fix
* Fix model creation
* Start fixing board
* Complete work
2023-10-29 16:29:00 +01:00
e488a87ce4
feat: save edited custom field ( #2245 )
...
Closes #2161
Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com >
2023-10-27 18:06:31 +02:00
9681815cb3
test: fix SettingsObjectDisabledMenuDropDown storybook tests ( #2257 )
...
* test: fix SettingsObjectDisabledMenuDropDown storybook tests
* fix: fix BoardOptionsDropdownContent lint error
2023-10-27 17:49:14 +02:00
3c6ce75606
feat: activate standard objects in New Object page ( #2232 )
...
* feat: activate standard objects in New Object page
Closes #2010 , Closes #2173
* Pagination limit = 1000
* Various fixes
---------
Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com >
2023-10-27 15:46:29 +02:00
d7b0c1190a
feat: add Object Field Edit page sections ( #2243 )
...
Closes #2160 , Closes #2163
2023-10-27 12:13:01 +02:00
3d5ee6d7ca
feat: remove disabled custom objects ( #2247 )
...
Closes #2147
2023-10-27 11:08:02 +02:00
3f2e1b622e
Feat/show page metadata ( #2234 )
...
* Fix view fetch bug
* Finished types
* Removed console.log
* Fixed todo
* Working Object Show Page
* Minor fixes
* Fix custom object requests pending (#2240 )
* Fix custom object requests pending
* fix typo
* Fix various bugs
* Typo
* Fix
* Fix
* Fix
---------
Co-authored-by: Weiko <corentin@twenty.com >
2023-10-27 11:06:07 +02:00
00dd046798
feat: create custom object field ( #2225 )
...
Closes #2171
2023-10-26 11:34:26 +02:00
2b1945a3e1
feat: create custom object and update edited object names ( #2220 )
...
Closes #2155 , Closes #2153
2023-10-26 11:04:16 +02:00
dfc59b2751
Applied min-height to Data Model banner ( #2214 )
2023-10-24 16:18:55 +02:00
7a3338b4de
feat: save edited custom object ( #2204 )
...
Closes #2153
Co-authored-by: Charles Bochet <charlesBochet@users.noreply.github.com >
2023-10-24 08:33:35 +02:00
291feae595
feat: activate, disable and erase fields in Object Detail ( #2200 )
...
* feat: activate and disable objects
Closes #2144 , Closes #2148 , Closes #2154
* feat: activate, disable and erase fields in Object Detail
Closes #2158
---------
Co-authored-by: Charles Bochet <charlesBochet@users.noreply.github.com >
2023-10-24 08:30:13 +02:00
26e8cd76be
feat: activate and disable objects ( #2194 )
...
Closes #2144 , Closes #2148 , Closes #2154
2023-10-24 08:07:00 +02:00
598fda8f45
feat: add new object standard available section ( #2111 )
...
* feat: add new object standard available section
* Fix feedback comments received on PR
---------
Co-authored-by: Charles Bochet <charles@twenty.com >
2023-10-21 13:40:11 +02:00
34bbbdff41
feat: add New Field Step 2 form ( #2138 )
...
Closes #2001
Co-authored-by: Charles Bochet <charles@twenty.com >
2023-10-21 13:28:15 +02:00
dee9807eb3
Chore(front): Create Storybook tests for the DropdownMenu component ( #2157 )
...
* Chore(front): Create Storybook tests for the DropdownMenu component
Co-authored-by: Benjamin Mayanja V <vibenjamin6@gmail.com >
Co-authored-by: FellipeMTX <fellipefacdir@gmail.com >
* Fix the tests
Co-authored-by: Benjamin Mayanja V <vibenjamin6@gmail.com >
Co-authored-by: FellipeMTX <fellipefacdir@gmail.com >
* Simplify Dropdown
* Remove console.log
---------
Co-authored-by: Benjamin Mayanja V <vibenjamin6@gmail.com >
Co-authored-by: FellipeMTX <fellipefacdir@gmail.com >
Co-authored-by: Charles Bochet <charles@twenty.com >
2023-10-20 21:19:43 +02:00
2f0da64e1b
feat: get object metadata from backend in Object Edit ( #2125 )
...
Closes #2009
2023-10-19 17:14:29 +02:00
f35ea19f4d
feat: get object metadata from backend in Object Detail and New Field… ( #2122 )
...
* feat: get object metadata from backend in Object Detail and New Field - Step 1
Closes #2008
* refactor: add useLazyLoadIcon hook
2023-10-19 16:58:18 +02:00
d0df7e4d3b
Update version to 0.1.5 ( #2123 )
...
* Update version to 0.1.5
* Temporariliy lower code coverage
2023-10-19 16:21:09 +02:00
514692ca1f
feat: get active and disabled objects from backend in Objects Setting… ( #2119 )
...
* feat: get active and disabled objects from backend in Objects Settings page
Closes #2005
* refactor: add useObjectMetadata hook
2023-10-19 15:47:31 +02:00
44099cf8fd
1801 objects settings add activate option to disabled menu ( #2104 )
...
* wip creating dropdown
* wip styling the dropdown
* wip
* Fix wrong gap in MenuItems
* add handleActivate and handleErase functions
* remove unused styled component
* add story
* modified according to comment
2023-10-18 18:21:03 +02:00
3971454190
feat: add New Object Custom form ( #2105 )
...
* feat: add New Object Custom form
Closes #1808
* fix: fix lint error
2023-10-18 18:12:46 +02:00
f95c9d3df8
1761 objects settings add a cover image ( #2096 )
...
* add image
* overflow hidden
* add close button
* add animation to cover image
* use cookie to store user preference
* refactor to have a reusable component called AnimatedFadeOut
* corrected close button position
* modified according to comments
2023-10-18 13:02:44 +02:00
8894c52202
feat: add Object Edit form ( #2090 )
...
Closes #1910
2023-10-17 21:03:59 +02:00
8a64903933
feat: add active/disabled fields table to New Field - Step 1 page ( #2069 )
...
Closes #1785
2023-10-16 18:16:25 +02:00
b128d53b58
Refactor settings > data model section ( #2031 )
2023-10-15 19:00:07 +02:00