Skip to content

UI Improvement , Pagination and Manifest assets #177

Description

@mskian

Front-end UI Need Some Improvements

  • Multi-line text Display (default one Shows in single Line)
.push-message {
    white-space: pre-line;
}
  • Add pagination
  • Manifest Desktop Preview image Wrong folder path
/assets/icons/desktop-screenshot.png
{
  "name": "notify app",
  "short_name": "notify",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#000",
  "theme_color": "#000",
  "categories": [
    "utilities",
    "productivity"
  ],
  "description": "Notify is a simple app that allows you to receive notifications from a webhook.",
  "icons": [
    {
      "src": "/assets/notify_big.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/notify_big.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/icons/notify_small.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/notify_small.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/screenshots/mobile-screenshot.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "App screenshot with example notification",
      "platform": "ios"
    },
    {
      "src": "/assets/screenshots/mobile-screenshot.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "App screenshot with example notification",
      "platform": "android"
    },
    {
      "src": "/assets/icons/desktop-screenshot.png",
      "sizes": "2038x1301",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Home screen of Awesome App",
      "platform": "windows"
    },
    {
      "src": "/assets/icons/desktop-screenshot.png",
      "sizes": "2038x1301",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Home screen of Awesome App",
      "platform": "macos"
    }
  ]
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions