Commit Graph

64 Commits

Author SHA1 Message Date
Svilen Markov
8860f4591b Allow showing popover above & tweaks 2024-08-20 13:29:44 +01:00
Svilen Markov
984f26807e Remove duplicate rule & add non-prefixed line-clamp 2024-08-19 14:24:05 +01:00
Svilen Markov
88c58e6108 Add <details> styling 2024-08-19 14:03:48 +01:00
Svilen Markov
83c7c4a14a Add popover functionality 2024-08-19 02:15:22 +01:00
Svilen Markov
b4a4df480e Add utility classes 2024-08-18 18:26:56 +01:00
Svilen Markov
b25b117717 Reduce mb on widget header 2024-08-09 11:25:11 +01:00
Svilen Markov
e174fd731c Fix size-title-dynamic class 2024-08-08 16:55:46 +01:00
Svilen Markov
808169f43c Make horizontal scrollbars thinner 2024-08-08 16:00:41 +01:00
Svilen Markov
404a2acc8f Remove extra margin from mobile nav offset 2024-08-07 11:16:30 +01:00
Svilen Markov
bf1cc47525 Fix & increase offset of loading indicator 2024-08-05 23:16:32 +01:00
Svilen Markov
74ad27d5fb Rejig CSS 2024-08-05 22:50:44 +01:00
Svilen Markov
fcaa2bef6e Vertically center loading indicator 2024-08-05 12:15:55 +01:00
Svilen Markov
3b2a9fedef Move footer to bottom of viewport 2024-08-05 12:00:20 +01:00
Svilen Markov
64256f2638 Fix value 2024-08-05 11:40:32 +01:00
Svilen Markov
5c8122d93b Fix extra margin at bottom of page 2024-08-05 11:17:46 +01:00
Svilen Markov
6ffb95779d Don't force scrollbar when not needed 2024-08-05 11:12:25 +01:00
Svilen Markov
3fea166274 Add page width customizability 2024-08-04 23:40:58 +01:00
Svilen Markov
738bcf8bcb Add group widget 2024-08-01 21:34:07 +01:00
Svilen Markov
e137038586 Fix overflowing text 2024-06-11 01:16:39 +01:00
Svilen Markov
761eb343f9 Fix search input color 2024-06-11 00:35:26 +01:00
Svilen Markov
c276f66017 Add tags to forum posts template 2024-06-02 18:44:17 +01:00
Svilen Markov
9ce0030482 Don't offset attachments 2024-06-02 18:21:02 +01:00
Svilen Markov
1bebb88d0e Rename Stocks to Markets
Also fix bug that would remove markets if a network request failed
and not show them again until Glance was restarted
2024-06-02 18:21:02 +01:00
Svilen Markov
2af6500028 Add utility class 2024-06-02 18:21:02 +01:00
Svilen Markov
69b3e544bd Fix layout shift on image load 2024-06-02 18:21:02 +01:00
Svilen Markov
e1e7853c34 Update search widget 2024-05-25 03:58:11 +01:00
Svilen Markov
4bb5b2641b Further attempts at making the rain look less scuffed 2024-05-25 02:38:49 +01:00
Svilen Markov
f044fdf5dc Add utility classes 2024-05-25 02:38:49 +01:00
Svilen Markov
d18f645c18 Add detailed-list style for RSS 2024-05-25 02:38:49 +01:00
Svilen Markov
0f42567d98
Merge pull request #82 from yardenshoham/add-clock-widget
Add a clock widget
2024-05-25 02:32:18 +01:00
Svilen Markov
8148f09b9c Add more features to clock 2024-05-25 02:28:45 +01:00
Svilen Markov
9e9f001fdf Add newline at end of file 2024-05-19 17:51:59 +01:00
Svilen Markov
6d9ea27e9f
Merge branch 'release/v0.5.0' into main 2024-05-19 17:48:14 +01:00
hex-developer
859a6d2f27 Fix column overflow 2024-05-19 15:52:13 +00:00
Svilen Markov
eeda28a287 Reduce reliance on setTimeout shenanigans 2024-05-18 18:43:11 +01:00
Svilen Markov
9602269f27
Merge pull request #49 from medinnna/main
Add web app support
2024-05-17 17:47:18 +01:00
Svilen Markov
27b9af6067 Don't transition all
Otherwise animates image dimensions when resizing from mobile to desktop
2024-05-17 17:45:50 +01:00
Svilen Markov
d43c0749c1 Only apply box shadow on collapsible grids 2024-05-17 17:45:50 +01:00
Svilen Markov
b0018c3f06 Refactor, again
Make collapsible components reusable
Add ability to collapse video rows in videos-grid style
Lose sanity while dealing with all the intricacies
2024-05-17 12:15:44 +01:00
Svilen Markov
36f8eac3e4 Refactor
Delay showing page content until JS has finished setting up page elements
That then allows the following:
Leave relative time to be rendered on the client
Leave collapsible lists to be rendered on the client
Which massively simplfies the backend templates which were error prone
2024-05-16 20:41:50 +01:00
Svilen Markov
f0ca2edb25 Reduce max width of weather columns 2024-05-14 16:36:04 +01:00
Svilen Markov
48d4d4e966 Revert back to vh
dvh causes micro jumps when scrolling near the top of the page which looks glitchy
2024-05-14 06:28:42 +01:00
Svilen Markov
714e1b6d29 Add dynamic columns style for bookmarks, stocks & monitor sites 2024-05-12 22:07:58 +01:00
Svilen Markov
f9ca93e0b0 Account for safe area in label offset 2024-05-12 14:45:13 +01:00
Svilen Markov
bc06578e53 Change implementation for the safe area 2024-05-12 14:20:10 +01:00
Svilen Markov
0fbc8dcb41 Allow specifying links for stock symbol & chart 2024-05-12 04:13:38 +01:00
Svilen Markov
4beab6bcec Make images fade in as they load 2024-05-12 03:18:55 +01:00
Carlos Medina
91c75518da Change mobile nav styles 2024-05-10 19:54:43 -06:00
Svilen Markov
c5e3eed64b Add Repository Overview widget 2024-05-10 11:05:42 +01:00
Svilen Markov
7dd1cca65d Add horizontal-cards-2 style for RSS widget 2024-05-10 10:10:13 +01:00