add scroll to the setting drawer#168
Merged
alxlion merged 1 commit intoClaperCo:devfrom Aug 9, 2025
ChayanDass:fix/setting_drawer
Merged
add scroll to the setting drawer#168alxlion merged 1 commit intoClaperCo:devfrom ChayanDass:fix/setting_drawer
alxlion merged 1 commit intoClaperCo:devfrom
ChayanDass:fix/setting_drawer
Conversation
Contributor
Author
|
@mahtaran , could you please take a look on this? |
Contributor
Author
mahtaran
suggested changes
Aug 7, 2025
mahtaran
left a comment
There was a problem hiding this comment.
I don't have the environment to test these changes locally, but the code and the screencast looks good! What I will say is that the diff is a bit larger than it needs to be, should be majorly resolved if you do a formatter pass (mix format)
|
|
||
| ~H""" | ||
| <div class="grid grid-cols-1 @md:grid-cols-2 @md:space-x-5 px-5 py-3"> | ||
| <div class="grid grid-cols-1 @md:grid-cols-2 @md:space-x-5 px-5 py-3 h-full mb-10 "> |
There was a problem hiding this comment.
Suggested change
| <div class="grid grid-cols-1 @md:grid-cols-2 @md:space-x-5 px-5 py-3 h-full mb-10 "> | |
| <div class="grid grid-cols-1 @md:grid-cols-2 @md:space-x-5 px-5 py-3 h-full mb-10"> |
You added a trailing space here ^^
Contributor
Author
There was a problem hiding this comment.
I have run mix format, can you check it again , thank you !
Contributor
Author
Signed-off-by: Chayan Das <01chayandas@gmail.com>
Contributor
Author
Contributor
|
Thanks for the reminder @ChayanDass and sorry for the delay! I'll take a look at it today and merge it. |
alxlion
added a commit
that referenced
this pull request
Dec 26, 2025
##⚠️ Breaking changes - S3 variables are now named: S3_ACCESS_KEY_ID, S3_SECRET_ACCESS_KEY, S3_REGION and S3_BUCKET - Users now have roles. Refer to the `roles` table and assign a role to a user with the `role_id` column in the `users` table. ## Features - Add Admin Panel to manage users and presentations - Add user roles: user, admin - Add `LANGUAGES` setting to configure available languages in the app - Add hideable presenter attendee count (#183 #155) - Add Hungarian translation (#161) - Add Latvian translation (#163) - Add custom S3 endpoint with `S3_SCHEME`, `S3_HOST`, `S3_PORT` and `S3_PUBLIC_URL` ## Fixes and improvements - Upgrade JS dependencies - Upgrade Elixir dependencies, including Phoenix Live View to 1.0.17 - Upgrade to Tailwind 4+ - Refactor view templates to use {} instead of <%= %> - Fix event name validation to be required - Docker image is now using Ubuntu instead of Alpine for better dependencies support - Fix scrollbar not showing in event manager when no presentation file (#164) (@aryel780) - Fix settings scroll for small screen (#168) - Fix duplicate key quiz when duplicate (#182) - Fix email change confirmation (#172) - Fix italian translation (#179) - Fix random poll choices (#184)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


/claim #146
closes #146
Screencast.from.2025-07-31.14-02-51.webm