Skip to content

DT-73: Implement Query History Drawer Section#74

Merged
abdotop merged 3 commits intomasterfrom
73-implement-query-history-drawer-section
Oct 28, 2025
Merged

DT-73: Implement Query History Drawer Section#74
abdotop merged 3 commits intomasterfrom
73-implement-query-history-drawer-section

Conversation

@abdotop
Copy link
Member

@abdotop abdotop commented Oct 24, 2025

73 implement query history drawer section

@abdotop abdotop self-assigned this Oct 24, 2025
@abdotop abdotop linked an issue Oct 24, 2025 that may be closed by this pull request
@abdotop abdotop force-pushed the 73-implement-query-history-drawer-section branch 3 times, most recently from f203b85 to 6b19b51 Compare October 24, 2025 15:00
@abdotop abdotop force-pushed the 73-implement-query-history-drawer-section branch from 6b19b51 to ae22d60 Compare October 24, 2025 15:03
<a>Sidebar Item 2</a>
</li>
</ul>
<div class='bg-base-200 text-base-content min-h-full w-96'>
Copy link
Member

Choose a reason for hiding this comment

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

<input type="checkbox" name="tables">
<div class="tables-wrapper">
  <DataTable />
</div>
input[name=tables]:not(:checked) + .tables-wrapper {
  display: none;
}

…nd query history functionalities, improve UI components, and fix local storage key consistency
@abdotop abdotop merged commit 33b450a into master Oct 28, 2025
2 checks passed
@abdotop abdotop deleted the 73-implement-query-history-drawer-section branch October 28, 2025 10:00
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.

Implement Query History Drawer Section

2 participants