Skip to content

Releases: silverlogic/baseapp-frontend

@baseapp-frontend/[email protected]

10 Dec 18:29
1b31fef
Compare
Choose a tag to compare

Patch Changes

  • Remove useEffect hook that queues the logout listener.

@baseapp-frontend/[email protected]

10 Dec 18:12
04ed4f0
Compare
Choose a tag to compare

Patch Changes

  • Make sure the log out listener is loaded only once on useCurrentProfile.
  • Fix useLogin adding optional chaining to a problematic expression.
  • Move InitialProfileProviderForTesting around.

@baseapp-frontend/[email protected]

06 Dec 19:35
b2328cb
Compare
Choose a tag to compare

Patch Changes

  • Use mocks from @baseapp-frontend/test.

@baseapp-frontend/[email protected]

06 Dec 19:28
eaf75bb
Compare
Choose a tag to compare

Patch Changes

  • Add additional configuration to jest.config file.

@baseapp-frontend/[email protected]

06 Dec 19:28
eaf75bb
Compare
Choose a tag to compare

Patch Changes

  • Remove useCurrentProfile from the package.

  • Use mocks from @baseapp-frontend/test.

  • Updated dependencies

@baseapp-frontend/[email protected]

06 Dec 19:28
eaf75bb
Compare
Choose a tag to compare

Patch Changes

  • Use jotai global state and cookies to keep track of the current profile. CurrentProfileProvider is removed, use "const { currentProfile, setCurrentProfile } = useCurrentProfile()" to read and modify the current profile, respectively.

@baseapp-frontend/[email protected]

04 Dec 17:28
f889c17
Compare
Choose a tag to compare

Patch Changes

  • Create a component for listing the members of a profile

@baseapp-frontend/[email protected]

03 Dec 16:26
831d238
Compare
Choose a tag to compare

Patch Changes

  • Fixed overlay not closing issue by forcing hover state to 'false' when exiting the delete dialog

@baseapp-frontend/[email protected]

29 Nov 18:11
913f14e
Compare
Choose a tag to compare

Patch Changes

@baseapp-frontend/[email protected]

29 Nov 18:11
913f14e
Compare
Choose a tag to compare

Patch Changes

  • Added Archive and Unread icons