Skip to content

Commit

Permalink
Deploying to preview-env from @ ae014e2 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Oct 19, 2024
1 parent fa6e526 commit 06ce205
Show file tree
Hide file tree
Showing 37 changed files with 940 additions and 0 deletions.
16 changes: 16 additions & 0 deletions feature/remove-rows/.htaccess
Original file line number Diff line number Diff line change
@@ -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]
823 changes: 823 additions & 0 deletions feature/remove-rows/assets/index-CR4lUg_D.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions feature/remove-rows/assets/index-lUl0vFbZ.css

Large diffs are not rendered by default.

Binary file added feature/remove-rows/favicon.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added feature/remove-rows/favicon.ico
Binary file not shown.
Binary file added feature/remove-rows/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions feature/remove-rows/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added feature/remove-rows/icons/icon-1024x1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added feature/remove-rows/icons/icon-114x114.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added feature/remove-rows/icons/icon-120x120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added feature/remove-rows/icons/icon-128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added feature/remove-rows/icons/icon-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added feature/remove-rows/icons/icon-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added feature/remove-rows/icons/icon-152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added feature/remove-rows/icons/icon-160x160.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added feature/remove-rows/icons/icon-167x167.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added feature/remove-rows/icons/icon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added feature/remove-rows/icons/icon-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added feature/remove-rows/icons/icon-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added feature/remove-rows/icons/icon-196x196.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added feature/remove-rows/icons/icon-228x228.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added feature/remove-rows/icons/icon-24x24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added feature/remove-rows/icons/icon-256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added feature/remove-rows/icons/icon-310x310.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added feature/remove-rows/icons/icon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added feature/remove-rows/icons/icon-384x384.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added feature/remove-rows/icons/icon-40x40.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added feature/remove-rows/icons/icon-48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added feature/remove-rows/icons/icon-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added feature/remove-rows/icons/icon-60x60.png
Binary file added feature/remove-rows/icons/icon-64x64.png
Binary file added feature/remove-rows/icons/icon-72x72.png
Binary file added feature/remove-rows/icons/icon-76x76.png
Binary file added feature/remove-rows/icons/icon-96x96.png
91 changes: 91 additions & 0 deletions feature/remove-rows/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="theme-color" content="#4696e5">

<!--
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
-->
<link rel="manifest" href="/manifest.json" crossorigin="use-credentials">

<!-- FavIcon itself -->
<link rel="icon" type="image/x-icon" href="/shlink-web-client/feature/remove-rows/favicon.ico">
<link rel="icon" type="image/svg+xml" href="/shlink-web-client/feature/remove-rows/favicon.svg" sizes="any">
<link rel="icon" type="image/png" href="/shlink-web-client/feature/remove-rows/favicon.png">
<link rel="icon" type="image/gif" href="/shlink-web-client/feature/remove-rows/favicon.gif">
<!-- Apple Touch -->
<link rel="apple-touch-icon" sizes="16x16" href="/shlink-web-client/feature/remove-rows/icons/icon-16x16.png">
<link rel="apple-touch-icon" sizes="24x24" href="/shlink-web-client/feature/remove-rows/icons/icon-24x24.png">
<link rel="apple-touch-icon" sizes="32x32" href="/shlink-web-client/feature/remove-rows/icons/icon-32x32.png">
<link rel="apple-touch-icon" sizes="40x40" href="/shlink-web-client/feature/remove-rows/icons/icon-40x40.png">
<link rel="apple-touch-icon" sizes="48x48" href="/shlink-web-client/feature/remove-rows/icons/icon-48x48.png">
<link rel="apple-touch-icon" sizes="60x60" href="/shlink-web-client/feature/remove-rows/icons/icon-60x60.png">
<link rel="apple-touch-icon" sizes="64x64" href="/shlink-web-client/feature/remove-rows/icons/icon-64x64.png">
<link rel="apple-touch-icon" sizes="72x72" href="/shlink-web-client/feature/remove-rows/icons/icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/shlink-web-client/feature/remove-rows/icons/icon-76x76.png">
<link rel="apple-touch-icon" sizes="96x96" href="/shlink-web-client/feature/remove-rows/icons/icon-96x96.png">
<link rel="apple-touch-icon" sizes="114x114" href="/shlink-web-client/feature/remove-rows/icons/icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/shlink-web-client/feature/remove-rows/icons/icon-120x120.png">
<link rel="apple-touch-icon" sizes="128x128" href="/shlink-web-client/feature/remove-rows/icons/icon-128x128.png">
<link rel="apple-touch-icon" sizes="144x144" href="/shlink-web-client/feature/remove-rows/icons/icon-144x144.png">
<link rel="apple-touch-icon" sizes="150x150" href="/shlink-web-client/feature/remove-rows/icons/icon-150x150.png">
<link rel="apple-touch-icon" sizes="152x152" href="/shlink-web-client/feature/remove-rows/icons/icon-152x152.png">
<link rel="apple-touch-icon" sizes="160x160" href="/shlink-web-client/feature/remove-rows/icons/icon-160x160.png">
<link rel="apple-touch-icon" sizes="167x167" href="/shlink-web-client/feature/remove-rows/icons/icon-167x167.png">
<link rel="apple-touch-icon" sizes="180x180" href="/shlink-web-client/feature/remove-rows/icons/icon-180x180.png">
<link rel="apple-touch-icon" sizes="192x192" href="/shlink-web-client/feature/remove-rows/icons/icon-192x192.png">
<link rel="apple-touch-icon" sizes="196x196" href="/shlink-web-client/feature/remove-rows/icons/icon-196x196.png">
<link rel="apple-touch-icon" sizes="228x228" href="/shlink-web-client/feature/remove-rows/icons/icon-228x228.png">
<link rel="apple-touch-icon" sizes="256x256" href="/shlink-web-client/feature/remove-rows/icons/icon-256x256.png">
<link rel="apple-touch-icon" sizes="310x310" href="/shlink-web-client/feature/remove-rows/icons/icon-310x310.png">
<link rel="apple-touch-icon" sizes="384x384" href="/shlink-web-client/feature/remove-rows/icons/icon-384x384.png">
<link rel="apple-touch-icon" sizes="512x512" href="/shlink-web-client/feature/remove-rows/icons/icon-512x512.png">
<link rel="apple-touch-icon" sizes="1024x1024" href="/shlink-web-client/feature/remove-rows/icons/icon-1024x1024.png">
<!-- Normal -->
<link rel="icon" type="image/png" sizes="1024x1024" href="/shlink-web-client/feature/remove-rows/icons/icon-1024x1024.png">
<link rel="icon" type="image/png" sizes="512x512" href="/shlink-web-client/feature/remove-rows/icons/icon-512x512.png">
<link rel="icon" type="image/png" sizes="384x384" href="/shlink-web-client/feature/remove-rows/icons/icon-384x384.png">
<link rel="icon" type="image/png" sizes="310x310" href="/shlink-web-client/feature/remove-rows/icons/icon-310x310.png">
<link rel="icon" type="image/png" sizes="256x256" href="/shlink-web-client/feature/remove-rows/icons/icon-256x256.png">
<link rel="icon" type="image/png" sizes="228x228" href="/shlink-web-client/feature/remove-rows/icons/icon-228x228.png">
<link rel="icon" type="image/png" sizes="196x196" href="/shlink-web-client/feature/remove-rows/icons/icon-196x196.png">
<link rel="icon" type="image/png" sizes="192x192" href="/shlink-web-client/feature/remove-rows/icons/icon-192x192.png">
<link rel="icon" type="image/png" sizes="180x180" href="/shlink-web-client/feature/remove-rows/icons/icon-180x180.png">
<link rel="icon" type="image/png" sizes="167x167" href="/shlink-web-client/feature/remove-rows/icons/icon-167x167.png">
<link rel="icon" type="image/png" sizes="160x160" href="/shlink-web-client/feature/remove-rows/icons/icon-160x160.png">
<link rel="icon" type="image/png" sizes="152x152" href="/shlink-web-client/feature/remove-rows/icons/icon-152x152.png">
<link rel="icon" type="image/png" sizes="150x150" href="/shlink-web-client/feature/remove-rows/icons/icon-150x150.png">
<link rel="icon" type="image/png" sizes="144x144" href="/shlink-web-client/feature/remove-rows/icons/icon-144x144.png">
<link rel="icon" type="image/png" sizes="128x128" href="/shlink-web-client/feature/remove-rows/icons/icon-128x128.png">
<link rel="icon" type="image/png" sizes="120x120" href="/shlink-web-client/feature/remove-rows/icons/icon-120x120.png">
<link rel="icon" type="image/png" sizes="114x114" href="/shlink-web-client/feature/remove-rows/icons/icon-114x114.png">
<link rel="icon" type="image/png" sizes="96x96" href="/shlink-web-client/feature/remove-rows/icons/icon-96x96.png">
<link rel="icon" type="image/png" sizes="76x76" href="/shlink-web-client/feature/remove-rows/icons/icon-76x76.png">
<link rel="icon" type="image/png" sizes="72x72" href="/shlink-web-client/feature/remove-rows/icons/icon-72x72.png">
<link rel="icon" type="image/png" sizes="64x64" href="/shlink-web-client/feature/remove-rows/icons/icon-64x64.png">
<link rel="icon" type="image/png" sizes="60x60" href="/shlink-web-client/feature/remove-rows/icons/icon-60x60.png">
<link rel="icon" type="image/png" sizes="48x48" href="/shlink-web-client/feature/remove-rows/icons/icon-48x48.png">
<link rel="icon" type="image/png" sizes="40x40" href="/shlink-web-client/feature/remove-rows/icons/icon-40x40.png">
<link rel="icon" type="image/png" sizes="32x32" href="/shlink-web-client/feature/remove-rows/icons/icon-32x32.png">
<link rel="icon" type="image/png" sizes="24x24" href="/shlink-web-client/feature/remove-rows/icons/icon-24x24.png">
<link rel="icon" type="image/png" sizes="16x16" href="/shlink-web-client/feature/remove-rows/icons/icon-16x16.png">
<!-- MS -->
<meta name="msapplication-TileImage" content="/icons/icon-144x144.png">
<meta name="msapplication-square70x70logo" content="/icons/icon-70x70.png">
<meta name="msapplication-square144x144logo" content="/icons/icon-144x144.png">
<meta name="msapplication-square150x150logo" content="/icons/icon-150x150.png">
<meta name="msapplication-square310x310logo" content="/icons/icon-310x310.png">
<title>Shlink — The URL shortener</title>
<script type="module" crossorigin src="/shlink-web-client/feature/remove-rows/assets/index-CR4lUg_D.js"></script>
<link rel="stylesheet" crossorigin href="/shlink-web-client/feature/remove-rows/assets/index-lUl0vFbZ.css">
<link rel="manifest" href="/shlink-web-client/feature/remove-rows/manifest.json"></head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
</body>
</html>
1 change: 1 addition & 0 deletions feature/remove-rows/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"Shlink","short_name":"Shlink","start_url":"/","display":"standalone","background_color":"#4696e5","lang":"en","scope":"/shlink-web-client/feature/remove-rows/","theme_color":"#4696e5","icons":[{"src":"./icons/icon-16x16.png","type":"image/png","sizes":"16x16"},{"src":"./icons/icon-24x24.png","type":"image/png","sizes":"24x24"},{"src":"./icons/icon-32x32.png","type":"image/png","sizes":"32x32"},{"src":"./icons/icon-40x40.png","type":"image/png","sizes":"40x40"},{"src":"./icons/icon-48x48.png","type":"image/png","sizes":"48x48"},{"src":"./icons/icon-60x60.png","type":"image/png","sizes":"60x60"},{"src":"./icons/icon-64x64.png","type":"image/png","sizes":"64x64"},{"src":"./icons/icon-72x72.png","type":"image/png","sizes":"72x72"},{"src":"./icons/icon-76x76.png","type":"image/png","sizes":"76x76"},{"src":"./icons/icon-96x96.png","type":"image/png","sizes":"96x96"},{"src":"./icons/icon-114x114.png","type":"image/png","sizes":"114x114"},{"src":"./icons/icon-120x120.png","type":"image/png","sizes":"120x120"},{"src":"./icons/icon-128x128.png","type":"image/png","sizes":"128x128"},{"src":"./icons/icon-144x144.png","type":"image/png","sizes":"144x144"},{"src":"./icons/icon-150x150.png","type":"image/png","sizes":"150x150"},{"src":"./icons/icon-152x152.png","type":"image/png","sizes":"152x152"},{"src":"./icons/icon-160x160.png","type":"image/png","sizes":"160x160"},{"src":"./icons/icon-167x167.png","type":"image/png","sizes":"167x167"},{"src":"./icons/icon-180x180.png","type":"image/png","sizes":"180x180"},{"src":"./icons/icon-192x192.png","type":"image/png","sizes":"192x192"},{"src":"./icons/icon-196x196.png","type":"image/png","sizes":"196x196"},{"src":"./icons/icon-228x228.png","type":"image/png","sizes":"228x228"},{"src":"./icons/icon-256x256.png","type":"image/png","sizes":"256x256"},{"src":"./icons/icon-310x310.png","type":"image/png","sizes":"310x310"},{"src":"./icons/icon-384x384.png","type":"image/png","sizes":"384x384"},{"src":"./icons/icon-512x512.png","type":"image/png","sizes":"512x512"},{"src":"./icons/icon-1024x1024.png","type":"image/png","sizes":"1024x1024"}]}
2 changes: 2 additions & 0 deletions feature/remove-rows/service-worker.js

Large diffs are not rendered by default.

0 comments on commit 06ce205

Please sign in to comment.