Skip to content
Snippets Groups Projects
  1. Aug 17, 2023
    • Joel Jeremy Marquez's avatar
      Some typescript migration (#1532) · 6fae7956
      Joel Jeremy Marquez authored
      * Typescript migration
      
      * Release notes
      
      * Update error boundary
      
      * Breakup sidebar components
      
      * Account and Sidebar props
      
      * Remove button in Item component + exports cleanup
      
      * Put accountNameStyle to Account
      
      * Revert component ports (separated to another PR)
      
      * Export cleanup
      
      * Remove ErrorBoundary (separated to another PR)
      
      * Sidebar budgetName as ReactNode
      Unverified
      6fae7956
  2. Jul 30, 2023
  3. Jul 29, 2023
  4. Jul 28, 2023
  5. Jul 26, 2023
  6. Jul 20, 2023
  7. Jul 19, 2023
  8. Jul 18, 2023
  9. Jun 27, 2023
  10. Jun 23, 2023
  11. Jun 15, 2023
    • Shazib Hussain's avatar
      Remove 'export' keyword where not needed. (#1139) · 61a5b1a3
      Shazib Hussain authored
      As discussed in #1126 creating separate PRs.
      
      The linter rule isn't actually part of this first PR and will likely be
      in the final PR as otherwise it will just fail because all the issues
      aren't resolved.
      
      The code is 'ready' though so as soon as this is merged I will open next
      one(s)
      Unverified
      61a5b1a3
  12. May 20, 2023
  13. May 17, 2023
  14. May 09, 2023
  15. Apr 21, 2023
  16. Apr 05, 2023
  17. Mar 24, 2023
  18. Mar 18, 2023
    • Matiss Janis Aboltins's avatar
      :recycle: move all feature flags to use useFeatureFlag hook (#786) · 67c3be97
      Matiss Janis Aboltins authored
      Refactored all feature flags to use the new `useFeatureFlag` hook.
      
      Also added a new functionality to this feature flag: ability to define
      custom "default" value for a feature flag. This will allow us to enable
      the new autocomplete component for everyone using Netlify builds
      eventually (need to address some issues before doing so).
      Unverified
      67c3be97
  19. Mar 05, 2023
  20. Feb 21, 2023
    • Jed Fox's avatar
      Allow the server to auto-configure the server URL for the client (#649) · fc308ece
      Jed Fox authored
      * Allow the server to auto-configure the server URL for the client
      
      * Extract server URL/version logic out to ensure consistent updates
      
      * ()
      
      * Be more explicit about when the server version is re-fetched
      
      * Use a single layer of context provider
      
      * Move the bootstrap route to /account/needs-bootstrap
      
      * No more `isActual`
      
      * Refactor to call subscribe-needs-bootstrap instead of fetch()
      
      * Dedupe calls to subscribe-needs-bootstrap
      
      * Don’t revalidate the server when we just validated it
      
      * simplify
      
      * Fix setServerURL
      Unverified
      fc308ece
  21. Feb 10, 2023
  22. Jan 25, 2023
  23. Jan 18, 2023
    • Matiss Janis Aboltins's avatar
      :rotating_light: enabling no-unused-vars eslint rule (#469) · b0e25116
      Matiss Janis Aboltins authored
      * :rotating_light:  enabling no-unused-vars eslint rule
      
      * fix more lint issues
      Unverified
      b0e25116
    • Jed Fox's avatar
      Fix a bunch of warnings/errors (#479) · 423df672
      Jed Fox authored
      * Remove invalid ref={} prop
      
      * Fix <rect> height being less than 0
      
      * Improve history.push override
      
      * Filters: add missing key prop
      
      * DateSelect: don’t pass `null` to an input
      
      * Filters: add missing key prop
      
      * EditRule: fix key props
      
      * ScheduleDetails: Fix `for` prop
      
      * usePayees: default `payees` to empty array instead of null (fixes crash)
      
      * safeNumber: better error if `value` is not a number
      
      * ScheduleDescription: fix description for “amount is between”
      
      * ScheduleDetails: add missing `key` prop
      
      * BudgetTitlebar: use ButtonWithLoading
      Unverified
      423df672
  24. Jan 10, 2023
  25. Jan 02, 2023
  26. Sep 02, 2022
  27. Aug 30, 2022
  28. Apr 29, 2022
Loading