Skip to content
Snippets Groups Projects
  1. Dec 05, 2023
  2. Dec 04, 2023
  3. Nov 22, 2023
  4. Nov 21, 2023
  5. Nov 16, 2023
    • Neil's avatar
      Mobile pages standardized (Colors/UI) (#1874) · e8055bbc
      Neil authored
      * Mobile Color Consistency
      
      * VRT updates
      
      * color updates
      
      * notes
      
      * Sync Text
      
      * Adjust header font smaller
      
      * color and format adjustments
      
      * tidying header buttons
      
      * color and button adjustments
      
      * Header Text color
      
      * VRT updates
      
      * back button changes
      
      * VRT changes
      
      * adjust buttons
      
      * lint fix
      
      * darkTheme header background
      
      * VRT updates
      
      * VRT updates
      Unverified
      e8055bbc
  6. Nov 09, 2023
  7. Nov 04, 2023
  8. Oct 22, 2023
  9. Oct 21, 2023
  10. Oct 16, 2023
  11. Oct 10, 2023
  12. Sep 20, 2023
  13. Sep 16, 2023
  14. Sep 12, 2023
  15. Sep 07, 2023
  16. Sep 03, 2023
  17. Aug 21, 2023
  18. 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
  19. Jul 30, 2023
  20. Jul 29, 2023
  21. Jul 28, 2023
  22. Jul 26, 2023
  23. Jul 20, 2023
  24. Jul 19, 2023
  25. Jul 18, 2023
  26. Jun 27, 2023
  27. Jun 23, 2023
  28. 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
  29. May 20, 2023
  30. May 17, 2023
  31. May 09, 2023
  32. Apr 21, 2023
  33. Apr 05, 2023
  34. Mar 24, 2023
  35. 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
  36. Mar 05, 2023
  37. 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
Loading