Front-end v0.1 #24
No reviewers
Labels
No labels
bug
core
documentation
duplicate
enhancement
experiment
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Streigen/echelon!24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "nix-flake"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
my pain has created animations
@ -21,4 +21,4 @@ kotlin.code.style=official# resources declared in the library itself and none from the library's dependencies,we should discuss this in vc later. the android home env var def + path def from our shell/flake.nix shouldve solved this. i am up to debug that w/ you whenever you are free
@ -21,4 +21,4 @@ kotlin.code.style=official# resources declared in the library itself and none from the library's dependencies,From what I could tell, the only way to fix the dynamic linking issue was either like this (way more minimal with a simple script) or something like nix-ld or something like buildFHSEnv, which just felt like overkill. Although if we do have more things that require dynamic linking in the future, we can always swap to nix-ld, but sure we can discuss it in vc.
at least testing on linux it seems good, i see a lot of static sizes though (i mean the
pxunit). We should ideally switch to relative sizes instead.should also split the +page.svelte into smaller components, for better future readability
@flaxeneel2 everything works fine on my end, I tested it for linux and android and it looks good, the last thing we need to change is that hacky sed script we talked about and it should be good for merge, lmk whenever you want to fix it :D
will accept it for now, we will need to split the +page.svelte into smaller components maybe during the refactor
Where are the screenshots