- Apr 07, 2023
-
-
Florian Sesser authored
``` curl -LO https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNZ.ttf mv flUhRq6tzZclQEJ-Vdg-IuiaDsNZ.ttf material-icons.ttf ```
-
Florian Sesser authored
curl -LO 'https://fonts.googleapis.com/icon?family=Material+Icons'
-
Florian Sesser authored
Commands used: Get the version with: `curl 'https://unpkg.com/material-components-web@latest/dist/material-components-web.min.css'` -> "Found. Redirecting to /material-components-web@14.0.0/dist/material-components-web.min.css" Aha so this is version 14.0.0! Download: `curl -LO 'https://unpkg.com/material-components-web@latest/dist/material-components-web.min.css'` Add the license: `curl -LO https://raw.githubusercontent.com/material-components/material-components-web/master/LICENSE`
- Apr 06, 2023
-
-
Florian Sesser authored
Remove reflex-material library Closes #37 See merge request !35
-
Florian Sesser authored
-
- Apr 05, 2023
-
-
Florian Sesser authored
-
Florian Sesser authored
-
Florian Sesser authored
Implement MagicFolders list view Closes #31 See merge request !34
-
Florian Sesser authored
... it looks kinda odd where it's at on my mobile.
-
Florian Sesser authored
-
Florian Sesser authored
-
Florian Sesser authored
-
Florian Sesser authored
-
Florian Sesser authored
-
Florian Sesser authored
-
Florian Sesser authored
... the magic-folder list UI design doesn't have any
-
Florian Sesser authored
-
Florian Sesser authored
Thanks Haddock! Who told you to run at all?
-
Florian Sesser authored
-
Florian Sesser authored
-
Florian Sesser authored
-
Florian Sesser authored
-
Florian Sesser authored
-
Florian Sesser authored
-
Florian Sesser authored
-
Florian Sesser authored
Fix firstRun page CSS I forgot to move over See merge request !33
-
Florian Sesser authored
Still a bit ugly until CSS nesting lands https://www.w3.org/TR/css-nesting-1/ https://developer.chrome.com/articles/css-nesting/
-
- Apr 03, 2023
-
-
Florian Sesser authored
View renames: Splash -> FirstRun, Folder -> FileBrowser See merge request !32
-
Florian Sesser authored
This is more different from the "MagicFolders" view
-
Florian Sesser authored
... since we want to display this if there's no Magic Folders yet.
-
- Mar 31, 2023
-
-
Florian Sesser authored
Utilize Obelisk's router for navigation within our app See merge request !31
-
Florian Sesser authored
-
- Mar 30, 2023
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
But ghci is perfectly content with this. :(
-
Jean-Paul Calderone authored
it should really be NonEmpty but then we'd have to write a NonEmpty path encoder, I guess
-
Jean-Paul Calderone authored
-
- Mar 29, 2023
-
-
Jean-Paul Calderone authored
Actually they were mostly fine before and the problem was really in the file browser ... oh well. This is fine too.
-
Jean-Paul Calderone authored
-
- Mar 28, 2023
-
-
Jean-Paul Calderone authored
Readme: Add links to milestone and issue overview See merge request !29
-