Commit graph

99 commits

Author SHA1 Message Date
37f1b0e9d1 Highlight focused element by path
Also force all its parents to be open, similar to forceOpen from the
previous commit (which, incidentally, this commit removes again).
2025-02-05 21:18:40 +01:00
af99414d6a Add forceOpen prop to CNote 2025-02-05 20:07:56 +01:00
89c0396778 Add proper keys for notes 2025-02-05 15:51:18 +01:00
bb665d3b7d Render notes from store 2025-02-05 02:22:02 +01:00
6fb900fe4b Disable bundling in build
For one, it fails on arch linux, which is what I'm developing on:
https://github.com/tauri-apps/tauri/issues/8929
https://github.com/tauri-apps/tauri/issues/11149
https://github.com/linuxdeploy/linuxdeploy/issues/272

At the moment, I plan on distributing Linux and Windows binaries as well
as an APK for Android. If I'll ever include any bundles in the CI, they
can be manually triggered using --bundles.
2025-02-02 16:19:20 +01:00
fb5aa6a25c Update tsconfig
Reorganize keys and make checks a bit more strict
2025-01-29 01:01:25 +01:00
5b04ca821c Create component for navbar buttons 2025-01-28 22:26:57 +01:00
d9722e13f7 Rename navbar components 2025-01-28 22:26:47 +01:00
e18e898102 Display very basic tree of nodes 2025-01-28 22:18:05 +01:00
ef9679e18c Tweak formatting 2025-01-28 22:17:53 +01:00
0beaecb317 Make install-android a bit more robust
Not sure if this is absolutely necessary, but it doesn't hurt either.
2025-01-28 15:04:27 +01:00
2febfca78f Update dependencies 2025-01-28 13:31:52 +01:00
4f16dc4c5d Update dropdown size and position 2025-01-28 13:26:01 +01:00
739af21519 Overflow dropdown menu 2025-01-28 13:06:55 +01:00
ccc41f96d8 AdSelect and delete repos 2025-01-28 12:53:27 +01:00
136e736a51 Add meta/check script 2025-01-28 12:51:58 +01:00
4d798dd2e2 Abbreviate selected repo name if too long 2025-01-28 02:55:14 +01:00
45d97388ee Create navbar dropdown menu 2025-01-28 02:55:14 +01:00
160c8a626d Set up pinia 2025-01-27 20:29:54 +01:00
7ac29857ef Remove unused logos 2025-01-27 20:29:54 +01:00
9864c4b8a7 Disable zoom on android 2025-01-27 20:29:54 +01:00
d67acb1caa Set up vue dev tools 2025-01-27 20:29:54 +01:00
1457187f5e Set up @ path alias 2025-01-27 20:29:54 +01:00
54773a144c Add more meta scripts 2025-01-27 20:29:54 +01:00
1b94d5573c Use Remix icons and set up navbar properly
Too lazy to separate these changes into multiple commits.
2025-01-27 19:35:07 +01:00
14e85207e9 Embed and use FiraGo
It doesn't seem to be working correctly on Android though. A quick
google implies that my Android might not support woff2 files, so maybe
I should try ttf or woff instead.

Edit: Apparently, it *does* just work on my phone now. No idea why it
didn't work before.
2025-01-27 19:00:21 +01:00
d1f0d28dac Set up prettier and tailwind even harder
JS tooling breaks at the slightest whiff of nonstandard setups. God
forbid you set up your js project in a subdirectory of the repository
instead of in the root...
2025-01-26 23:57:28 +01:00
f0ec43f468 Set up tailwindcss 2025-01-26 20:40:34 +01:00
727ca3259a Set up prettier 2025-01-26 18:56:46 +01:00
07a2dc8c5d Make status bar black with white text 2025-01-26 16:36:52 +01:00
066d6c658e Update dependencies 2025-01-26 14:25:23 +01:00
af81c26d98 Add build and install scripts 2025-01-25 16:46:16 +01:00
e8059d2fbd Sign release build 2025-01-25 16:32:02 +01:00
88b0da62e4 Fix top bar and multitasking logo background colors 2025-01-25 16:32:02 +01:00
4e6acdcbf1 Fix android studio warnings in Manifest.xml 2025-01-25 16:32:02 +01:00
54cabbdb48 Install debug app next to release app 2025-01-25 16:32:02 +01:00
5099dd76ad Reformat files with android studio 2025-01-25 16:32:02 +01:00
e9bae94580 Simplify gitignore 2025-01-25 16:32:02 +01:00
61e05ba938 Update logo 2025-01-25 16:32:02 +01:00
d571809b5a Set up android app 2025-01-25 16:32:02 +01:00
6ac80ab679 Set up tauri project 2025-01-25 12:26:10 +01:00
c80325ea40 Locate data dir on Linux and Windows 2025-01-25 12:04:18 +01:00
a132a9bcdf Create logo
logo.svg is a version of logo_inkscape.svg compressed using svgomg:
https://github.com/jakearchibald/svgomg
2025-01-25 11:20:32 +01:00
46ab6e57f2 Explain name and define variations 2025-01-25 11:20:32 +01:00
89d6006d8d Set up cargo workspace 2025-01-24 01:03:18 +01:00
ef65d75a08 Implement init command 2025-01-14 01:40:27 +01:00
1441b83a14 Add init command 2025-01-13 03:35:24 +01:00
495dac4bb3 Locate config file and data dir 2025-01-13 03:35:24 +01:00
5ce439e3f6 Create project 2025-01-13 03:31:21 +01:00