diff --git a/feature/tags-mode/.htaccess b/feature/tags-mode/.htaccess new file mode 100644 index 00000000..680e1a5e --- /dev/null +++ b/feature/tags-mode/.htaccess @@ -0,0 +1,16 @@ +RewriteEngine on +RewriteBase / + +# do not do anything for already existing files +RewriteCond %{REQUEST_FILENAME} -f [OR] +RewriteCond %{REQUEST_FILENAME} -l [OR] +RewriteCond %{REQUEST_FILENAME} -d +RewriteRule (.*) - [L] + +# if request is no valid file NOR directory +RewriteCond %{REQUEST_FILENAME} !-f +RewriteCond %{REQUEST_FILENAME} !-d +# if static asset do not do anything +RewriteRule (.*)(css|js|html|png|jpe?g|gif|bmp|ico|json|csv|otf|eot|svg|svgz|ttf|woff|woff2|ijmap|pdf|tif|map) - [NC,L,R=404] +# everything else should be redirected to /index.html so it can be routed by it +RewriteRule (.*) /index.html [L] diff --git a/feature/tags-mode/asset-manifest.json b/feature/tags-mode/asset-manifest.json new file mode 100644 index 00000000..a11da952 --- /dev/null +++ b/feature/tags-mode/asset-manifest.json @@ -0,0 +1,14 @@ +{ + "main.css": "/shlink-web-client/feature/tags-mode/static/css/main.1e1efeee.chunk.css", + "main.js": "/shlink-web-client/feature/tags-mode/static/js/main.37691bcc.chunk.js", + "main.js.map": "/shlink-web-client/feature/tags-mode/static/js/main.37691bcc.chunk.js.map", + "runtime~main.js": "/shlink-web-client/feature/tags-mode/static/js/runtime~main.12d1fb7e.js", + "runtime~main.js.map": "/shlink-web-client/feature/tags-mode/static/js/runtime~main.12d1fb7e.js.map", + "static/css/2.04c5acbe.chunk.css": "/shlink-web-client/feature/tags-mode/static/css/2.04c5acbe.chunk.css", + "static/js/2.6109b417.chunk.js": "/shlink-web-client/feature/tags-mode/static/js/2.6109b417.chunk.js", + "static/js/2.6109b417.chunk.js.map": "/shlink-web-client/feature/tags-mode/static/js/2.6109b417.chunk.js.map", + "index.html": "/shlink-web-client/feature/tags-mode/index.html", + "static/css/2.04c5acbe.chunk.css.map": "/shlink-web-client/feature/tags-mode/static/css/2.04c5acbe.chunk.css.map", + "static/css/main.1e1efeee.chunk.css.map": "/shlink-web-client/feature/tags-mode/static/css/main.1e1efeee.chunk.css.map", + "static/js/2.6109b417.chunk.js.LICENSE.txt": "/shlink-web-client/feature/tags-mode/static/js/2.6109b417.chunk.js.LICENSE.txt" +} \ No newline at end of file diff --git a/feature/tags-mode/favicon.gif b/feature/tags-mode/favicon.gif new file mode 100644 index 00000000..dcf57c87 Binary files /dev/null and b/feature/tags-mode/favicon.gif differ diff --git a/feature/tags-mode/favicon.ico b/feature/tags-mode/favicon.ico new file mode 100644 index 00000000..25764c30 Binary files /dev/null and b/feature/tags-mode/favicon.ico differ diff --git a/feature/tags-mode/favicon.png b/feature/tags-mode/favicon.png new file mode 100644 index 00000000..25764c30 Binary files /dev/null and b/feature/tags-mode/favicon.png differ diff --git a/feature/tags-mode/favicon.svg b/feature/tags-mode/favicon.svg new file mode 100644 index 00000000..5a085bcb --- /dev/null +++ b/feature/tags-mode/favicon.svg @@ -0,0 +1 @@ + diff --git a/feature/tags-mode/icons/icon-1024x1024.png b/feature/tags-mode/icons/icon-1024x1024.png new file mode 100644 index 00000000..e468ac0a Binary files /dev/null and b/feature/tags-mode/icons/icon-1024x1024.png differ diff --git a/feature/tags-mode/icons/icon-114x114.png b/feature/tags-mode/icons/icon-114x114.png new file mode 100644 index 00000000..fa813ad5 Binary files /dev/null and b/feature/tags-mode/icons/icon-114x114.png differ diff --git a/feature/tags-mode/icons/icon-120x120.png b/feature/tags-mode/icons/icon-120x120.png new file mode 100644 index 00000000..5e84efc7 Binary files /dev/null and b/feature/tags-mode/icons/icon-120x120.png differ diff --git a/feature/tags-mode/icons/icon-128x128.png b/feature/tags-mode/icons/icon-128x128.png new file mode 100644 index 00000000..25764c30 Binary files /dev/null and b/feature/tags-mode/icons/icon-128x128.png differ diff --git a/feature/tags-mode/icons/icon-144x144.png b/feature/tags-mode/icons/icon-144x144.png new file mode 100644 index 00000000..5ca0d1e6 Binary files /dev/null and b/feature/tags-mode/icons/icon-144x144.png differ diff --git a/feature/tags-mode/icons/icon-150x150.png b/feature/tags-mode/icons/icon-150x150.png new file mode 100644 index 00000000..491fcba7 Binary files /dev/null and b/feature/tags-mode/icons/icon-150x150.png differ diff --git a/feature/tags-mode/icons/icon-152x152.png b/feature/tags-mode/icons/icon-152x152.png new file mode 100644 index 00000000..e2f866af Binary files /dev/null and b/feature/tags-mode/icons/icon-152x152.png differ diff --git a/feature/tags-mode/icons/icon-160x160.png b/feature/tags-mode/icons/icon-160x160.png new file mode 100644 index 00000000..b34653a9 Binary files /dev/null and b/feature/tags-mode/icons/icon-160x160.png differ diff --git a/feature/tags-mode/icons/icon-167x167.png b/feature/tags-mode/icons/icon-167x167.png new file mode 100644 index 00000000..d8720d36 Binary files /dev/null and b/feature/tags-mode/icons/icon-167x167.png differ diff --git a/feature/tags-mode/icons/icon-16x16.png b/feature/tags-mode/icons/icon-16x16.png new file mode 100644 index 00000000..81457cbf Binary files /dev/null and b/feature/tags-mode/icons/icon-16x16.png differ diff --git a/feature/tags-mode/icons/icon-180x180.png b/feature/tags-mode/icons/icon-180x180.png new file mode 100644 index 00000000..9b7a9547 Binary files /dev/null and b/feature/tags-mode/icons/icon-180x180.png differ diff --git a/feature/tags-mode/icons/icon-192x192.png b/feature/tags-mode/icons/icon-192x192.png new file mode 100644 index 00000000..36a0ac72 Binary files /dev/null and b/feature/tags-mode/icons/icon-192x192.png differ diff --git a/feature/tags-mode/icons/icon-196x196.png b/feature/tags-mode/icons/icon-196x196.png new file mode 100644 index 00000000..48338127 Binary files /dev/null and b/feature/tags-mode/icons/icon-196x196.png differ diff --git a/feature/tags-mode/icons/icon-228x228.png b/feature/tags-mode/icons/icon-228x228.png new file mode 100644 index 00000000..0edc6b54 Binary files /dev/null and b/feature/tags-mode/icons/icon-228x228.png differ diff --git a/feature/tags-mode/icons/icon-24x24.png b/feature/tags-mode/icons/icon-24x24.png new file mode 100644 index 00000000..0fba91d4 Binary files /dev/null and b/feature/tags-mode/icons/icon-24x24.png differ diff --git a/feature/tags-mode/icons/icon-256x256.png b/feature/tags-mode/icons/icon-256x256.png new file mode 100644 index 00000000..ff7c3d12 Binary files /dev/null and b/feature/tags-mode/icons/icon-256x256.png differ diff --git a/feature/tags-mode/icons/icon-310x310.png b/feature/tags-mode/icons/icon-310x310.png new file mode 100644 index 00000000..1a84f69d Binary files /dev/null and b/feature/tags-mode/icons/icon-310x310.png differ diff --git a/feature/tags-mode/icons/icon-32x32.png b/feature/tags-mode/icons/icon-32x32.png new file mode 100644 index 00000000..6255cf37 Binary files /dev/null and b/feature/tags-mode/icons/icon-32x32.png differ diff --git a/feature/tags-mode/icons/icon-384x384.png b/feature/tags-mode/icons/icon-384x384.png new file mode 100644 index 00000000..12f79c11 Binary files /dev/null and b/feature/tags-mode/icons/icon-384x384.png differ diff --git a/feature/tags-mode/icons/icon-40x40.png b/feature/tags-mode/icons/icon-40x40.png new file mode 100644 index 00000000..1718864c Binary files /dev/null and b/feature/tags-mode/icons/icon-40x40.png differ diff --git a/feature/tags-mode/icons/icon-48x48.png b/feature/tags-mode/icons/icon-48x48.png new file mode 100644 index 00000000..b94d23d8 Binary files /dev/null and b/feature/tags-mode/icons/icon-48x48.png differ diff --git a/feature/tags-mode/icons/icon-512x512.png b/feature/tags-mode/icons/icon-512x512.png new file mode 100644 index 00000000..5d3ee53a Binary files /dev/null and b/feature/tags-mode/icons/icon-512x512.png differ diff --git a/feature/tags-mode/icons/icon-60x60.png b/feature/tags-mode/icons/icon-60x60.png new file mode 100644 index 00000000..80ac238d Binary files /dev/null and b/feature/tags-mode/icons/icon-60x60.png differ diff --git a/feature/tags-mode/icons/icon-64x64.png b/feature/tags-mode/icons/icon-64x64.png new file mode 100644 index 00000000..86481ca9 Binary files /dev/null and b/feature/tags-mode/icons/icon-64x64.png differ diff --git a/feature/tags-mode/icons/icon-72x72.png b/feature/tags-mode/icons/icon-72x72.png new file mode 100644 index 00000000..60c1537f Binary files /dev/null and b/feature/tags-mode/icons/icon-72x72.png differ diff --git a/feature/tags-mode/icons/icon-76x76.png b/feature/tags-mode/icons/icon-76x76.png new file mode 100644 index 00000000..91a8ea6b Binary files /dev/null and b/feature/tags-mode/icons/icon-76x76.png differ diff --git a/feature/tags-mode/icons/icon-96x96.png b/feature/tags-mode/icons/icon-96x96.png new file mode 100644 index 00000000..7701826c Binary files /dev/null and b/feature/tags-mode/icons/icon-96x96.png differ diff --git a/feature/tags-mode/index.html b/feature/tags-mode/index.html new file mode 100644 index 00000000..886dc9c7 --- /dev/null +++ b/feature/tags-mode/index.html @@ -0,0 +1 @@ +
`s get reset. However, we also reset the\n// bottom margin to use `rem` units instead of `em`.\np {\n margin-top: 0;\n margin-bottom: $paragraph-margin-bottom;\n}\n\n// Abbreviations\n//\n// 1. Duplicate behavior to the data-* attribute for our tooltip plugin\n// 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n// 3. Add explicit cursor to indicate changed behavior.\n// 4. Remove the bottom border in Firefox 39-.\n// 5. Prevent the text-decoration to be skipped.\n\nabbr[title],\nabbr[data-original-title] { // 1\n text-decoration: underline; // 2\n text-decoration: underline dotted; // 2\n cursor: help; // 3\n border-bottom: 0; // 4\n text-decoration-skip-ink: none; // 5\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: $dt-font-weight;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0; // Undo browser default\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: $font-weight-bolder; // Add the correct font weight in Chrome, Edge, and Safari\n}\n\nsmall {\n @include font-size(80%); // Add the correct font size in all browsers\n}\n\n//\n// Prevent `sub` and `sup` elements from affecting the line height in\n// all browsers.\n//\n\nsub,\nsup {\n position: relative;\n @include font-size(75%);\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub { bottom: -.25em; }\nsup { top: -.5em; }\n\n\n//\n// Links\n//\n\na {\n color: $link-color;\n text-decoration: $link-decoration;\n background-color: transparent; // Remove the gray background on active links in IE 10.\n\n @include hover() {\n color: $link-hover-color;\n text-decoration: $link-hover-decoration;\n }\n}\n\n// And undo these styles for placeholder links/named anchors (without href).\n// It would be more straightforward to just use a[href] in previous block, but that\n// causes specificity issues in many other styles that are too complex to fix.\n// See https://github.com/twbs/bootstrap/issues/19402\n\na:not([href]):not([class]) {\n color: inherit;\n text-decoration: none;\n\n @include hover() {\n color: inherit;\n text-decoration: none;\n }\n}\n\n\n//\n// Code\n//\n\npre,\ncode,\nkbd,\nsamp {\n font-family: $font-family-monospace;\n @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\n}\n\npre {\n // Remove browser default top margin\n margin-top: 0;\n // Reset browser default of `1em` to use `rem`s\n margin-bottom: 1rem;\n // Don't allow content to break outside\n overflow: auto;\n // Disable auto-hiding scrollbar in IE & legacy Edge to avoid overlap,\n // making it impossible to interact with the content\n -ms-overflow-style: scrollbar;\n}\n\n\n//\n// Figures\n//\n\nfigure {\n // Apply a consistent margin strategy (matches our type styles).\n margin: 0 0 1rem;\n}\n\n\n//\n// Images and content\n//\n\nimg {\n vertical-align: middle;\n border-style: none; // Remove the border on images inside links in IE 10-.\n}\n\nsvg {\n // Workaround for the SVG overflow bug in IE10/11 is still required.\n // See https://github.com/twbs/bootstrap/issues/26878\n overflow: hidden;\n vertical-align: middle;\n}\n\n\n//\n// Tables\n//\n\ntable {\n border-collapse: collapse; // Prevent double borders\n}\n\ncaption {\n padding-top: $table-cell-padding;\n padding-bottom: $table-cell-padding;\n color: $table-caption-color;\n text-align: left;\n caption-side: bottom;\n}\n\n// 1. Removes font-weight bold by inheriting\n// 2. Matches default `