Update from obsidian - thinkpad

Affected files:
.obsidian/workspace.json
notes/thoughts/Design.md
This commit is contained in:
Alexander Navarro 2023-09-03 01:28:59 -03:00
parent 0cc0627d82
commit 4b3f5a0603
2 changed files with 37 additions and 53 deletions

View file

@ -18,21 +18,8 @@
}, },
"pinned": true "pinned": true
} }
},
{
"id": "fcbaa4342b37cadf",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "games/persona-5-royal-launch-edition.md",
"mode": "source",
"source": false
}
}
} }
], ],
"currentTab": 1,
"stacked": true "stacked": true
} }
], ],
@ -99,7 +86,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "games/persona-5-royal-launch-edition.md", "file": "projects/games.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -116,7 +103,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "games/persona-5-royal-launch-edition.md", "file": "projects/games.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@ -139,7 +126,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "games/persona-5-royal-launch-edition.md" "file": "projects/games.md"
} }
} }
}, },
@ -172,14 +159,14 @@
"dbfolder:Create a new database table": false "dbfolder:Create a new database table": false
} }
}, },
"active": "fcbaa4342b37cadf", "active": "fefb57826a3809d6",
"lastOpenFiles": [ "lastOpenFiles": [
"projects/games.md",
"games/persona-5.md",
"notes/thoughts/Design.md", "notes/thoughts/Design.md",
"projects/games.md",
"games/persona-5-royal-launch-edition.md",
"games/persona-5.md",
"projects/personal-page-notes/Cool Websites.md", "projects/personal-page-notes/Cool Websites.md",
"games/metroid-prime-remastered.md", "games/metroid-prime-remastered.md",
"games/persona-5-royal-launch-edition.md",
"games/persona-5-royal.md", "games/persona-5-royal.md",
"games/nier-automata.md", "games/nier-automata.md",
"games/persona-4-golden--1.md", "games/persona-4-golden--1.md",

View file

@ -1,7 +1,3 @@
---
developers:
---
Diseñar está completamente fuera de mi zona de confort, así que estudiar como hacer, y hacer el esfuerzo de planear como diseñar la página antes de tirarme de hocico a hacerlo ha sido una experiencia bastante satisfactoria Diseñar está completamente fuera de mi zona de confort, así que estudiar como hacer, y hacer el esfuerzo de planear como diseñar la página antes de tirarme de hocico a hacerlo ha sido una experiencia bastante satisfactoria
Pensar que debo realizar, que quiero comunicar y como lo quiero comunicar ha enrutado el diseño y permitiendo que sea más facil Pensar que debo realizar, que quiero comunicar y como lo quiero comunicar ha enrutado el diseño y permitiendo que sea más facil
@ -34,29 +30,30 @@ Contrastar el contorno del elemento con su entorno, para esto podemos:
### References of common elevations ### References of common elevations
|Component|Default elevation values (dp)|White overlay transparency| | Component | Default elevation values (dp) | White overlay transparency |
|---|---|---| | --------------------------------------------------------- | ----------------------------- | -------------------------- |
|Dialog|24|16%| | Dialog | 24 | 16% |
|Modal bottom sheet Modal side sheet|16|15%| | Modal bottom sheet Modal side sheet | 16 | 15% |
|Navigation drawer|16|15%| | Navigation drawer | 16 | 15% |
|Floating action button (FAB - pressed)|12|14%| | Floating action button (FAB - pressed) | 12 | 14% |
|Standard bottom sheet Standard side sheet|8|12%| | Standard bottom sheet Standard side sheet | 8 | 12% |
|Bottom navigation bar|8|12%| | Bottom navigation bar | 8 | 12% |
|Bottom app bar|8|12%| | Bottom app bar | 8 | 12% |
|Menus and sub menus|8|12%| | Menus and sub menus | 8 | 12% |
|Card (when picked up)|8|12%| | Card (when picked up) | 8 | 12% |
|Contained button (pressed state)|8|12%| | Contained button (pressed state) | 8 | 12% |
|Floating action button (FAB - resting elevation) Snackbar|6|11%| | Floating action button (FAB - resting elevation) Snackbar | 6 | 11% |
|Top app bar (scrolled state)|4|9%| | Top app bar (scrolled state) | 4 | 9% |
|Top app bar (resting elevation)|0 or 4|0% - 9%| | Top app bar (resting elevation) | 0 or 4 | 0% - 9% |
|Refresh indicator Search bar (scrolled state)|3|8%| | Refresh indicator Search bar (scrolled state) | 3 | 8% |
|Contained button (resting elevation)|2|7%| | Contained button (resting elevation) | 2 | 7% |
|Search bar (resting elevation)|1|5%| | Search bar (resting elevation) | 1 | 5% |
|Card (resting elevation)|1|5%| | Card (resting elevation) | 1 | 5% |
|Switch|1|5%| | Switch | 1 | 5% |
|Text button|0|0%| | Text button | 0 | 0% |
|Standard side sheet|0|0%| | Standard side sheet | 0 | 0% |
Reference: Reference:
- [Material Design - UI](https://m2.material.io/design/environment/elevation.html) - [Material Design - UI](https://m2.material.io/design/environment/elevation.html)
- [Material Design - Dark Theme](https://m2.material.io/design/color/dark-theme.html) - [Material Design - Dark Theme](https://m2.material.io/design/color/dark-theme.html)