跳到主要内容

UI Awesome

Reading

  • The Nine States of Design
    • Nothing/Before - An empty element
    • Loading - A fetch is happening
    • None - No items returned
    • One - A single item comes back
    • Some - A few items comes back
    • Too Many - Too many items, need pagination (or similar)
    • Incorrect - An error occurred
    • Correct - A success happened
    • Done - The operation finished
  • https://daverupert.com/2024/02/ui-states/
    • First-party - Global/Page/Component/Element
    • Second-party - user or device
      • language & localization
      • device constraints
      • Modalities - input & output
      • browser
        • user preferences
        • features & functionality
        • permissions
        • plugins
      • user state - 现实中的状态
        • Availability/Status
        • Script injections
    • Third-party service states
  • https://blog.jim-nielsen.com/2024/ui-fn-org/