Commit Graph

5 Commits

Author SHA1 Message Date
t8y2 132ac8a2ec fix(ui): default to large corner style 2026-07-24 00:40:12 +08:00
zipg 136ead2007
fix(ui): apply corner style to remaining controls 2026-07-23 17:29:59 +08:00
t8y2 28a5b22e7e feat(theme): apply saved theme before app startup 2026-07-21 15:58:04 +08:00
t8y2 e5e86eda30 fix: avoid derived table wrapping for SQL Server TOP pagination
Replace derived table wrapping with direct TOP injection for SQL Server
to prevent error 8155 when inner SELECT produces unnamed columns (e.g.
SELECT @@version). Also preserves ORDER BY that was incorrectly stripped
by the previous approach.
2026-05-25 11:28:02 +08:00
t8y2 06683c57b1 chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00