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

Misc UI and bug fixes #22

Merged
merged 8 commits into from
Jul 18, 2024
Merged

Misc UI and bug fixes #22

merged 8 commits into from
Jul 18, 2024

Conversation

sketchius
Copy link
Contributor

Sticky Sidebar - Fix Scrolling Bug

There was an issue when the sidebar was taller than the page content. Upon reaching the bottom, the sidebar would be set to fixed position, causing a layout glitch. Added a check to only change the sidebar position if we haven't reached the bottom of the page (in which case the rest of the page should keep scrolling while the sidebar is fixed).

Sign Up Button - Border Radius

image

Admin / Preferences - Add Padding

image

Admin Interface - Remove Duplicate Nav Controls

image

User Menu - Fix Bookmarks Link

image

Timeline - Add Top Margin

image

Copy link
Contributor

Choose a reason for hiding this comment

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

The current nav-pills was a dirty interim solution, but the duplicate can be hidden for now with sites that have the admin sidebar turned off

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ahh, ok. So should would you say we should not include this change then, and handle it on a site by site basis for now?

Copy link
Contributor

Choose a reason for hiding this comment

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

Are you testing the Ad Plugin on your local instance?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No, I actually haven't used it at all. 😁 I was just seeing this text rendered on SambaNova's staging and it apparently comes from the ad plugin. I don't know why that particular text is showing up as an 'ad', though! I just thought it would look better with some added space.
image

@sketchius sketchius merged commit 502d03b into main Jul 18, 2024
3 checks passed
@sketchius sketchius deleted the misc-fixes branch July 18, 2024 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants