374237a988
Refacto rest api, fix graphl playground, improve analytics ( #5844 )
...
- Improve the rest api by introducing startingAfter/endingBefore (we
previously had lastCursor), and moving pageInfo/totalCount outside of
the data object.
- Fix broken GraphQL playground on website
- Improve analytics by sending server url
2024-06-12 21:54:33 +02:00
af8c637355
Temporary fix README ( #5814 )
...
Emergency fix for broken readme images
2024-06-11 10:18:08 +02:00
ff1bca1816
Docs modifications ( #5804 )
...
- Fixes #5504
- Fixes #5503
- Return 404 when the page does not exist
- Modified the footer in order to align it properly
- Removed "noticed something to change" in each table of content
- Fixed the URLs of the edit module
- Added the edit module to Developers
- Fixed header style on the REST API page.
- Edited the README to point to Developers
- Fixed selected state when clicking on sidebar elements
---------
Co-authored-by: Félix Malfait <felix.malfait@gmail.com >
2024-06-11 09:45:17 +02:00
32804ec296
Disable prefetching on contributors page (website) ( #5783 )
...
Disable prefetching on contributors list as it spams the server
2024-06-09 00:06:44 +02:00
9f6a6c3282
5622 add a syncemail onboarding step ( #5689 )
...
- add sync email onboarding step
- refactor calendar and email visibility enums
- add a new table `keyValuePair` in `core` schema
- add a new resolved boolean field `skipSyncEmail` in current user
https://github.com/twentyhq/twenty/assets/29927851/de791475-5bfe-47f9-8e90-76c349fba56f
2024-06-05 18:16:53 +02:00
126d9ef2e6
Bump versions to 0.12.2 ( #5751 )
2024-06-05 15:26:27 +02:00
671de4170f
Migrated Developer Docs ( #5683 )
...
- Migrated developer docs to Twenty website
- Modified User Guide and Docs layout to include sections and
subsections
**Section Example:**
<img width="549" alt="Screenshot 2024-05-30 at 15 44 42"
src="https://github.com/twentyhq/twenty/assets/102751374/41bd4037-4b76-48e6-bc79-48d3d6be9ab8 ">
**Subsection Example:**
<img width="557" alt="Screenshot 2024-05-30 at 15 44 55"
src="https://github.com/twentyhq/twenty/assets/102751374/f14c65a9-ab0c-4530-b624-5b20fc00511a ">
- Created different components (Tabs, Tables, Editors etc.) for the mdx
files
**Tabs & Editor**
<img width="665" alt="Screenshot 2024-05-30 at 15 47 39"
src="https://github.com/twentyhq/twenty/assets/102751374/5166b5c7-b6cf-417d-9f29-b1f674c1c531 ">
**Tables**
<img width="698" alt="Screenshot 2024-05-30 at 15 57 39"
src="https://github.com/twentyhq/twenty/assets/102751374/2bbfe937-ec19-4004-ab00-f7a56e96db4a ">
<img width="661" alt="Screenshot 2024-05-30 at 16 03 32"
src="https://github.com/twentyhq/twenty/assets/102751374/ae95b47c-dd92-44f9-b535-ccdc953f71ff ">
- Created a crawler for Twenty Developers (now that it will be on the
twenty website). Once this PR is merged and the website is re-deployed,
we need to start crawling and make sure the index name is
‘twenty-developer’
- Added a dropdown menu in the header to access User Guide and
Developers + added Developers to footer
https://github.com/twentyhq/twenty/assets/102751374/1bd1fbbd-1e65-4461-b18b-84d4ddbb8ea1
- Made new layout responsive
Please fill in the information for each mdx file so that it can appear
on its card, as well as in the ‘In this article’ section. Example with
‘Getting Started’ in the User Guide:
<img width="786" alt="Screenshot 2024-05-30 at 16 29 39"
src="https://github.com/twentyhq/twenty/assets/102751374/2714b01d-a664-4ddc-9291-528632ee12ea ">
Example with info and sectionInfo filled in for 'Getting Started':
<img width="620" alt="Screenshot 2024-05-30 at 16 33 57"
src="https://github.com/twentyhq/twenty/assets/102751374/bc69e880-da6a-4b7e-bace-1effea866c11 ">
Please keep in mind that the images that are being used for Developers
are the same as those found in User Guide and may not match the article.
---------
Co-authored-by: Félix Malfait <felix.malfait@gmail.com >
2024-06-03 18:52:43 +02:00
22a0e400f4
updated user-guide images ( #5682 )
...
Added a box-shadow on each to unify with the homepage design
2024-05-31 18:12:04 +02:00
930237e778
Bump to version v0.12.1 ( #5608 )
2024-05-27 16:07:38 +02:00
857971458a
Bump version to v0.12.0 ( #5604 )
2024-05-27 15:16:50 +02:00
74d7479c8c
Added Data Model Diagram to 0.12 changelog ( #5585 )
...
# Data Model Diagram
Introduced an "Data Model Diagram" feature that allows users to
visualize the relationships between different objects within the CRM.

---------
Co-authored-by: Félix Malfait <felix.malfait@gmail.com >
2024-05-27 09:56:33 +02:00
f455ad4001
0.12 changelog ( #5560 )
...
Added the changelog items for:
- Skeleton loading
- Blocklist
- Notification new design
2024-05-25 10:29:30 +02:00
7b1bea3a8a
Release patch v0.11.3
2024-05-23 08:41:37 +02:00
4b251812bd
Fixed congratulations bot ( #5532 )
...
- Fixed bot
- Added list of team members
2024-05-22 14:02:54 +02:00
40bd42efc4
Added Algolia Search ( #5524 )
...
-Added Algolia Search Box :
<img width="707" alt="Screenshot 2024-05-22 at 10 05 13"
src="https://github.com/twentyhq/twenty/assets/102751374/d26f9748-2a80-4690-88ca-16b078c52915 ">
-Added Algolia Search Bar:
<img width="294" alt="Screenshot 2024-05-22 at 10 05 56"
src="https://github.com/twentyhq/twenty/assets/102751374/ad503894-4ae1-41e4-bd4b-6241f7679142 ">
---------
Co-authored-by: Félix Malfait <felix.malfait@gmail.com >
2024-05-22 12:06:00 +02:00
5ad59b5845
Create congratulations bot ( #5404 )
...
- Created congratulations bot :
<img width="939" alt="Screenshot 2024-05-14 at 12 47 13"
src="https://github.com/twentyhq/twenty/assets/102751374/5138515f-fe4d-4c6d-9c7a-0240accbfca9 ">
- Modified OG image
- Added png extension to OG image route
To be noted: The bot will not work until the new API route is not
deployed. Please check OG image with Cloudflare cache.
---------
Co-authored-by: Ady Beraud <a.beraud96@gmail.com >
2024-05-21 22:56:25 +02:00
9125e958dc
Modified HTML for Algolia Crawler ( #5441 )
...
* Modified HTML for Algolia Crawler
* Added anchor tags within user-guide headers
To implement Algolia correctly, my changes would need to be deployed
first, as it cannot run on localhost. In the meantime, I simulated
Algolia crawling locally using Cheerio, and it worked successfully on my
end.
2024-05-16 16:24:48 +02:00
815b849968
Added infinite scroll ( #5418 )
...
- Added an infinite scroll to the changelog to avoid overloading the DOM
2024-05-15 15:29:04 +02:00
dc32f65906
Fixed user guide layout ( #5422 )
...
- Added border-radius to image cards in User Guide:
Before:
<img width="376" alt="Screenshot 2024-05-15 at 11 05 35"
src="https://github.com/twentyhq/twenty/assets/102751374/88e63152-2a50-49d5-89cb-522d94c26d3f ">
After:
<img width="366" alt="Screenshot 2024-05-15 at 11 08 20"
src="https://github.com/twentyhq/twenty/assets/102751374/f21b39d8-74eb-4520-8357-78409d7c8598 ">
- Centered and aligned index and article pages
2024-05-15 10:24:24 +02:00
0b1f646b72
Added loader to Download Image + modified GitHub stars ( #5407 )
...
- Added loader to download image in contributor page:
https://github.com/twentyhq/twenty/assets/102751374/a6db1d80-01ed-4b07-9a57-e533012f5aa9
- Modified GitHub stars - rounded to the nearest integer
2024-05-14 17:59:48 +02:00
1a61405491
User guide images ( #5410 )
...
Updated 2 illustrations & added colors on filter illustration
---------
Co-authored-by: Weiko <corentin@twenty.com >
2024-05-14 17:36:00 +02:00
53b9505792
Added the illustrations for the user guide ( #5409 )
...
Added illustrations for all user-guide articles
2024-05-14 17:23:54 +02:00
4a7aabd060
Added GitHub init ( #5317 )
...
- Added github:init to allow full import, as opposed to gitHub:sync
which allows partial sync and therefore respecting Github API Limit
quota.
---------
Co-authored-by: Ady Beraud <a.beraud96@gmail.com >
2024-05-13 09:55:30 +02:00
eb2b89694a
Releases page ( #5346 )
...
closes #4103
<img width="696" alt="Bildschirmfoto 2024-05-10 um 08 16 19"
src="https://github.com/twentyhq/twenty/assets/48770548/e34cd348-2522-408c-886c-636595292e0f ">
2024-05-13 08:14:47 +02:00
ae0e31abc7
Bump versions to 0.11.2 ( #5349 )
2024-05-10 13:56:41 +02:00
9c25c1beae
Added the 0.11 release changelog ( #5300 )
...
Added illustrations & descriptions
2024-05-07 11:08:25 +02:00
3052b49031
Fixed incomplete GitHub sync ( #5310 )
...
- Added await when fetching Github data to prevent the process from
exiting before saving to database
Co-authored-by: Ady Beraud <a.beraud96@gmail.com >
2024-05-07 08:59:56 +02:00
43cd8cc451
Modified URLs and added button to share on LinkedIn ( #5306 )
...
- Removed the env variable and added the current URL in contributor's
page
- Added button to share on LinkedIn on contributor's profile
- Fixed absolute image URL for release API
---------
Co-authored-by: Ady Beraud <a.beraud96@gmail.com >
2024-05-07 08:59:03 +02:00
b438fc2754
Fix github stars endpoint ( #5301 )
...
- Encapsulated GitHub star response in an object
- Fixed rounding of Github stars to align with Github convention
- Fixed CORS issue so that endpoint can be called from twenty.com and
app.twenty.com
Co-authored-by: Ady Beraud <a.beraud96@gmail.com >
2024-05-07 08:35:54 +02:00
839a7e2a10
Bump versions to 0.11 ( #5289 )
...
As per title!
Bumping to 0.11.1 as we have already merged a few minor upgrades on top
of 0.11
2024-05-03 19:11:03 +02:00
20670695d6
Added OG Image ( #5251 )
...
- Added dynamic OG Image to share and download in contributors page
<img width="1176" alt="Screenshot 2024-05-02 at 16 24 00"
src="https://github.com/twentyhq/twenty/assets/102751374/0579454b-ccc7-46ba-9875-52458f06ee82 ">
- Added dynamic metadata
- Added design to contributor page
- Added a NEXT_PUBLIC_HOST_URL in the .env file
Co-authored-by: Ady Beraud <a.beraud96@gmail.com >
2024-05-03 16:38:41 +02:00
1430a6745c
Quick job update ( #5265 )
2024-05-03 09:38:03 +02:00
f802964de4
Bump to 0.10.6
2024-05-02 15:55:11 +02:00
27a3d7ec27
Bump to 0.10.5
2024-05-02 11:00:24 +02:00
0bc3b6f179
Modifications user guide ( #5207 )
...
- Modified layout and responsive
- Added remaining user guide cards
- Added new table of content:
https://github.com/twentyhq/twenty/assets/102751374/007118e5-60f2-4572-90cf-339c134f23c4
-Added fade-in:
https://github.com/twentyhq/twenty/assets/102751374/0669c06d-3eab-484c-a5b5-3857c68f42b5
---------
Co-authored-by: Ady Beraud <a.beraud96@gmail.com >
2024-05-01 08:55:57 +02:00
df5cb9a904
Smart changelog ( #5205 )
...
Added a smart Changelog :
- Publish the Changelog before the app release. If the release has not
yet been pushed to production, do not display it.
- When the app release is done, make the Changelog available with the
correct date.
- If the Changelog writing is delayed because the release has already
been made, publish it immediately.
- Display everything locally to be able to iterate on the changelog and
have a preview
Added an endpoint for the Changelog
---------
Co-authored-by: Ady Beraud <a.beraud96@gmail.com >
Co-authored-by: Félix Malfait <felix.malfait@gmail.com >
2024-05-01 08:35:11 +02:00
dd366dba47
Bump version to 0.10.4
2024-04-29 23:48:15 +02:00
9809298753
Add jobs ( #5208 )
...
Adding job descs for intern + senior software eng role!
2024-04-29 14:41:16 +02:00
b15533e4b3
Bump version to 0.10.3
2024-04-26 17:52:13 +02:00
6e8c6c8e58
fixed twenty website build ( #5174 )
...
Made code compile during build even when then environment variable is
not yet available
Co-authored-by: Ady Beraud <a.beraud96@gmail.com >
2024-04-25 15:54:54 +02:00
5d2d6bae08
Remove SQLite from twenty-website ( #5142 )
...
Removed SQLite from twenty-website
---------
Co-authored-by: Ady Beraud <a.beraud96@gmail.com >
Co-authored-by: Félix Malfait <felix.malfait@gmail.com >
2024-04-24 17:02:02 +02:00
0a7f82333b
Make Github stars dynamic and improve database init ( #5000 )
...
I extracted the init database logic into its own file.
You can now run it with yarn database:init.
Added database entry for GitHub stars.
Do you want me to remove the init route or is it used for something else
?
---------
Co-authored-by: Ady Beraud <a.beraud96@gmail.com >
Co-authored-by: Félix Malfait <felix.malfait@gmail.com >
2024-04-24 09:44:44 +02:00
fda0c3c93c
Added SEO to website pages ( #5106 )
...
Added SEO to Contributors, Contributor, User Guide (+ each of it's
pages), Changelog, OSS friends: titles, descriptions
Co-authored-by: Ady Beraud <a.beraud96@gmail.com >
2024-04-24 08:13:59 +02:00
dc82ff56b8
Update oss friends ( #5108 )
...
Modified OSS friends to fit figma (fonts, colors, margins etc. ) and
made it responsive.
---------
Co-authored-by: Ady Beraud <a.beraud96@gmail.com >
2024-04-24 08:03:15 +02:00
2dc89b8f1d
Added releases to navbar ( #5124 )
...
-Added "Releases" to mobile/desktop navbar
Co-authored-by: Ady Beraud <a.beraud96@gmail.com >
2024-04-23 15:49:18 +02:00
b9a7eb5a98
User guide layout ( #5016 )
...
- Modified CSS: font-size, colors, margins...
- Added an ArticleContent Component that will be used for the changelog
and user guide articles, which contains the styles for each titles,
paragraphs, images etc.
- Added link to User Guide in footer
- Added a UserGuideWarning Component:
<img width="332" alt="Screenshot 2024-04-17 at 18 14 48"
src="https://github.com/twentyhq/twenty/assets/102751374/0f5c601b-a2c0-4c63-baeb-1990d65fc332 ">
- Added a UserGuideEditContent Component:
<img width="394" alt="Screenshot 2024-04-17 at 18 16 24"
src="https://github.com/twentyhq/twenty/assets/102751374/6c7c3bd4-c5bb-4d02-8f93-bd99bc30ce7b ">
- Added a UserGuideLink Component (for usage in MDX to allow links to
open in new tab)
- Fixed table of content
- Made responsive
---------
Co-authored-by: Ady Beraud <a.beraud96@gmail.com >
Co-authored-by: Félix Malfait <felix.malfait@gmail.com >
2024-04-22 17:04:26 +02:00
d3170fc1ea
fix: fix root start script ( #5032 )
...
Fixes #5022
See https://nx.dev/recipes/running-tasks/root-level-scripts#setup
2024-04-19 18:28:02 +02:00
5ecc4ad378
Modify UI website and fix navbar issue on small devices ( #4961 )
...
-Fixed scroll issue on navbar:
https://github.com/twentyhq/twenty/assets/102751374/19f609f0-637d-483f-a695-f4a276155f2c
-Modified various UI elements, including design and layout adjustments
Example:
**Before:**
<img width="279" alt="Screenshot 2024-04-14 at 18 45 04"
src="https://github.com/twentyhq/twenty/assets/102751374/c0f58aa6-440b-475a-bc85-69fef564f693 ">
**After:**
<img width="312" alt="Screenshot 2024-04-14 at 18 45 17"
src="https://github.com/twentyhq/twenty/assets/102751374/2da4c2e8-e482-4d36-b6dc-02a51dde1950 ">
---------
Co-authored-by: Ady Beraud <a.beraud96@gmail.com >
2024-04-17 10:18:18 +02:00
30d91f3427
Removed Remote Objects from 0.10 changelog ( #4983 )
...
Will be announced later
2024-04-16 09:45:18 +02:00
464a2d5998
add 0.10 Changelog Updates ( #4945 )
...




2024-04-13 18:43:53 +02:00