Commit Graph

96 Commits

Author SHA1 Message Date
f04761345e implemented swiping to delete projects (like on ios) 2025-08-02 03:43:12 +03:00
f05545b570 added menubar to the editor page 2025-08-02 01:48:09 +03:00
da45c7cbd9 added some shadcn components 2025-08-01 09:17:51 +03:00
74fc049210 fixed project library layout 2025-08-01 09:13:42 +03:00
7c5bfbddc9 fixed project renaming 2025-07-31 21:18:21 +03:00
f871d4d8d7 removed spaces before screen reader only elements 2025-07-30 14:45:14 +03:00
e08151b7c7 fixed some visual issues on safari 2025-07-30 14:37:40 +03:00
3a952163f8 bumped nextjs version to 15.4.5 2025-07-30 13:57:30 +03:00
13565d9e81 fixed some accessibility issues in the project library 2025-07-30 13:54:48 +03:00
b9266261ef fixed selection text in dropdown and sheet menus 2025-07-30 02:07:14 +03:00
ddac9e31bd sidebar collapse button now automatically aligns with the search bar 2025-07-30 01:57:32 +03:00
2b7713085d no more tag duplication in layouts 2025-07-30 01:10:22 +03:00
e95f14e6eb added separate route groups for dashboard and editor 2025-07-29 19:50:00 +03:00
8b5b67522d git commit hash is now short on phones and long on desktops and tablets 2025-07-29 03:50:08 +03:00
3a8c07b5df fixed git commit hash parsing and no more eslint warnings 2025-07-29 03:30:06 +03:00
548d8a8775 got git commit parsing working 2025-07-28 22:16:29 +03:00
e79cf886dc trying to get git commit hash working (attempt 3) 2025-07-28 21:32:22 +03:00
10ad436c92 integrated next-build-id library 2025-07-28 20:41:57 +03:00
ad39e0d557 dockerfile now logs git commit hash 2025-07-28 19:58:07 +03:00
01524ca4ce trying to get git commit hash working (attempt 2) 2025-07-28 19:31:43 +03:00
70aa3992f8 trying to get git commit hash to work 2025-07-28 19:18:49 +03:00
2ddd8b9d3b fixed project selection when clicking directly on the checkbox 2025-07-28 19:03:57 +03:00
98c21f3017 fixed adjustWidth in storage page 2025-07-28 18:41:03 +03:00
a104116859 removed unnecessary paddings in the settings page 2025-07-28 18:34:18 +03:00
2304b7223f settings page responsive design fixes 2025-07-28 18:27:23 +03:00
fb5cf87b43 fixed search bars in settings 2025-07-28 15:22:22 +03:00
153047fbf2 fixed selection icon in bottom bar 2025-07-28 15:02:47 +03:00
bde138143c removed global safe margin 2025-07-28 15:01:31 +03:00
efc16d554f settings page redesign 2025-07-28 15:01:09 +03:00
c262d07c1a removed bad css from body tag 2025-07-28 14:10:46 +03:00
7ae6776712 added some properties to the body tag 2025-07-28 14:06:10 +03:00
779351db17 replaced global bottom margin with global top margin 2025-07-28 13:59:48 +03:00
07ba19da2a added global bottom margin 2025-07-28 13:56:52 +03:00
0b6bd3370a implemented selection bottom bar 2025-07-28 02:44:36 +03:00
2511e97be2 replaced marginLeft to translateX in SidebarTriggerAdjustable 2025-07-28 00:20:26 +03:00
fd21a73620 changed scrolling code a little bit 2025-07-27 23:46:48 +03:00
0710981de7 added will-change property to some elements (hoping it will do something) 2025-07-27 23:37:08 +03:00
35f4084833 Project Library title now fades when scrolling up 2025-07-27 23:32:45 +03:00
acd0762f82 made sidebar trigger animation smoother 2025-07-27 22:57:40 +03:00
6ad064c9c1 sidebar switcher now always stays on screen 2025-07-27 18:39:15 +03:00
f881b2d7bf fixed sheet close button margins 2025-07-27 16:04:18 +03:00
3e9fb62e4e fixed sheet and dashboard paddings (third time) 2025-07-27 15:56:36 +03:00
a4e51cda7e fixed padding in the sheet component (once again) 2025-07-27 15:51:07 +03:00
9983314c26 fixed padding in the sheet component 2025-07-27 15:50:27 +03:00
20df501deb ui: project library bar now occupies all available width 2025-07-27 02:48:01 +03:00
d7ecd1906a removed unnecessary padding in the dashboard 2025-07-27 02:31:15 +03:00
509691534b ui: project description now flies from the bottom in the mobile 2025-07-27 02:26:48 +03:00
93fb66dc2e fixed annoying project selection bug (using pretty ugly way tho lol) 2025-07-27 02:07:01 +03:00
48c44e3723 ui: implemented project sorting 2025-07-27 01:20:23 +03:00
5862c74fa6 fixed flickering theme color at startup 2025-07-26 14:54:37 +03:00