File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed
Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.6.2 Цифровой балансер (2025-07-31)
4+ <img width =" 128 " height =" 128 " src =" release-images/1.6.2.png " />
5+
6+ https://github.com/tmible/wishlist/compare/91f73a0..master
7+
8+
39## 1.6.1 Атомное сияние (2025-07-28)
410<img width =" 128 " height =" 128 " src =" release-images/1.6.1.png " />
511
6- https://github.com/tmible/wishlist/compare/14dbd86..master
12+ https://github.com/tmible/wishlist/compare/14dbd86..91f73a0
713
814
915## 1.6.0 Синий океан (2025-05-06)
Original file line number Diff line number Diff line change 11{
22 "name" : " @tmible/wishlist-dashboards-server" ,
3- "version" : " 1.6.1 " ,
3+ "version" : " 1.6.2 " ,
44 "private" : true ,
55 "description" : " Сервер с дашбордами для телеграм бота со списками желаний" ,
66 "repository" : {
Original file line number Diff line number Diff line change 4949
5050{#if $user .isAuthenticated }
5151 <ScrollArea viewportClasses =" flex flex-col max-h-dvh w-full h-hull m-0 py-9 px-1 md:px-9" >
52- <div class =" mb-9 flex items-center justify-between mx -4 md:mx-0 " >
53- <div class =" plate flex items-center gap-4 py-2 px-4" >
52+ <div class =" flex flex-col-reverse md: flex-row items-center justify-between gap -4 mb-9 " >
53+ <div class =" plate w-full md:w-auto flex items-center gap-4 py-2 px-4" >
5454 {#each navigationMenu as { path, label, healthKey } (healthKey )}
5555 <a
5656 class ={(
6565 </a >
6666 {/each }
6767 </div >
68- <div class =" flex items-center gap-4" >
68+ <div class =" flex items-center gap-4 self-end mx-4 md:mx-0 " >
6969 <GradientSwitch />
7070 <ThemeSwitch />
7171 <button class ="btn btn-secondary btn-sm shadow-sm" onclick ={() => logout (true )}>
You can’t perform that action at this time.
0 commit comments