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
}
},
{
"id": "fcbaa4342b37cadf",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "games/persona-5-royal-launch-edition.md",
"mode": "source",
"source": false
}
}
}
],
"currentTab": 1,
"stacked": true
}
],
@ -99,7 +86,7 @@
"state": {
"type": "backlink",
"state": {
"file": "games/persona-5-royal-launch-edition.md",
"file": "projects/games.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@ -116,7 +103,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "games/persona-5-royal-launch-edition.md",
"file": "projects/games.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
@ -139,7 +126,7 @@
"state": {
"type": "outline",
"state": {
"file": "games/persona-5-royal-launch-edition.md"
"file": "projects/games.md"
}
}
},
@ -172,14 +159,14 @@
"dbfolder:Create a new database table": false
}
},
"active": "fcbaa4342b37cadf",
"active": "fefb57826a3809d6",
"lastOpenFiles": [
"projects/games.md",
"games/persona-5.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",
"games/metroid-prime-remastered.md",
"games/persona-5-royal-launch-edition.md",
"games/persona-5-royal.md",
"games/nier-automata.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
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
|Component|Default elevation values (dp)|White overlay transparency|
|---|---|---|
|Dialog|24|16%|
|Modal bottom sheet Modal side sheet|16|15%|
|Navigation drawer|16|15%|
|Floating action button (FAB - pressed)|12|14%|
|Standard bottom sheet Standard side sheet|8|12%|
|Bottom navigation bar|8|12%|
|Bottom app bar|8|12%|
|Menus and sub menus|8|12%|
|Card (when picked up)|8|12%|
|Contained button (pressed state)|8|12%|
|Floating action button (FAB - resting elevation) Snackbar|6|11%|
|Top app bar (scrolled state)|4|9%|
|Top app bar (resting elevation)|0 or 4|0% - 9%|
|Refresh indicator Search bar (scrolled state)|3|8%|
|Contained button (resting elevation)|2|7%|
|Search bar (resting elevation)|1|5%|
|Card (resting elevation)|1|5%|
|Switch|1|5%|
|Text button|0|0%|
|Standard side sheet|0|0%|
| Component | Default elevation values (dp) | White overlay transparency |
| --------------------------------------------------------- | ----------------------------- | -------------------------- |
| Dialog | 24 | 16% |
| Modal bottom sheet Modal side sheet | 16 | 15% |
| Navigation drawer | 16 | 15% |
| Floating action button (FAB - pressed) | 12 | 14% |
| Standard bottom sheet Standard side sheet | 8 | 12% |
| Bottom navigation bar | 8 | 12% |
| Bottom app bar | 8 | 12% |
| Menus and sub menus | 8 | 12% |
| Card (when picked up) | 8 | 12% |
| Contained button (pressed state) | 8 | 12% |
| Floating action button (FAB - resting elevation) Snackbar | 6 | 11% |
| Top app bar (scrolled state) | 4 | 9% |
| Top app bar (resting elevation) | 0 or 4 | 0% - 9% |
| Refresh indicator Search bar (scrolled state) | 3 | 8% |
| Contained button (resting elevation) | 2 | 7% |
| Search bar (resting elevation) | 1 | 5% |
| Card (resting elevation) | 1 | 5% |
| Switch | 1 | 5% |
| Text button | 0 | 0% |
| Standard side sheet | 0 | 0% |
Reference:
- [Material Design - UI](https://m2.material.io/design/environment/elevation.html)
- [Material Design - Dark Theme](https://m2.material.io/design/color/dark-theme.html)