Commit graph

35 commits

Author SHA1 Message Date
64131e6f9c
fix: set back font defaults 2025-07-15 00:36:54 +02:00
186d3c7a0a
feat: add preferred font field to themes
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-07-15 00:25:52 +02:00
015b23f4e5
feat: implement image embeds
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
ci/woodpecker/pull_request_closed/build-and-publish Pipeline was successful
2025-07-14 01:11:36 +02:00
86ddae62b2
chore: sort components into subfolders
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
ci/woodpecker/pull_request_closed/build-and-publish Pipeline was successful
2025-07-13 20:34:59 +02:00
6cec8e92b3
feat: add handler for removing elements with destroy-on-click class upon clicking anywhere else on the screen
Some checks failed
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline failed
2025-07-13 04:20:26 +02:00
36f21f7ff5
fix: gorb marquee not being part of page flexbox
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-07-12 22:53:48 +02:00
0a8ae5fe31
fix: move radio buttons to subfolder
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
ci/woodpecker/pull_request_closed/build-and-publish Pipeline was successful
2025-07-12 22:48:11 +02:00
195322f3b0
feat: make settings typed and store "12" and "24" over "12-hour" and "24-hour" internally 2025-07-12 22:39:26 +02:00
6221359a15
style(ui): move homebar to app.vue outside <NuxtPage /> to avoid it being rerendered on route change
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-07-12 22:20:28 +02:00
2cc42a729b
fix: rename selectedThemeUrl to selectedThemeId, as they're storing IDs
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-07-12 18:53:02 +02:00
5b4c278b83
refactor: load and save settings from a single object
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-07-11 23:48:03 +02:00
daa13dbbed
feat: add global listener for Escape key to remove message reply box
Some checks failed
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline failed
2025-07-11 03:33:45 +02:00
5958697b6c
Merge branch 'main' into replies 2025-07-11 00:10:01 +02:00
069d3392d2
feat: improve context menu handling in app.vue 2025-07-11 00:05:20 +02:00
323178af6b
undo the last 6 merges i fucked up
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-07-10 16:10:55 +02:00
fef618795d
feat: add custom context handling 2025-07-09 07:39:42 +02:00
24d8905ef2
feat: woke theme
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-07-06 02:20:11 +02:00
0565964b1b
fix: baseURL in theme fetching resulting in double slash if baseURL is set to /
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-07-03 20:11:20 +02:00
ea44621adc
fix: theme link not taking baseURL into account
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-07-03 19:54:10 +02:00
edaf1aa726
Merge branch 'main' into GUI-polish
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
ci/woodpecker/pull_request_closed/build-and-publish Pipeline was successful
2025-07-03 19:17:45 +02:00
126ae5e18d
fix: properly insert stylesheet with useHead()
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
ci/woodpecker/pull_request_closed/build-and-publish Pipeline was successful
2025-07-03 19:13:29 +02:00
0befc42ec8
fix: use pascalCase 2025-07-03 19:02:44 +02:00
8033fd27e1
feat: Add theming, no settings menu yet
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-07-02 23:50:09 +02:00
acca8468f0
feat: make <NuxtPage> keepalive 2025-06-07 06:12:46 +02:00
c0f4697d00
feat: move some colors to root variables 2025-06-07 06:12:45 +02:00
53687a0ec3
feat: implement message grouping, improve styling 2025-05-29 22:21:17 +02:00
fb38edcd81
feat: add rounded-corners global class 2025-05-29 15:22:41 +02:00
cedf3c201f
feat: set focus outline of all items to light gray 2025-05-29 04:52:53 +02:00
379b85db4e
feat: remove Loading component from app.vue 2025-05-28 23:38:04 +02:00
e6bff0042d
feat: switched from setting height to 100% to using 100dvh 2025-05-28 22:37:25 +02:00
508af36704
feat: add Loading component to app.vue
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-28 02:30:18 +02:00
136ca93ce8 feat: move some styles to app.vue 2025-05-26 22:49:43 +02:00
67f98735ee
refactor: remove default.vue layout and move contents back to app.vue 2025-05-01 22:34:22 +02:00
d401464353
wip: more work 2025-04-30 07:40:51 +02:00
e4785522f5
Initial commit 2025-04-29 00:47:06 +02:00