diff --git a/2024-03-04.mdx b/2024-03-04.mdx index ed1196f..84aa26b 100644 --- a/2024-03-04.mdx +++ b/2024-03-04.mdx @@ -8,6 +8,10 @@ date: 3-4-2024 ![Search toggle in database settings](images/search_toggle.png) +- The schema edit view within the UI received a visual upgrade. It should be easier to view the requirements for each column at a glance. + +![Schema page redesign](images/schema_redesign.png) + - In preparation for our upcoming releases, we have re-structured our docs to make it easier to find what you're looking for. Please let us know if you have any feedback! Also quick reminder: the search bar in the docs works really well (because it's based on Xata). - We've added `beta` and `alpha` tags to features that are not yet generally available. At a high level you can think of `alpha` as "only available to a select group of users" and `beta` as "available to all users, but not yet stable". - Updated the error messages when trying to use the SDK directly from the browser to point to a particular docs URL. diff --git a/images/schema_redesign.png b/images/schema_redesign.png new file mode 100644 index 0000000..39194a7 Binary files /dev/null and b/images/schema_redesign.png differ