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

Cleanup/dont use eisbuk in app #783

Merged
merged 8 commits into from
Jul 11, 2023
Merged

Commits on Jul 9, 2023

  1. Configuration menu
    Copy the full SHA
    60cf185 View commit details
    Browse the repository at this point in the history
  2. Create 'LayoutController' component:

    * Create the componenent in 'client' package (as a single source of truth for the app layout
    * Use the controller on each page (passing in only the page-specific content) instead of the 'Layout' from the UI
    ikusteu committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    7b336bd View commit details
    Browse the repository at this point in the history
  3. * Make the Layout component in 'ui' package accept 'logo' as JSX.Elem…

    …ent (instead of a component)
    
    * Use EisbukAvatar in stories, but not in production
    ikusteu committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    ff575e3 View commit details
    Browse the repository at this point in the history
  4. * Update 'createOrganization' function to accept (optional) 'displayN…

    …ame' and add it to the organization
    
    * Update '/debug' page to create organization with default display name ("EisBuk Dev")
    ikusteu committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    af75a32 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24b08d6 View commit details
    Browse the repository at this point in the history
  6. Extract LayoutContent as a separate component:

    * LayoutContent is scrollable 'main' element
    * This allows us to render the CalendarNav outside the scrollable container (i.e. keep it fixed as we scroll)
    * LayoutContent also applies 'content-container' by default (use 'wide=true' to override)
    * Apply said updates to all pages in the client app
    ikusteu committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    747732a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0653983 View commit details
    Browse the repository at this point in the history
  8. Fix TS/lint errors

    ikusteu committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    7ce5076 View commit details
    Browse the repository at this point in the history