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

Conversation

ikusteu
Copy link
Collaborator

@ikusteu ikusteu commented Jul 8, 2023

Fixes #774
Additionally:

  • Adds a custom font and uses organization name (is mentioned font) instead of eisbuk "logo"
  • Uses single Layout (controller) component throughout the app
  • Fixes the CalendarNav when scrolling

@ikusteu ikusteu self-assigned this Jul 8, 2023
* 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
…ent (instead of a component)

* Use EisbukAvatar in stories, but not in production
…ame' and add it to the organization

* Update '/debug' page to create organization with default display name ("EisBuk Dev")
* 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 ikusteu force-pushed the cleanup/dont-use-eisbuk-in-app branch from 345a3f8 to 7ce5076 Compare July 9, 2023 09:16
Copy link
Collaborator

@silviot silviot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I clicked around Seal of approval!

image

@silviot silviot merged commit 7c8c210 into master Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Do not display "Eisbuk" anywhere: 3 pts
2 participants