Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
QueryaHub
/
Querya-Desktop
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
21
Code
Issues
6
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Dev
- #195
#195
Merged
ZhuchkaTriplesix
merged 30 commits into
main
QueryaHub/Querya-Desktop:main
from
dev
QueryaHub/Querya-Desktop:dev
Copy head branch name to clipboard
Jun 16, 2026
Conversation
Commits
30
(30)
Checks
Files changed
Merged
Dev
#195
ZhuchkaTriplesix
merged 30 commits into
main
QueryaHub/Querya-Desktop:main
from
dev
QueryaHub/Querya-Desktop:dev
Copy head branch name to clipboard
Commits
Commits on Jun 15, 2026
docs: link 0.4.4 milestone issues #170–#176 in planning docs
ZhuchkaTriplesix
committed
28a2678
View commit details
Copy full SHA for 28a2678
Browse repository at this point
feat(motion): add QueryaMotion tokens and reduced-motion helpers
Show description for 980f36c
ZhuchkaTriplesix
committed
980f36c
View commit details
Copy full SHA for 980f36c
Browse repository at this point
Merge pull request #177 from QueryaHub/issue/173-motion-tokens-core
Show description for 95002e6
ZhuchkaTriplesix
authored
95002e6
View commit details
Copy full SHA for 95002e6
Browse repository at this point
refactor(motion): adopt QueryaMotion tokens across UI widgets
Show description for fce7b59
ZhuchkaTriplesix
committed
fce7b59
View commit details
Copy full SHA for fce7b59
Browse repository at this point
Merge pull request #178 from QueryaHub/issue/171-adopt-motion-tokens
Show description for c5eac0f
ZhuchkaTriplesix
authored
c5eac0f
View commit details
Copy full SHA for c5eac0f
Browse repository at this point
feat(motion): smoother transitions for menus, tree, and tabs
Show description for fbe8d1d
ZhuchkaTriplesix
committed
fbe8d1d
View commit details
Copy full SHA for fbe8d1d
Browse repository at this point
Merge pull request #179 from QueryaHub/issue/172-smoother-transitions
Show description for 8a89ea0
ZhuchkaTriplesix
authored
8a89ea0
View commit details
Copy full SHA for 8a89ea0
Browse repository at this point
feat(motion): enable high refresh rate via refresh_rate
Show description for f4d2f31
ZhuchkaTriplesix
committed
f4d2f31
View commit details
Copy full SHA for f4d2f31
Browse repository at this point
Merge pull request #180 from QueryaHub/issue/174-high-refresh-rate
Show description for 014597e
ZhuchkaTriplesix
authored
014597e
View commit details
Copy full SHA for 014597e
Browse repository at this point
Commits on Jun 16, 2026
feat(motion): implement reduced motion toggle and preferences settings (Closes #175)
ZhuchkaTriplesix
committed
db32374
View commit details
Copy full SHA for db32374
Browse repository at this point
feat(motion): commit refresh_rate package override source and generated runner configurations (fixes #174)
ZhuchkaTriplesix
committed
a18c1c3
View commit details
Copy full SHA for a18c1c3
Browse repository at this point
Merge pull request #181 from QueryaHub/issue/175-reduced-motion
Show description for d6aa684
ZhuchkaTriplesix
authored
d6aa684
View commit details
Copy full SHA for d6aa684
Browse repository at this point
docs: document 0.4.4 release and update performance checks (Closes #176)
ZhuchkaTriplesix
committed
2aa48fc
View commit details
Copy full SHA for 2aa48fc
Browse repository at this point
Merge pull request #182 from QueryaHub/issue/176-release-docs
Show description for 425106e
ZhuchkaTriplesix
authored
425106e
View commit details
Copy full SHA for 425106e
Browse repository at this point
perf(postgresql,mysql): limit SQL result memory usage
Show description for fe91e3a
ZhuchkaTriplesix
committed
fe91e3a
View commit details
Copy full SHA for fe91e3a
Browse repository at this point
Merge pull request #188 from QueryaHub/issue/184-sql-result-capping-memory-spike
Show description for 96bb952
ZhuchkaTriplesix
authored
96bb952
View commit details
Copy full SHA for 96bb952
Browse repository at this point
perf(mongodb): execute skip and limit pagination database-side
Show description for 9bbd1ca
ZhuchkaTriplesix
committed
9bbd1ca
View commit details
Copy full SHA for 9bbd1ca
Browse repository at this point
Merge pull request #189 from QueryaHub/issue/185-mongodb-client-side-pagination
Show description for 9493174
ZhuchkaTriplesix
authored
9493174
View commit details
Copy full SHA for 9493174
Browse repository at this point
perf(connections): load connection secrets concurrently on startup
Show description for bf61b49
ZhuchkaTriplesix
committed
bf61b49
View commit details
Copy full SHA for bf61b49
Browse repository at this point
Merge pull request #190 from QueryaHub/issue/186-secure-storage-n-plus-1
Show description for cf55d5f
ZhuchkaTriplesix
authored
cf55d5f
View commit details
Copy full SHA for cf55d5f
Browse repository at this point
perf(redis): query key types and TTLs concurrently during scan
Show description for 9757b3a
ZhuchkaTriplesix
committed
9757b3a
View commit details
Copy full SHA for 9757b3a
Browse repository at this point
Merge pull request #191 from QueryaHub/issue/187-redis-scanner-concurrency
Show description for 13ffaa4
ZhuchkaTriplesix
authored
13ffaa4
View commit details
Copy full SHA for 13ffaa4
Browse repository at this point
fix(theme): prevent remote theme installation SSRF via IPv6 addresses
Show description for 6977ace
ZhuchkaTriplesix
committed
6977ace
View commit details
Copy full SHA for 6977ace
Browse repository at this point
Merge pull request #192 from QueryaHub/issue/183-remote-theme-ssrf-ipv6
Show description for 4c382eb
ZhuchkaTriplesix
authored
4c382eb
View commit details
Copy full SHA for 4c382eb
Browse repository at this point
fix(motion): exclude focus and semantics on inactive QueryaCrossFadeStack children
Show description for d5205b2
ZhuchkaTriplesix
committed
d5205b2
View commit details
Copy full SHA for d5205b2
Browse repository at this point
Merge pull request #193 from QueryaHub/issue/172-cross-fade-focus-exclude
Show description for 93db72e
ZhuchkaTriplesix
authored
93db72e
View commit details
Copy full SHA for 93db72e
Browse repository at this point
docs: add release 0.4.5 SQLite integration plan and update changelog
Show description for 7cf94c5
ZhuchkaTriplesix
committed
7cf94c5
View commit details
Copy full SHA for 7cf94c5
Browse repository at this point
Merge pull request #194 from QueryaHub/docs/planned-0.4.5
Show description for 6b086ad
ZhuchkaTriplesix
authored
6b086ad
View commit details
Copy full SHA for 6b086ad
Browse repository at this point
chore(release): prep release 0.4.4 documentation updates
ZhuchkaTriplesix
committed
037848d
View commit details
Copy full SHA for 037848d
Browse repository at this point
Merge branch 'main' into dev
ZhuchkaTriplesix
authored
44a90ad
View commit details
Copy full SHA for 44a90ad
Browse repository at this point
You can’t perform that action at this time.