From 321bc6fc001cf278699e12403651dd85dc96b80e Mon Sep 17 00:00:00 2001 From: Angel Beltran Date: Wed, 21 Jan 2026 19:21:17 -0700 Subject: [PATCH] regenerate diagrams and styles --- diagrams/database_schema.svg | 2 +- diagrams/database_schema.uml | 10 ++++++++++ styles/index.css | 38 ------------------------------------ 3 files changed, 11 insertions(+), 39 deletions(-) diff --git a/diagrams/database_schema.svg b/diagrams/database_schema.svg index 4f05110..02c66f8 100644 --- a/diagrams/database_schema.svg +++ b/diagrams/database_schema.svg @@ -1 +1 @@ -accountsaccount_id:serial [PK]email:textverified:booleanuser_id:text [FK]etsy_access_tokensuser_id:integer [PK][FK]access_token:textrefresh_token:textaccess_token_expiration:timestamp with time zonerefresh_token_expiration:timestamp with time zoneetsy_oauth_requestsstate:bytea [PK]code_verifier:byteaexpiration:timestamp with time zoneaccount_id:integer [FK]etsy_store_eventsstore_id:text [PK][FK]event_timestamp:timestamp with time zone [PK][FK]event_id:text [PK][FK]platform:text [FK]etsy_usersuser_id:integer [PK]account_id:integer [FK]shop_id:integeroauth_login_statesstate:bytea [PK]expiration:timestamp with time zonetarget_uri:textoauth_tokensaccess_token:text [PK]token_type:textrefresh_token:textexpiry:timestamp with time zoneid_token_issuer:textid_token_audience:text[]id_token_subject:text [FK]id_token_expiry:timestamp with time zoneid_token_issued_at:timestamp with time zoneid_token_nonce:textid_token_access_token_hash:textclaims:jsonboauth_usersuser_id:text [PK]raw_store_eventsplatform:text [PK]store_id:text [PK]event_timestamp:timestamp with time zone [PK]event_id:text [PK]raw_payload:jsonbschema_migrationsversion:bigint [PK]dirty:booleansync_group_listing_draftsaccount_id:integer [PK][FK]order_index:integer [PK]platform:platformshop_id:textlisting_id:textsync_group_listingssync_group_id:integer [PK][FK]order_index:integer [PK]platform:platformshop_id:textlisting_id:textsync_groupssync_group_id:serial [PK]account_id:integer [FK]tiktok_store_eventsstore_id:text [PK][FK]event_timestamp:timestamp with time zone [PK][FK]event_id:text [PK][FK]platform:text [FK]wix_store_eventsstore_id:text [PK][FK]event_timestamp:timestamp with time zone [PK][FK]event_id:text [PK][FK]platform:text [FK] \ No newline at end of file +accountsaccount_id:serial [PK]email:textverified:booleanuser_id:text [FK]etsy_access_tokensuser_id:integer [PK][FK]access_token:textrefresh_token:textaccess_token_expiration:timestamp with time zonerefresh_token_expiration:timestamp with time zoneetsy_oauth_requestsstate:bytea [PK]code_verifier:byteaexpiration:timestamp with time zoneaccount_id:integer [FK]etsy_store_eventsstore_id:text [PK][FK]event_timestamp:timestamp with time zone [PK][FK]event_id:text [PK][FK]platform:text [FK]etsy_usersuser_id:integer [PK]account_id:integer [FK]shop_id:integeroauth_login_statesstate:bytea [PK]expiration:timestamp with time zonetarget_uri:textoauth_tokensaccess_token:text [PK]token_type:textrefresh_token:textexpiry:timestamp with time zoneid_token_issuer:textid_token_audience:text[]id_token_subject:text [FK]id_token_expiry:timestamp with time zoneid_token_issued_at:timestamp with time zoneid_token_nonce:textid_token_access_token_hash:textclaims:jsonboauth_usersuser_id:text [PK]raw_store_eventsplatform:text [PK]store_id:text [PK]event_timestamp:timestamp with time zone [PK]event_id:text [PK]raw_payload:jsonbschema_migrationsversion:bigint [PK]dirty:booleansync_group_listing_draftsaccount_id:integer [PK][FK]order_index:integer [PK]platform:platformshop_id:textlisting_id:textsync_group_listingssync_group_id:integer [PK][FK]order_index:integer [PK]platform:platformshop_id:textlisting_id:textsync_groupssync_group_id:serial [PK]account_id:integer [FK]tiktok_store_eventsstore_id:text [PK][FK]event_timestamp:timestamp with time zone [PK][FK]event_id:text [PK][FK]platform:text [FK]wix_store_eventsstore_id:text [PK][FK]event_timestamp:timestamp with time zone [PK][FK]event_id:text [PK][FK]platform:text [FK] \ No newline at end of file diff --git a/diagrams/database_schema.uml b/diagrams/database_schema.uml index 3b67f05..df7fe93 100644 --- a/diagrams/database_schema.uml +++ b/diagrams/database_schema.uml @@ -145,6 +145,16 @@ entity "**wix_store_events**" { "**sync_group_listing_drafts**" }-- "**accounts**" +"**sync_group_listing_drafts**" }-- "**accounts**" + +"**sync_group_listings**" }-- "**sync_groups**" + +"**sync_group_listings**" }-- "**sync_groups**" + +"**sync_group_listings**" }-- "**sync_groups**" + +"**sync_group_listings**" }-- "**sync_groups**" + "**sync_group_listings**" }-- "**sync_groups**" "**sync_groups**" }-- "**accounts**" diff --git a/styles/index.css b/styles/index.css index f6f01fd..90c57a6 100644 --- a/styles/index.css +++ b/styles/index.css @@ -193,15 +193,9 @@ .m-\[2em\] { margin: 2em; } - .m-\[3em\] { - margin: 3em; - } .mt-\[1em\] { margin-top: 1em; } - .mt-\[2em\] { - margin-top: 2em; - } .mt-\[3em\] { margin-top: 3em; } @@ -214,9 +208,6 @@ .mb-\[1em\] { margin-bottom: 1em; } - .mb-\[1rem\] { - margin-bottom: 1rem; - } .mb-\[3em\] { margin-bottom: 3em; } @@ -250,18 +241,12 @@ .min-w-fit { min-width: fit-content; } - .flex-grow { - flex-grow: 1; - } .grow { flex-grow: 1; } .basis-full { flex-basis: 100%; } - .border-collapse { - border-collapse: collapse; - } .cursor-pointer { cursor: pointer; } @@ -298,10 +283,6 @@ .rounded-sm { border-radius: calc(var(--radius) - 4px); } - .border { - border-style: var(--tw-border-style); - border-width: 1px; - } .border-\[1px\] { border-style: var(--tw-border-style); border-width: 1px; @@ -333,12 +314,6 @@ .text-center { text-align: center; } - .font-display { - font-family: var(--display-family); - } - .font-text { - font-family: var(--text-family); - } .text-lg { font-size: var(--text-lg); line-height: var(--tw-leading, var(--text-lg--line-height)); @@ -362,19 +337,12 @@ .text-nowrap { text-wrap: nowrap; } - .text-wrap { - text-wrap: wrap; - } .italic { font-style: italic; } .underline { text-decoration-line: underline; } - .outline { - outline-style: var(--tw-outline-style); - outline-width: 1px; - } .filter { filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,); } @@ -733,11 +701,6 @@ syntax: "*"; inherits: false; } -@property --tw-outline-style { - syntax: "*"; - inherits: false; - initial-value: solid; -} @property --tw-blur { syntax: "*"; inherits: false; @@ -796,7 +759,6 @@ *, ::before, ::after, ::backdrop { --tw-border-style: solid; --tw-font-weight: initial; - --tw-outline-style: solid; --tw-blur: initial; --tw-brightness: initial; --tw-contrast: initial;