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

[Notion] Major(ish) refactoring (pt. 2) #14215

Draft
wants to merge 23 commits into
base: main
Choose a base branch
from

Commits on Aug 4, 2024

  1. 🚚 Rename WritablePropertyTypes

    Readable makes more sense, as 'formula' isn't a writable type.
    
    Union type names should be singular.
    bkeys818 committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    262b9e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    71bef20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fac89d3 View commit details
    Browse the repository at this point in the history
  3. 🚚 Move standardize.ts

    bkeys818 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    1ef8c23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f6fa2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3674055 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    933a09c View commit details
    Browse the repository at this point in the history
  7. 🐛 Fix isType function

    bkeys818 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    1210844 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

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

Commits on Aug 26, 2024

  1. 📝 Update changelog

    bkeys818 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    59d4982 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    797549f View commit details
    Browse the repository at this point in the history
  2. 🗃️ Store view configuration in Cache instead of LocalStorage (#31)

    * 🏷️ Remove `name` from `DatabaseView`
    
    The `name` field wasn't being used. The value of `database.title` was
    saved into local storage, then read back out and used in replace of
    `database.title`.
    
    * ♻️ Use `useChachedState` for kanban config
    
    * 🗃️ Convert old kanban config to Cache
    
    * 🐛 Fix wierd cache issues in search
    
    * 🚸 Hide `title` from property visibility list
    
    * ⚡️ Run `convertDepreciatedViewConfig` fewer times
    
    * ♻️ Use `useChachedState` for view config
    
    * 🗃️ Convert old view config to Cache
    bkeys818 authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    af6395f View commit details
    Browse the repository at this point in the history
  3. ♻️ Refactor DatabaseList

    bkeys818 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    5949138 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ada963e View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    0056771 View commit details
    Browse the repository at this point in the history
  2. 🔥 Delete utils/types.ts

    bkeys818 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    f23e1cc View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. ⏪ Revert "🔥 Delete utils/types.ts"

    This reverts commit f23e1cc.
    bkeys818 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    c7f17c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f65bf8 View commit details
    Browse the repository at this point in the history
  3. 🔥 Delete isType method

    bkeys818 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    04579b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    912c99b View commit details
    Browse the repository at this point in the history
  5. ⏪ Reset to 0056771

    bkeys818 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    e1df9ce View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. 🐛 Fix unnecessary rerendering

    The `useConvertDepreciatedViewConfig` hook was causing
    `useDatabaseProperties` to rerun at odd times and return an empty array.
    bkeys818 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    132d582 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

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