Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Schema Activity Log #1926

Merged
merged 163 commits into from
Mar 20, 2023
Merged

Feature: Schema Activity Log #1926

merged 163 commits into from
Mar 20, 2023

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    da36b33 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Configuration menu
    Copy the full SHA
    d88d2df View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Model header

    agalin920 committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    89901bc View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. Task: Schema field items (#1695)

    * task: add icons
    
    * task: updated field style
    
    * task: updated field icons
    
    * task: updated icon list & show/hide drag icon
    
    * task: moved field to it's own folder & added field icon component
    
    * task: removed unused files
    
    * task: added copy zuid button
    
    * task: added copy zuid functionality
    
    * task: updated field styles and added roboto mono font
    
    * task: removed unused css
    finnar-bin authored Jan 8, 2023
    Configuration menu
    Copy the full SHA
    00b2383 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Task: Create Schema Field Modal (#1704)

    * task: add icons
    
    * task: updated field style
    
    * task: updated field icons
    
    * task: created skeleton modal
    
    * Task: added search input
    
    * task: updated search style
    
    * task: updated icon list & show/hide drag icon
    
    * task: updated logic to render the list
    
    * task: moved field to it's own folder & added field icon component
    
    * task: removed unused files
    
    * task: added copy zuid button
    
    * task: added copy zuid functionality
    
    * task: added option for static field & updated style for the modal field list
    
    * task: added field click handler
    
    * task: updated field styles and added roboto mono font
    
    * task: removed unused css
    
    * task: removed unused props
    
    * task: created new component for field creation modal item
    
    * task: created popover base
    
    * task: created tooltip component & updated field data
    
    * task: updated tooltip body style and layout
    
    * task: added map key
    
    * task: updated article writer short description
    finnar-bin authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    2961aa5 View commit details
    Browse the repository at this point in the history
  2. Task: Added generic icon for old field types (#1706)

    * task: added generic icon for old field types
    
    * task: removed unused icon
    finnar-bin authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    dbc81e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    583bd78 View commit details
    Browse the repository at this point in the history
  4. merge conflicts

    agalin920 committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    660366c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    54a4563 View commit details
    Browse the repository at this point in the history
  6. Update tab icons

    agalin920 committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    f0492f1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    50bb93b View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Fields list sidebar

    agalin920 committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    0b47535 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Drag updates; All Model nav

    agalin920 committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    6c467f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Schema: Field reference copy (#1716)

    * task: added copy field name button
    
    * task: added field name copied indicator and maxwidths for the button and field label
    
    * task: added width limitations to prevent text overlap on small screens
    
    * task: changed to noWrap
    
    * task: fixed layout issues for long field names and added tooltip
    finnar-bin authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    ae8c483 View commit details
    Browse the repository at this point in the history
  2. Schema: Field Creation Tabs & Field Search (#1712)

    * task: added component for new field form
    
    * task: Add back to fields list function
    
    * task: fixed dialog content padding
    
    * task: added option for field icon custom sizes
    
    * task: created helper function to find out if first letter is a vowel
    
    * task: moved components to views folders
    
    * task: added tabs and dialog actions
    
    * task: added tooltip show delay
    
    * task: add field filter logic
    
    * task: moved divider color to theme, modal render handled by condition, modal made to fullscreen with margins, moved onback logic to parent component
    
    * task: replaced vh padding and added maxHeight
    
    * task: field sort and icon update
    
    * task: spacing updates
    
    * task: moved search fields to title bar
    
    * task: fixed dialog content padding
    finnar-bin authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    48240e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Schema: Single Text creation (#1722)

    * task: added component for new field form
    
    * task: Add back to fields list function
    
    * task: fixed dialog content padding
    
    * task: added option for field icon custom sizes
    
    * task: created helper function to find out if first letter is a vowel
    
    * task: moved components to views folders
    
    * task: added tabs and dialog actions
    
    * task: added tooltip show delay
    
    * task: add field filter logic
    
    * task: moved divider color to theme, modal render handled by condition, modal made to fullscreen with margins, moved onback logic to parent component
    
    * task: added single text creation fields
    
    * task: replaced vh padding and added maxHeight
    
    * task: field sort and icon update
    
    * task: spacing updates
    
    * task: moved search fields to title bar
    
    * task: fixed dialog content padding
    
    * task: add logic to get field data
    
    * task: added logic to show/hide validation error msg
    
    * task: integrate rtk query for creating a field
    
    * task: fixed fields list not refreshing on new field add
    
    * task: add logic to prevent re-using field name
    
    * task: close modal on field creation successful
    
    * task: added comments
    finnar-bin authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    97898cc View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Task: Search fields no results (#1732)

    * task: updated old no search results svg
    
    * task: added no search results state
    
    * task: made a reusable component for no search results
    
    * task: update logic of showing the no search results, list and no fields notif
    
    * task: updated padding
    finnar-bin authored Jan 17, 2023
    Configuration menu
    Copy the full SHA
    5ae9afc View commit details
    Browse the repository at this point in the history
  2. Task: Edit Single Text Field (#1731)

    * task: added component for new field form
    
    * task: Add back to fields list function
    
    * task: fixed dialog content padding
    
    * task: added option for field icon custom sizes
    
    * task: created helper function to find out if first letter is a vowel
    
    * task: moved components to views folders
    
    * task: added tabs and dialog actions
    
    * task: added tooltip show delay
    
    * task: add field filter logic
    
    * task: moved divider color to theme, modal render handled by condition, modal made to fullscreen with margins, moved onback logic to parent component
    
    * task: added single text creation fields
    
    * task: replaced vh padding and added maxHeight
    
    * task: field sort and icon update
    
    * task: spacing updates
    
    * task: moved search fields to title bar
    
    * task: fixed dialog content padding
    
    * task: add logic to get field data
    
    * task: added logic to show/hide validation error msg
    
    * task: integrate rtk query for creating a field
    
    * task: fixed fields list not refreshing on new field add
    
    * task: add logic to prevent re-using field name
    
    * task: close modal on field creation successful
    
    * task: added comments
    
    * task: added menu dropdown
    
    * task: add edit field modal
    
    * task: move fields query to modal and added get field data rtk query
    
    * task: pre-fill form value and added new types
    
    * task: make sure model header tabs are loaded properly when edit field modal is open
    
    * task: integrate rtk query to update field & cache invalidation
    
    * task: dynamic modal header text
    
    * task: added loading indicator
    
    * task: added loading button
    
    * task: update comment
    
    * task: use direct url push when closing edit modal
    
    * task: removed get field data rtk query
    finnar-bin authored Jan 17, 2023
    Configuration menu
    Copy the full SHA
    b8ddbca View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    e0ad1af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f568ef0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec03f51 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. Schema: Markdown, Multiline Text, WYSIWYG creation/update & several o…

    …ther changes (#1735)
    
    * chore: removed some comments
    
    * task: added config for textarea, wysiwyg and markdown
    
    * task: updated error validation logic
    
    * task: removed duplicate field menu item
    finnar-bin authored Jan 22, 2023
    Configuration menu
    Copy the full SHA
    f80aa1a View commit details
    Browse the repository at this point in the history
  2. Add sort queue

    agalin920 committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    530338b View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    63f1aa3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f62b96 View commit details
    Browse the repository at this point in the history
  3. All models and search views

    agalin920 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    18b4c0b View commit details
    Browse the repository at this point in the history
  4. merge base

    agalin920 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    0a176c8 View commit details
    Browse the repository at this point in the history
  5. exit search

    agalin920 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    742f311 View commit details
    Browse the repository at this point in the history
  6. improve term logic

    agalin920 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    34bc0f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Schema: In-between field creation (#1764)

    * task: add ability to pass custom sort order index during field creation
    
    * task: bulk resort on new field creation
    
    * task: add logic to defer fields refetch until bulk resort is done
    
    * task: reset sort index on modal close
    
    * task: update sortIndex increment logic when creating another field
    
    * task: do not invalidate cache when creating an in-between field
    
    * task: fixed field list not rerendering after field update
    
    * task: removed comment
    finnar-bin authored Jan 25, 2023
    Configuration menu
    Copy the full SHA
    656c63a View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Schema: Character length validation for field name and label (#1771)

    * task: add maxLength variable and created const to store status sortIndex
    
    * task: refactor error message logic
    
    * task: added maxlength validation
    finnar-bin authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    0ad4a9f View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Schema: Field Create/Update for multiple field types (#1767)

    * task: added external link fields and css fixes
    
    * task: resize menu button
    
    * task: added field create/update flow for date, datetime and number
    
    * task: removed unused imports
    finnar-bin authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    5fc83ad View commit details
    Browse the repository at this point in the history
  2. Model creation

    agalin920 committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    dacef40 View commit details
    Browse the repository at this point in the history
  3. ts fix

    agalin920 committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    969f350 View commit details
    Browse the repository at this point in the history
  4. Add list checkbox

    agalin920 committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    5ab04b3 View commit details
    Browse the repository at this point in the history
  5. directive update

    agalin920 committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    669a9c4 View commit details
    Browse the repository at this point in the history
  6. Added All Models Empty State View (#1773)

    * Added: AllModelsEmptyState component
    
    * Hotfix: heading title
    JacobDiazCruz authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    8c282c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2e887bd View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. use inpu maxlength limiter

    agalin920 committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    f4f5a74 View commit details
    Browse the repository at this point in the history
  2. Schema: Single and Multi relationship flow (#1782)

    * task: update to grid system for form layout
    
    * task: create one to one relationship field
    
    * task: update single relationship field
    
    * task: create/update multi relationship field
    
    * task: removed unused function
    
    * task: make sure parsley ref is lowercase
    
    * task: use autocomplete for single and multi rel fields
    
    * task: disable field when fetching data
    finnar-bin authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    66c1adb View commit details
    Browse the repository at this point in the history
  3. Schema fields empty state (#1775)

    * Added: FieldEmptyState component
    
    * Update: empty state guide links
    JacobDiazCruz authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    0c5b925 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. All models no search result (#1780)

    * Added: no search result UI for all models
    
    * Fixed: all models empty search action and table height
    
    * Remove: state update on search focus
    
    * Fixed: schema sidebar search focus
    
    * Remove variable and added element type
    JacobDiazCruz authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    91e1d8f View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. rename model updates

    agalin920 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    7512f72 View commit details
    Browse the repository at this point in the history
  2. move common maps to utils

    agalin920 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    3e36563 View commit details
    Browse the repository at this point in the history
  3. organize schema utils

    agalin920 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    5a266e3 View commit details
    Browse the repository at this point in the history
  4. File reorg

    agalin920 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    59957c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8105bff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    81ee1c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Schema: Field modal design update (#1786)

    * task: add icons on tabs
    
    * task: different button layout for creating and updating fields
    
    * task: moved fields list config to a separate file
    
    * task: updated copy
    
    * task: update header text
    
    * task: update coming soon design
    
    * task: add deactivate field button on edit field
    
    * task: populate learn tab
    
    * task: resize padding for modal
    
    * task: update inline add field button style
    
    * task: combined config
    
    * task: add subheader text to field copy config
    
    * task: move form config to configs file
    
    * task: added tooltip info
    
    * task: different width for form and fields list
    
    * task: set max width for the input fields
    
    * task: simplified how data is taken for the learn tab
    
    * task: fixed ts error
    finnar-bin authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    6033417 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Schema: Dropdown, color, currency, uuid, internal link and sort order…

    … field creation/update (#1797)
    
    * task: add icons on tabs
    
    * task: different button layout for creating and updating fields
    
    * task: moved fields list config to a separate file
    
    * task: updated copy
    
    * task: update header text
    
    * task: update coming soon design
    
    * task: add deactivate field button on edit field
    
    * task: populate learn tab
    
    * task: resize padding for modal
    
    * task: update inline add field button style
    
    * task: combined config
    
    * task: add subheader text to field copy config
    
    * task: move form config to configs file
    
    * task: added tooltip info
    
    * task: different width for form and fields list
    
    * task: set max width for the input fields
    
    * task: added dropdown options
    
    * task: convert key value to snakecase and auto update key when value changes
    
    * task: add delete option function
    
    * task: add field spacing
    
    * task: pass options to parent and hide delete icon when there's only 1 option
    
    * task: refactor validation logic
    
    * task: comments
    
    * task: simplified how data is taken for the learn tab
    
    * task: use textfield instead of inputbase
    
    * task: style update
    
    * task: update error setting logic
    
    * task: update how error messages are rendered in options
    
    * task: error message copy update
    
    * task: add functionality to create a dropdown field
    
    * task: add update dropdown field functionality
    
    * task: removed unused imports
    
    * task: fixed bug with data render loop
    
    * task: fixed ts errors
    
    * task: fixed ts error
    
    * task: fixed ts errors
    
    * task: added config for uuid, color, currency, sort and internal url
    
    * task: added config for uuid and currency
    
    * task: update copy for sort order
    
    * task: fixed ts error
    finnar-bin authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    8456b46 View commit details
    Browse the repository at this point in the history
  2. Schema: Field dropdown menu Deactivate/Reactivate field (#1803)

    * task: separate deactivated fields, create rtk query to reactivate fields
    
    * task: dynamic styling for the deactivated field
    
    * task: add deactivate and reactivate field function
    
    * task: added note when no active fields are present.
    
    * task: added comments
    
    * task: added loading indicator when deleting or undeleting fields
    
    * task: disable edit field button when field is deactivated
    
    * task: trigger notification on success
    
    * task: only bulk update active fields sort on inbetween field creation
    finnar-bin authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    fe0bc5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90fe28e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0999420 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c82859 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Schema: Boolean field creation/update (#1806)

    * task: added config for toggle
    
    * task: disable auto update key
    finnar-bin authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    6edeba0 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Schema: Legacy fields support & field list fix (#1810)

    * task: added config for the legacy fields
    
    * task: use generic icon for article writer
    
    * task: removed unused icon
    
    * task: removed unused icon import
    
    * task: added uuid category
    
    * task: fixed UI rendering logic
    finnar-bin authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    a032624 View commit details
    Browse the repository at this point in the history
  2. Schema: Error notifications, deactivate/reactivate field modal, focus…

    … detail tab on form error (#1813)
    
    * task: add notification message on field creation & update errors
    
    * task: update error msg
    
    * task: switch to details tab when user clicks done and there are form errors
    
    * task: wire deactivate/reactivate field in field update modal
    finnar-bin authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    2775d05 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Media field creation and update (#1795)

    * task: add icons on tabs
    
    * task: different button layout for creating and updating fields
    
    * task: moved fields list config to a separate file
    
    * task: updated copy
    
    * task: update header text
    
    * task: update coming soon design
    
    * task: add deactivate field button on edit field
    
    * task: populate learn tab
    
    * task: resize padding for modal
    
    * task: update inline add field button style
    
    * task: combined config
    
    * task: add subheader text to field copy config
    
    * task: move form config to configs file
    
    * task: added tooltip info
    
    * task: different width for form and fields list
    
    * task: set max width for the input fields
    
    * Added: initial media rules component
    
    * Update: temporary media rules display
    
    * Update: media rules fields
    
    * Added: media item limit tooltip text
    
    * Added: media rules update handler and media fetch bins
    
    * Update: handle settings data update for media rules
    
    * Update: media item limit value
    
    * Update: useMediaRules hook to handle states and media groups
    
    * Update: formData value if rules are unchecked
    
    * Update: media rules checkbox event
    
    * Fixed: lock folder initial value
    
    * Fieldform cleanup
    
    * Fixed: data types
    
    * Fixed: unexpected no search results display on initial load
    
    * Remove: console log
    
    * Remove: custom media rules tab
    
    * Move: media fields to details tab
    
    * Added: default value for group_id
    
    * Refactor: fields styling
    
    * Fixed: update modal media fields
    
    * Fixed: min value for media item limit field
    
    * Remove: unused files
    
    * Refactor: media select folder autocomplete
    
    * Fixed: autocomplete render keys
    
    * Field form cleanup
    
    * Added: bin type
    
    * Re-added MediaRules and media rules hook
    
    * Updated: media rules folder autocomplete
    
    * Update: initial media rules values
    
    * Fixed: media rules remove selected folder
    
    * Remove comments
    
    * Fixed: bin groups state assignment
    
    * Remove unused types
    
    * task: separate config for details and rules tab
    
    * task: simplified rules tab data handling and field render
    
    * task: add tooltip
    
    * task: fixed app crashes when refreshing an open edit media field
    
    * task: added margin top
    
    * task: removed unused imports
    
    * task: removed unused methods and exports
    
    ---------
    
    Co-authored-by: Nar Cuenca <narc.ph@gmail.com>
    JacobDiazCruz and finnar-bin authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    f097304 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Schema: Sync with master (#1821)

    * FIX: Added handling for empty csv file imports (#1644)
    
    * Update Insights table incorrect thumbnails (#1614)
    
    * Added: filename tooltip
    
    * Update: filename thumbnail display for xlsx, pdf, and csv
    
    * Update: thumbnail display for other file extensions
    
    * Change NameTooltip component to FilenameTooltip
    
    Co-authored-by: Andres <agalin920@gmail.com>
    
    * Fix undefined title on custom apps (#1658)
    
    * Fix undefined title on custom apps
    
    * couple of house keeping items
    
    Co-authored-by: Stuart Runyan <shrunyan@gmail.com>
    
    * Fallback to first bin if no default bin present (#1657)
    
    * Block non image selection for favicon (#1616)
    
    * mature dashboard empty state (#1611)
    
    * mature dashboard empty state
    
    * padding update
    
    * update margin
    
    * fix: reset create items button when fieldmap is changed or a new file is imported: (#1679)
    
    * Only dispatch success action on 200 response (#1690)
    
    * Use Zoho embed URL (#1675)
    
    * Fixed: launch pad cards returning nan on undefined values (#1673)
    
    * Added: optional chain for options field to avoid undefined or null val (#1689)
    
    * Restore media filter pill height (#1659)
    
    * Fixed: dropdown icons position (#1598)
    
    Co-authored-by: Carl Cruz <carlcruz@192.168.254.104>
    
    * Fix: Check if binData exists before file upload (#1705)
    
    * fix: check if binData exists
    
    * task: disable upload button when binData is not loaded
    
    * task: disable upload button when binData is loading
    
    * Change warning message to not access undefined variable (#1700)
    
    * AI content text fields (#1724)
    
    * Ai content text fields
    
    * lock update
    
    * messaging update
    
    * task: added checking if attr object has any content (#1726)
    
    * Fixed: URL error when meta doesnt have a url field (#1738)
    
    * Fixed: URL error when meta doesnt have a url field
    
    * Hotfix: resource table click function
    
    * API Request batcher and bulk endpoint implementation for media multi move and delete (#1672)
    
    * API Request batcher and bulk endpoint implementation for media multi move and delete
    
    * disable close when loading
    
    * Remove limit tesxt
    
    * Update api middleware to return a promise to diplicate requests (#1696)
    
    * add: testing hooks
    
    * Fix Metrics app crash when backend reports that no requests were served (#1753)
    
    * Add AI on article writer, markdown, wysiwyg (#1750)
    
    * Add AI on article writer, markdown, wysiwyg
    
    * Update key
    
    * lock revert
    
    * zesty-io/core@1.6.8
    
    Co-authored-by: Stuart Runyan <shrunyan@gmail.com>
    
    * cleanup (#1740)
    
    * hotfix: zesty-io/core@1.6.9
    
    * Group network errors by a custom fingerprint on sentry (#1762)
    
    * Group network errors by a custom fingerprint on sentry
    
    * Display Failed to fetch notification
    
    * Remove Atom video as it is no longer supported (#1770)
    
    * Schema start wizard (#1721)
    
    * Schema start wizard
    
    * Update config
    
    * revert package.json
    
    * remove comment
    
    * Remove ecommerce option; Add landing page main model name
    
    * remove discord link (#1791)
    
    * Refactor: Button components with loading state (#1787)
    
    * Refactor: Button components with loading state to use LoadingButton
    
    * Added loadingPosition start to all loading buttons with startIcon
    
    * fix: disable open resource button when no url can be created for the button action (#1778)
    
    * Render tags in sorted order (#1790)
    
    * Add keyboard shortcut to save settings (#1793)
    
    * task: created HOC that saves cursor position for mutated input values (#1815)
    
    * Feature/sso login (#1812)
    
    * functional login flow
    
    * add sso error
    
    * type message event
    
    * Update resolving of urls from audit items to use URI (#1819)
    
    * Update resolving of urls from audit items to use URI
    
    * remove console log
    
    ---------
    
    Co-authored-by: Carl Jacob Cruz <40680430+JacobDiazCruz@users.noreply.github.com>
    Co-authored-by: Andres <agalin920@gmail.com>
    Co-authored-by: Ryan Pals <ryan.pals@zesty.io>
    Co-authored-by: Stuart Runyan <shrunyan@gmail.com>
    Co-authored-by: Carl Cruz <carlcruz@192.168.254.104>
    6 people authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    38246e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Schema: System fields and withCursorPosition HOC (#1822)

    * task: add system fields switch
    
    * task: added basic structure when system fields are enabled
    
    * task: added system fields and made field component support user and system fields
    
    * task: layout fix
    
    * task: updated error
    
    * task: used withCursorPosition HOC to mutated input fields
    finnar-bin authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    f18fba0 View commit details
    Browse the repository at this point in the history
  2. empty state sizing updates

    agalin920 committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    795ea19 View commit details
    Browse the repository at this point in the history
  3. Add info alert to duplicate

    agalin920 committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    0340863 View commit details
    Browse the repository at this point in the history
  4. center fields empty state

    agalin920 committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    df1cc90 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b84f1d3 View commit details
    Browse the repository at this point in the history
  6. copy zuid

    agalin920 committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    b767366 View commit details
    Browse the repository at this point in the history
  7. Schema: Open edit field modal on field click (#1817)

    * task: updated field cursor hover and stop click propagation
    
    * task: open edit field modal on field click
    
    * task: fixed event propagation and update url errors
    finnar-bin authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    f087587 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Schema: All Models filter by model type (#1823)

    * task: added basic structure of filters
    
    * task: add filter dropdown function
    
    * task: dynamic button based on filter status
    
    * task: moved hooks folder to components root dir
    
    * task: added filters reducer
    
    * task: add filter logic
    
    * task: added filter logic for other filters
    
    * task: added reusable flterbase component
    
    * task: rename component
    
    * task: use filterbutton component for lastupdate and people filters
    
    * task: fixed height issue
    
    * task: removed unused imports
    
    * task: removed todo
    finnar-bin authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    7370831 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Schema: All models filter by user (#1824)

    * task: added basic structure of filters
    
    * task: add filter dropdown function
    
    * task: dynamic button based on filter status
    
    * task: moved hooks folder to components root dir
    
    * task: added filters reducer
    
    * task: add filter logic
    
    * task: added filter logic for other filters
    
    * task: added reusable flterbase component
    
    * task: rename component
    
    * task: use filterbutton component for lastupdate and people filters
    
    * task: fixed height issue
    
    * task: removed unused imports
    
    * task: removed todo
    
    * task: added user type and updated getUsers type
    
    * task: added filter logic
    
    * task: added user filter menu item
    
    * task: made no results component reusable
    
    * task: moved UserFilter and FilterButton to shell/components
    
    * task: renamed props
    
    * task: cleanup
    
    * task: changed value type for filters
    finnar-bin authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    2ec712f View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Model info tab

    agalin920 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    f21a0e5 View commit details
    Browse the repository at this point in the history
  2. search fixes

    agalin920 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    5948ccc View commit details
    Browse the repository at this point in the history
  3. Schema: All Models filter by last updated date (#1826)

    * task: setup basic date filter structure
    
    * task: added date filter full function
    
    * task: made filters more re-usable
    
    * task: added filter logic
    
    * task: auto highlight already selected date on calendar and prevent calendar picker from auto-closing when year is changed
    finnar-bin authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    8975e01 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Models sidebar empty state

    agalin920 committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    fa07466 View commit details
    Browse the repository at this point in the history
  2. directive fix

    agalin920 committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    ba6734d View commit details
    Browse the repository at this point in the history
  3. Add tab naming

    agalin920 committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    e147f04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a30c38a View commit details
    Browse the repository at this point in the history
  5. Schema: Tooltip fields support (#1828)

    * task: add support for tooltip field
    
    * task: fixed tooltip field disappears when value is deleted
    finnar-bin authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    ec31b06 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    09e570d View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Schem: Persist system fields (#1845)

    * task: don't render edit in code button for headless models
    
    * task: don't render create button for globals and clippings
    
    * task: remove hover effect on system fields
    
    * task: persist system field status
    
    * task: update to useLocalStorage hook
    
    * task: change default system field state to false
    finnar-bin authored Feb 23, 2023
    Configuration menu
    Copy the full SHA
    e02247a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee0cef5 View commit details
    Browse the repository at this point in the history
  3. All models sort update

    agalin920 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    46bbdc0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91f5c35 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11109a0 View commit details
    Browse the repository at this point in the history
  6. border radius update

    agalin920 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    84d866e View commit details
    Browse the repository at this point in the history
  7. update icon sizes

    agalin920 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    9d2552d View commit details
    Browse the repository at this point in the history
  8. update sidebar width

    agalin920 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    53cda75 View commit details
    Browse the repository at this point in the history
  9. side bar updates

    agalin920 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    cae08ea View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6fb1117 View commit details
    Browse the repository at this point in the history
  11. extend all models table

    agalin920 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    8d55650 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Schema: VQA round1 fixes (#1858)

    * task: don't render edit in code button for headless models
    
    * task: don't render create button for globals and clippings
    
    * task: vqa fixes for field selection
    
    * task: field updates
    
    * task: doc links spacing and size
    
    * task: field form fixes
    finnar-bin authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    6c314e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Adjust header column

    agalin920 committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    70e8368 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e783d76 View commit details
    Browse the repository at this point in the history
  3. update to auto overflowY

    agalin920 committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    81cfe25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9677ab View commit details
    Browse the repository at this point in the history
  5. rename modal copy update

    agalin920 committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    c14bcb5 View commit details
    Browse the repository at this point in the history
  6. No models padding update

    agalin920 committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    e06c88f View commit details
    Browse the repository at this point in the history
  7. variant update

    agalin920 committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    d465fdf View commit details
    Browse the repository at this point in the history
  8. Duplicate model updates

    agalin920 committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    f3e9b2c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c9d2c83 View commit details
    Browse the repository at this point in the history
  10. Field list spacing updates

    agalin920 committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    c692a2c View commit details
    Browse the repository at this point in the history
  11. Schema: Field type filter update & document title update (#1863)

    * task: allow field selection filter via media keywords
    
    * task: update global tabs to use rtk query models result to show correct model name
    
    * task: add conditions for setting doc title
    finnar-bin authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    19356ed View commit details
    Browse the repository at this point in the history
  12. solve merge conflicts

    agalin920 committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    8050f58 View commit details
    Browse the repository at this point in the history
  13. Schema: Fields Cypress tests (#1832)

    * task: added new field file
    
    * task: initial tests setup
    
    * task: added end of list and modal tab switch tests
    
    * task: error message  test
    
    * task: field selection tests
    
    * task: add another field test
    
    * task: dropdown field test
    
    * task: media field test
    
    * task: boolean field test
    
    * task: one to one field test
    
    * task: field list filter test
    
    * task: update field test
    
    * task: deactivate/reactivate field test
    
    * task: system fields test
    
    * task: replace old field spec file with new one
    
    * fixed merge conflicts
    finnar-bin authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    0c6115c View commit details
    Browse the repository at this point in the history
  14. Schema: VQA round2 fixes (#1864)

    * task: add .idea to .gitignore
    
    * task: added bottom margins
    finnar-bin authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    7a5c13e View commit details
    Browse the repository at this point in the history
  15. task: removed unused file

    finnar-bin committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    58958f4 View commit details
    Browse the repository at this point in the history
  16. use 0.6.2 material package

    agalin920 committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    b66b2b5 View commit details
    Browse the repository at this point in the history
  17. firefox fix

    agalin920 committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    f7556ac View commit details
    Browse the repository at this point in the history
  18. Update placeholder

    agalin920 committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    d106e80 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    584ea65 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    dc50691 View commit details
    Browse the repository at this point in the history
  2. task: updated deactivated fields spacing and prevent opening of field…

    … update modal on menu dropdown click out (#1869)
    finnar-bin authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    9065a34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80cb9a5 View commit details
    Browse the repository at this point in the history
  4. remove logs

    agalin920 committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    9a62f13 View commit details
    Browse the repository at this point in the history
  5. comment out documentation

    agalin920 committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    446580d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    943ccad View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ece7db5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2519609 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    499ba78 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1196d85 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2f3bdf6 View commit details
    Browse the repository at this point in the history
  12. Model info spacing updates

    agalin920 committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    1347def View commit details
    Browse the repository at this point in the history
  13. Button truncation

    agalin920 committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    12e516b View commit details
    Browse the repository at this point in the history
  14. tab size change

    agalin920 committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    c44c90a View commit details
    Browse the repository at this point in the history
  15. Add activity log link

    agalin920 committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    65f7ce8 View commit details
    Browse the repository at this point in the history
  16. Fullscreen modal margins

    agalin920 committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    475fc34 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Model not found state

    agalin920 committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    cfb7059 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a155e67 View commit details
    Browse the repository at this point in the history
  3. Schema: Bug and VQA fixes (#1886)

    * task: updated how update modal is being rendered
    
    * task: close menu dropdown on edit modal open
    
    * task: enable arrow keys on user filter
    
    * task: model filter behavior fix
    
    * task: vqa round 2 fixes
    
    * task: updated edit field routing
    
    * task: updated user filter button text
    
    * task: make checkboxes checked by default
    finnar-bin authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    b96dfd6 View commit details
    Browse the repository at this point in the history
  4. model tests

    agalin920 committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    f6176b2 View commit details
    Browse the repository at this point in the history
  5. additional model tests

    agalin920 committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    e8d75fd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7721ce4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f8ae71f View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Schema: Modal height and deactivated field fix (#1896)

    * task: updated how update modal is being rendered
    
    * task: close menu dropdown on edit modal open
    
    * task: enable arrow keys on user filter
    
    * task: model filter behavior fix
    
    * task: vqa round 2 fixes
    
    * task: updated edit field routing
    
    * task: updated user filter button text
    
    * task: make checkboxes checked by default
    
    * task: updated modal height for fields
    
    * task: do not open edit field modal on deactivated field click
    
    * task: updated modal height
    
    * task: added min-height for field form body
    finnar-bin authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    0350a7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cedb4ff View commit details
    Browse the repository at this point in the history
  3. bump zesty packages

    agalin920 committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    cdea26f View commit details
    Browse the repository at this point in the history
  4. Schema: User filter update (#1897)

    * task: autofocus search field on component mount
    
    * task: sort user firstname by asc
    
    * task: allow default button text override
    
    * task: sticky search filter
    
    * task: added no users notif when search has no matches
    
    * task: added no users notice when filter has no matches
    finnar-bin authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    b43a8b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. merge

    agalin920 committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    6c6671a View commit details
    Browse the repository at this point in the history
  2. Schema: System field text, button spacing, model scroll fix (#1908)

    * chore: zesty material version bump
    
    * task: auto scroll to selected model on model list
    
    * task: system fields copy update
    
    * task: adjust add another field button spacing
    
    * task: global tab link remove underline on hover
    
    * task: remove datagrid cell focus outline
    
    * task: moved cell and header outline on focus to theme
    finnar-bin authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    d4c1e5a View commit details
    Browse the repository at this point in the history
  3. Schema: Autofocus related model field & prevent referencing own model (

    …#1909)
    
    * fix: filter current model from the related model zuid dropdown
    
    * task: only auto check list
    
    * task: dynamic autofocus field config
    finnar-bin authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    abf8f1e View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    9c429de View commit details
    Browse the repository at this point in the history
  2. bump material version

    agalin920 committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    a98a90c View commit details
    Browse the repository at this point in the history
  3. Sort model parents

    agalin920 committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    e2a6f5d View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. lowercase check

    agalin920 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    4badda3 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Schema Activity Log: Convert ActionsTimeline to tsx (#1870)

    * task: convert ActionsTimeline to tsx
    
    * task: import order
    
    * task: convert actionsbyusers to tsx and added types
    
    * task: convert filters to tsx
    finnar-bin authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    a2d7793 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Schema API tab

    agalin920 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    928a7f8 View commit details
    Browse the repository at this point in the history
  2. layout updates

    agalin920 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    7caa25f View commit details
    Browse the repository at this point in the history
  3. Body2 links

    agalin920 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    129ab8b View commit details
    Browse the repository at this point in the history
  4. solve merge conflicts

    agalin920 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    f8d600b View commit details
    Browse the repository at this point in the history
  5. Add View content button

    agalin920 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    92833b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e37cd21 View commit details
    Browse the repository at this point in the history
  7. bump material version

    agalin920 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    b23d805 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Schema Activity Log: Build activity log content (#1914)

    * task: convert ActionsTimeline to tsx
    
    * task: import order
    
    * task: convert actionsbyusers to tsx and added types
    
    * task: convert filters to tsx
    
    * task: add activity log tab
    
    * task: added content for activity log
    
    * task: fix component spacing
    
    * task: add overridable height offset
    
    * chore: removed unncessarry skip
    
    * task: added comment for next step on filters
    
    * task: added empty state
    
    * task: added autosizer
    finnar-bin authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    fe36c61 View commit details
    Browse the repository at this point in the history
  2. Add headless switcher

    agalin920 committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    37b6db3 View commit details
    Browse the repository at this point in the history
  3. support schema start path

    agalin920 committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    ae082c7 View commit details
    Browse the repository at this point in the history
  4. remove old schema app

    agalin920 committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    ceb99c8 View commit details
    Browse the repository at this point in the history
  5. test update

    agalin920 committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    d95ab92 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Schema Activity Log: Daterange, user filter and generic filter (#1918)

    * task: convert ActionsTimeline to tsx
    
    * task: import order
    
    * task: convert actionsbyusers to tsx and added types
    
    * task: convert filters to tsx
    
    * task: add activity log tab
    
    * task: added content for activity log
    
    * task: fix component spacing
    
    * task: add overridable height offset
    
    * chore: removed unncessarry skip
    
    * task: added comment for next step on filters
    
    * task: add daterange calendar type
    
    * task: bumped mui base and mui datepicker pro versions and fixed breaking changes
    
    * task: removed date range
    
    * task: removed unused type
    
    * task: created reusable daterange filter
    
    * task: added overrideable button text
    
    * task: moved user options fetching to parent component
    
    * task: use the reusable UserFilter
    
    * task: override button text
    
    * task: override button text
    
    * task: generic filter
    
    * task: removed unused prop
    finnar-bin authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    66c5399 View commit details
    Browse the repository at this point in the history
  2. Update tooltip position

    agalin920 committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    a82d82c View commit details
    Browse the repository at this point in the history
  3. Schema Activity Log: Updated remaining filters, updated daterange des…

    …ign (#1921)
    
    * task: convert old filters
    
    * task: close model on date select
    
    * task: daterange filter reset
    
    * fix: incorrect user zuid
    
    * task: layout update
    
    * chore: removed comment
    finnar-bin authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    830fa33 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Merge branch 'feature/schema' of github.com:zesty-io/manager-ui into …

    …feature/schema-activity-log
    finnar-bin committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    ffba884 View commit details
    Browse the repository at this point in the history
  2. Schema Activity Log: Cypress test updates (#1924)

    * task: fixed broken cypress tests
    
    * task: fixed broken cypress tests
    
    * task: added schema activity log test
    finnar-bin authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    a6cefc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcc3363 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbc863b View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feature/schema-activity-log' of github.com:zesty-io/man…

    …ager-ui into feature/schema-activity-log
    finnar-bin committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    b68a9f3 View commit details
    Browse the repository at this point in the history