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

Use SheafDisplay fr composed sheaf view in discuss #136

Draft
wants to merge 23 commits into
base: feat/discussion/sheaf-creation-modal
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
81cb5be
Use SheafDisplay fr composed sheaf view in discuss
rtshkmr Nov 19, 2024
5023450
Follow telegram ui for mark_quote in mark_content
rtshkmr Nov 20, 2024
a4d9dcc
Attempt to use hsla for colors
rtshkmr Nov 20, 2024
e719c1a
Fix functionality in TextareaAutoResize
rtshkmr Nov 20, 2024
998bee6
Fix Control Panel interference bug
rtshkmr Nov 20, 2024
98b1475
Use action_toggle_button for text-based buttons
rtshkmr Nov 20, 2024
78e07ae
Use action toggle button for marks edit
rtshkmr Nov 20, 2024
45587f4
Shift the edit buttongroups for marks inwards
rtshkmr Nov 20, 2024
b21fb63
Display clickable quote region for marks w/o quote
rtshkmr Nov 20, 2024
ea7beae
Rely on a fn for selector for pseudoform
rtshkmr Nov 21, 2024
fe4c134
Prettify indent guides, support tap to collapse
rtshkmr Nov 21, 2024
17a404f
Prevent zoom-out beyond 1x scale on mobile
rtshkmr Nov 21, 2024
8cdf697
Improve sheaf modal styling
rtshkmr Nov 29, 2024
3e0bcd1
Style SheafCreationForm's replyto_context_display
rtshkmr Dec 6, 2024
16697e2
Minor changes
rtshkmr Dec 6, 2024
8dac303
Fix issue in make_reply for root sheaf creation
rtshkmr Dec 7, 2024
e74a947
Fix sheaf::publish on discussions mode
rtshkmr Dec 7, 2024
80fa60c
Wire up 2 out of 4 of the alternative action btns
rtshkmr Dec 7, 2024
0e1cd6c
Add action btn to create new thread @ discuss mode
rtshkmr Dec 8, 2024
7950455
Fix the re-introduced scrolling bug
rtshkmr Dec 8, 2024
a3eeac3
Merge branch 'feat/discussion/sheaf-creation-modal' into feat/discuss…
rtshkmr Dec 8, 2024
f4ac084
Wire clear_reply_to, improve sheaf::publish
rtshkmr Dec 9, 2024
8ac06d3
Use push_js_cmd to dispatch js actions fm srv
rtshkmr Dec 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/vyasa_web/components/control_panel.ex
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ defmodule VyasaWeb.ControlPanel do
<!-- SVG Icon Button -->
<.control_panel_mode_indicator mode={@mode} myself={@myself} session_active?={@session.name} />
<div
:if={@show_control_panel?}
Copy link
Member Author

Choose a reason for hiding this comment

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

how the bug would present itself

image

see this commit message for more info

id="buttonGroup"
class={[
"mt-2 p-3 rounded-2xl backdrop-blur-lg bg-white/10 shadow-lg transition-all duration-300 border border-white/20",
Expand Down