4080 Commits (5311c8ee7e75309e9d9c7672c8a86ae77bd71dd4)

Author SHA1 Message Date
Andrew Kingston 305d82846b Add mobile compatibility for app search bar 5 years ago
mike12345567 4ecc92de3b Updating data bindings, there were instances where it could loop/iterate over already replaced bindings, used a search technique to be a bit more specific about the replacements and make sure each binding could only be replaced once. 5 years ago
Rory Powell dd1ce5be27 Fix tenant subdomain parsing 5 years ago
Martin McKeaveney 9f6961a90c switch from regex to includes 5 years ago
Martin McKeaveney a0f4043e13 app list search bar 5 years ago
Andrew Kingston 7f08ef3a6c Reset data ui searches when mutating rows as we cannot guarantee that bookmarks are the same 5 years ago
Peter Clement 86428f3998 remove create budibase db button 5 years ago
Martin McKeaveney e62f8cd9bb Update packages/builder/src/components/upgrade/UpgradeModal.svelte 5 years ago
Martin McKeaveney e4473a32fd fix firefox redirect loop 5 years ago
mike12345567 94737c6574 Final cleanup, just need to handle view migration (to self host from cloud). 5 years ago
Rory Powell 2ceca6b4fb Review feedback - shortcut user?.tenantId !== tenantId 5 years ago
mike12345567 a0f69251c8 Adding the ability to run the monorepo in cloud mode without the connected account portal (login, org setting and admin creation are all available again) as well as re-working how the redirects work to massively reduce the chance of cycles which I was experiencing constantly. 5 years ago
Rory Powell a299e30556 Respect tenant in url in UI app. Reject tenant and session mismatch 5 years ago
Andrew Kingston 908d4b75d8 Ensure transitions are only local to avoid weird svelte issues 5 years ago
Peter Clement cfab8165bd update ssl ux 5 years ago
Andrew Kingston 1c93ae509e Refresh data UI tables when creating a row 5 years ago
Andrew Kingston f9c8cd8506 Automatically refresh data as needed when rows or columns are updated 5 years ago
Andrew Kingston 873ef99527 Add transitions to data UI tables to improve smoothness and prevent stuttering and flashing on loading 5 years ago
Andrew Kingston 4a827c2aab Fix resetting filters and sorting options when changing tables 5 years ago
Andrew Kingston 5e2ba8c45f Suppress svelte runtime warnings 5 years ago
Martin McKeaveney 0edd6ffabd lint 5 years ago
Andrew Kingston 14b23cffee Prevent bindings from being used when filtering tables in the data UI 5 years ago
Andrew Kingston 745aff0c44 Reuse filter drawer component to allow full table filtering on any type in data UI 5 years ago
Andrew Kingston b9ad634b85 Fix bug with filter editor preventing date pickers or booleans from being shown 5 years ago
mike12345567 d282cd030f Some fixes after testing and adding some basic work to the frontend. 5 years ago
Martin McKeaveney f6256bfbd5 prevent SSO configured tenants being redirected to account portal 5 years ago
Martin McKeaveney 402365f5b3 remove company size logic from the code 5 years ago
Andrew Kingston 7527c19a8c Add basic search implementation to data UI tables 5 years ago
Andrew Kingston 2b2697a34e Fixing issue with refreshing data providers manually due to incorrect action name 5 years ago
Peter Clement a24f2e4142 update modal button text 5 years ago
Peter Clement 1a1c0f2892 check tables can be fetched before saving config 5 years ago
Andrew Kingston f5f8e25c9f Fix huge amount of bugs with data UI state, URL parameters and state/URL sync 5 years ago
Rory Powell 42d9e0a482 Remove platform url in the cloud, remove analytics picker completely 5 years ago
Andrew Kingston 705088362b Move lucene logic into builder 5 years ago
Andrew Kingston ec7cf96fd9 Move all lucene logic into central builder helpers file 5 years ago
Andrew Kingston 496e079d83 Remove log statement 5 years ago
Peter Clement 7121b0a7c8 fix layout of config modal 5 years ago
Peter Clement dad6412271 trigger internal table modal on modal cancel 5 years ago
Andrew Kingston 8b35405a85 Fix regex binding replacement issue due to not being escaped 5 years ago
Andrew Kingston 383d92b99e Add a refresh action to common table searching logic 5 years ago
Peter Clement c67e769afc ux fixes 5 years ago
Peter Clement a6aad71827 rename file and fix analytics 5 years ago
Peter Clement a833df7771 redirect to created datasource 5 years ago
Peter Clement 29551c4621 fix naming of datasources 5 years ago
Peter Clement af5280fa36 fetch tables for datasource plus 5 years ago
Peter Clement 468a7caa07 fix flow of wizard 5 years ago
Peter Clement 39192e4e7f add base wizard for datasources 5 years ago
Andrew Kingston fd24a8fce3 Lint 5 years ago
Andrew Kingston a30ced6408 Add button action for manually refreshing a data provider 5 years ago
Andrew Kingston 890749ee3e Only refresh tables when table ID changes 5 years ago