[PR #1] [MERGED] Add initial layout #26

Closed
opened 2026-02-27 23:20:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/spatie/dnsrecords.io/pull/1
Author: @willemvb
Created: 10/26/2017
Status: Merged
Merged: 10/26/2017
Merged by: @freekmurze

Base: masterHead: initial-layout


📝 Commits (2)

  • 0540c9a Add initial layout
  • be71707 Update focus script when scrolling horizontally

📊 Changes

30 files changed (+302 additions, -81 deletions)

View changed files

public/android-chrome-192x192.png (+0 -0)
public/android-chrome-512x512.png (+0 -0)
public/apple-touch-icon.png (+0 -0)
public/browserconfig.xml (+9 -0)
public/favicon-16x16.png (+0 -0)
public/favicon-32x32.png (+0 -0)
📝 public/favicon.ico (+0 -0)
public/manifest.json (+18 -0)
public/mstile-150x150.png (+0 -0)
public/safari-pinned-tab.svg (+22 -0)
📝 resources/assets/css/app.css (+3 -1)
resources/assets/css/base/a.css (+3 -0)
resources/assets/css/base/body.css (+4 -0)
resources/assets/css/base/headings.css (+8 -0)
resources/assets/css/base/html.css (+13 -0)
resources/assets/css/base/input.css (+73 -0)
resources/assets/css/base/selection.css (+7 -0)
resources/assets/css/base/universal.css (+28 -0)
resources/assets/css/components/footer.css (+5 -0)
resources/assets/css/components/header.css (+3 -0)

...and 10 more files

📄 Description

Changes

  • Added favicons
  • Added layout
  • Added scripts to focus on input, except when user highlights the results
  • Removed flash message

TBD

  • Do we need a simple warning when input is given, but incorrect / without results?
  • Responsive: scroll entire page, or just result horizontally?

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/spatie/dnsrecords.io/pull/1 **Author:** [@willemvb](https://github.com/willemvb) **Created:** 10/26/2017 **Status:** ✅ Merged **Merged:** 10/26/2017 **Merged by:** [@freekmurze](https://github.com/freekmurze) **Base:** `master` ← **Head:** `initial-layout` --- ### 📝 Commits (2) - [`0540c9a`](https://github.com/spatie/dnsrecords.io/commit/0540c9a87beadceaa864e8605a284be4a0eef851) Add initial layout - [`be71707`](https://github.com/spatie/dnsrecords.io/commit/be71707252e0592b761a2a6fd1f58376564b49a5) Update focus script when scrolling horizontally ### 📊 Changes **30 files changed** (+302 additions, -81 deletions) <details> <summary>View changed files</summary> ➕ `public/android-chrome-192x192.png` (+0 -0) ➕ `public/android-chrome-512x512.png` (+0 -0) ➕ `public/apple-touch-icon.png` (+0 -0) ➕ `public/browserconfig.xml` (+9 -0) ➕ `public/favicon-16x16.png` (+0 -0) ➕ `public/favicon-32x32.png` (+0 -0) 📝 `public/favicon.ico` (+0 -0) ➕ `public/manifest.json` (+18 -0) ➕ `public/mstile-150x150.png` (+0 -0) ➕ `public/safari-pinned-tab.svg` (+22 -0) 📝 `resources/assets/css/app.css` (+3 -1) ➕ `resources/assets/css/base/a.css` (+3 -0) ➕ `resources/assets/css/base/body.css` (+4 -0) ➕ `resources/assets/css/base/headings.css` (+8 -0) ➕ `resources/assets/css/base/html.css` (+13 -0) ➕ `resources/assets/css/base/input.css` (+73 -0) ➕ `resources/assets/css/base/selection.css` (+7 -0) ➕ `resources/assets/css/base/universal.css` (+28 -0) ➕ `resources/assets/css/components/footer.css` (+5 -0) ➕ `resources/assets/css/components/header.css` (+3 -0) _...and 10 more files_ </details> ### 📄 Description ### Changes - Added favicons - Added layout - Added scripts to focus on input, except when user highlights the results - Removed flash message ### TBD - Do we need a simple warning when input is given, but incorrect / without results? - Responsive: scroll entire page, or just result horizontally? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 23:20:06 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dnsrecords.io#26
No description provided.