mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
prepare for release
This commit is contained in:
2
apps/mobile/.gitignore
vendored
2
apps/mobile/.gitignore
vendored
@@ -34,8 +34,6 @@ build/
|
||||
.gradle
|
||||
local.properties
|
||||
*.iml
|
||||
web.bundle/
|
||||
web.bundle
|
||||
# node.js
|
||||
#
|
||||
node_modules/
|
||||
|
||||
@@ -3,7 +3,7 @@ import { FeatureType } from './src/components/sheets/new-feature';
|
||||
export const features: FeatureType[] = [
|
||||
{
|
||||
title: 'A brand new editor',
|
||||
body: 'We have switched to a completely new editor for Notesnook. Why? Because we wanted something that was extensible and future proof so that we could build amazing features fast!'
|
||||
body: 'We have switched to a completely new editor for Notesnook. Why? Because we wanted something that was extensible and future proof.'
|
||||
},
|
||||
{
|
||||
title: 'Configurable toolbar',
|
||||
@@ -17,6 +17,10 @@ export const features: FeatureType[] = [
|
||||
title: 'Task list',
|
||||
body: 'A new task list that keeps track of your progess and supports reordering items with drag & drop.'
|
||||
},
|
||||
{
|
||||
title: 'Math support',
|
||||
body: 'Inline and multi-line math support is here using KaTex.'
|
||||
},
|
||||
{
|
||||
title: 'Overhaul Settings UI',
|
||||
body: 'New Settings that are more organized and look miles better than before.'
|
||||
|
||||
11
apps/mobile/tests.txt
Normal file
11
apps/mobile/tests.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
1. Attach image from gallery
|
||||
2. Attacah image from camera
|
||||
3. Add a file
|
||||
4. Logout
|
||||
5. Login
|
||||
6. Image download progress
|
||||
7. Attachment download progress
|
||||
|
||||
// Issues
|
||||
|
||||
1. Attachment properties are not opening
|
||||
23
apps/mobile/web.bundle/asset-manifest.json
Normal file
23
apps/mobile/web.bundle/asset-manifest.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"files": {
|
||||
"static/js/0.5eeb08ce.chunk.js": "./static/js/0.5eeb08ce.chunk.js",
|
||||
"main.css": "./static/css/main.f2465fba.chunk.css",
|
||||
"main.js": "./static/js/main.f99b17c3.chunk.js",
|
||||
"runtime-main.js": "./static/js/runtime-main.bd5c4477.js",
|
||||
"static/css/3.c1694623.chunk.css": "./static/css/3.c1694623.chunk.css",
|
||||
"static/js/3.d673b030.chunk.js": "./static/js/3.d673b030.chunk.js",
|
||||
"static/js/4.932ef39d.chunk.js": "./static/js/4.932ef39d.chunk.js",
|
||||
"static/js/5.ac8fa90a.chunk.js": "./static/js/5.ac8fa90a.chunk.js",
|
||||
"index.html": "./index.html",
|
||||
"static/js/3.d673b030.chunk.js.LICENSE.txt": "./static/js/3.d673b030.chunk.js.LICENSE.txt",
|
||||
"static/media/katex.min.css": "./static/media/KaTeX_Typewriter-Regular.c5c02d76.ttf",
|
||||
"static/media/fonts.css": "./static/media/hack-regular.fe74d490.woff2"
|
||||
},
|
||||
"entrypoints": [
|
||||
"static/js/runtime-main.bd5c4477.js",
|
||||
"static/css/3.c1694623.chunk.css",
|
||||
"static/js/3.d673b030.chunk.js",
|
||||
"static/css/main.f2465fba.chunk.css",
|
||||
"static/js/main.f99b17c3.chunk.js"
|
||||
]
|
||||
}
|
||||
BIN
apps/mobile/web.bundle/favicon.ico
Normal file
BIN
apps/mobile/web.bundle/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
71
apps/mobile/web.bundle/fonts.css
Normal file
71
apps/mobile/web.bundle/fonts.css
Normal file
@@ -0,0 +1,71 @@
|
||||
/* open-sans-regular - latin */
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Open Sans'), url(./fonts/OpenSans-Regular.ttf) format('truetype');
|
||||
}
|
||||
|
||||
/* open-sans-italic - latin */
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-display: swap;
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src: local('Open Sans'), url(./fonts/OpenSans-Italic.ttf) format('truetype');
|
||||
}
|
||||
|
||||
/* open-sans-600 - latin */
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: local('Open Sans'), url(./fonts/OpenSans-Medium.ttf) format('truetype');
|
||||
}
|
||||
|
||||
/* open-sans-600italic - latin */
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-display: swap;
|
||||
font-style: italic;
|
||||
font-weight: 500;
|
||||
src: local('Open Sans'), url(./fonts/OpenSans-MediumItalic.ttf) format('truetype');
|
||||
}
|
||||
|
||||
/* open-sans-600 - latin */
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: local('Open Sans'), url(./fonts/OpenSans-SemiBold.ttf) format('truetype');
|
||||
}
|
||||
|
||||
/* open-sans-600italic - latin */
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-display: swap;
|
||||
font-style: italic;
|
||||
font-weight: 600;
|
||||
src: local('Open Sans'), url(./fonts/OpenSans-SemiBoldItalic.ttf) format('truetype');
|
||||
}
|
||||
|
||||
/* open-sans-700 - latin */
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local('Open Sans'), url(./fonts/OpenSans-Bold.ttf) format('truetype');
|
||||
}
|
||||
|
||||
/* open-sans-700italic - latin */
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-display: swap;
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
src: local('Open Sans'), url(./fonts/OpenSans-BoldItalic.ttf) format('truetype');
|
||||
}
|
||||
BIN
apps/mobile/web.bundle/fonts/OpenSans-Bold.ttf
Normal file
BIN
apps/mobile/web.bundle/fonts/OpenSans-Bold.ttf
Normal file
Binary file not shown.
BIN
apps/mobile/web.bundle/fonts/OpenSans-BoldItalic.ttf
Normal file
BIN
apps/mobile/web.bundle/fonts/OpenSans-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
apps/mobile/web.bundle/fonts/OpenSans-Italic.ttf
Normal file
BIN
apps/mobile/web.bundle/fonts/OpenSans-Italic.ttf
Normal file
Binary file not shown.
BIN
apps/mobile/web.bundle/fonts/OpenSans-Medium.ttf
Normal file
BIN
apps/mobile/web.bundle/fonts/OpenSans-Medium.ttf
Normal file
Binary file not shown.
BIN
apps/mobile/web.bundle/fonts/OpenSans-MediumItalic.ttf
Normal file
BIN
apps/mobile/web.bundle/fonts/OpenSans-MediumItalic.ttf
Normal file
Binary file not shown.
BIN
apps/mobile/web.bundle/fonts/OpenSans-Regular.ttf
Normal file
BIN
apps/mobile/web.bundle/fonts/OpenSans-Regular.ttf
Normal file
Binary file not shown.
BIN
apps/mobile/web.bundle/fonts/OpenSans-SemiBold.ttf
Normal file
BIN
apps/mobile/web.bundle/fonts/OpenSans-SemiBold.ttf
Normal file
Binary file not shown.
BIN
apps/mobile/web.bundle/fonts/OpenSans-SemiBoldItalic.ttf
Normal file
BIN
apps/mobile/web.bundle/fonts/OpenSans-SemiBoldItalic.ttf
Normal file
Binary file not shown.
1
apps/mobile/web.bundle/index.html
Normal file
1
apps/mobile/web.bundle/index.html
Normal file
@@ -0,0 +1 @@
|
||||
<!doctype html><html style="height:100%" lang="en"><head><meta charset="utf-8"/><link rel="icon" href="favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"/><meta name="theme-color" content="#000000"/><link href="fonts.css" rel="stylesheet"/><style>body{height:100%;font-family:"Open Sans"}p{font-family:"Open Sans"}::selection{color:#fff;background-color:var(--nn_accent)}::placeholder{color:var(--nn_placeholder)}p.is-editor-empty:first-child::before{color:var(--nn_placeholder)!important}h1,h2,h3,h4,h5,h6{font-family:"Open Sans";color:var(--nn_heading)}#root{height:100%;caret-color:var(--nn_accent);display:flex}</style><meta name="description" content="Notesnook editor for mobile"/><link rel="manifest" href="manifest.json"/><title>Notesnook editor</title><link href="./static/css/3.c1694623.chunk.css" rel="stylesheet"><link href="./static/css/main.f2465fba.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(e){function t(t){for(var n,a,i=t[0],c=t[1],l=t[2],p=0,s=[];p<i.length;p++)a=i[p],Object.prototype.hasOwnProperty.call(o,a)&&o[a]&&s.push(o[a][0]),o[a]=0;for(n in c)Object.prototype.hasOwnProperty.call(c,n)&&(e[n]=c[n]);for(f&&f(t);s.length;)s.shift()();return u.push.apply(u,l||[]),r()}function r(){for(var e,t=0;t<u.length;t++){for(var r=u[t],n=!0,i=1;i<r.length;i++){var c=r[i];0!==o[c]&&(n=!1)}n&&(u.splice(t--,1),e=a(a.s=r[0]))}return e}var n={},o={2:0},u=[];function a(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,a),r.l=!0,r.exports}a.e=function(e){var t=[],r=o[e];if(0!==r)if(r)t.push(r[2]);else{var n=new Promise((function(t,n){r=o[e]=[t,n]}));t.push(r[2]=n);var u,i=document.createElement("script");i.charset="utf-8",i.timeout=120,a.nc&&i.setAttribute("nonce",a.nc),i.src=function(e){return a.p+"static/js/"+({}[e]||e)+"."+{0:"5eeb08ce",4:"932ef39d",5:"ac8fa90a"}[e]+".chunk.js"}(e);var c=new Error;u=function(t){i.onerror=i.onload=null,clearTimeout(l);var r=o[e];if(0!==r){if(r){var n=t&&("load"===t.type?"missing":t.type),u=t&&t.target&&t.target.src;c.message="Loading chunk "+e+" failed.\n("+n+": "+u+")",c.name="ChunkLoadError",c.type=n,c.request=u,r[1](c)}o[e]=void 0}};var l=setTimeout((function(){u({type:"timeout",target:i})}),12e4);i.onerror=i.onload=u,document.head.appendChild(i)}return Promise.all(t)},a.m=e,a.c=n,a.d=function(e,t,r){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,t){if(1&t&&(e=a(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(a.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)a.d(r,n,function(t){return e[t]}.bind(null,n));return r},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="./",a.oe=function(e){throw console.error(e),e};var i=this.webpackJsonptiptap=this.webpackJsonptiptap||[],c=i.push.bind(i);i.push=t,i=i.slice();for(var l=0;l<i.length;l++)t(i[l]);var f=c;r()}([])</script><script src="./static/js/3.d673b030.chunk.js"></script><script src="./static/js/main.f99b17c3.chunk.js"></script></body></html>
|
||||
15
apps/mobile/web.bundle/manifest.json
Normal file
15
apps/mobile/web.bundle/manifest.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"short_name": "Notesnook editor",
|
||||
"name": "Notesnook editor for mobile",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
"sizes": "64x64 32x32 24x24 16x16",
|
||||
"type": "image/x-icon"
|
||||
}
|
||||
],
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"theme_color": "#000000",
|
||||
"background_color": "#ffffff"
|
||||
}
|
||||
1
apps/mobile/web.bundle/placeholder.svg
Normal file
1
apps/mobile/web.bundle/placeholder.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 135.47 135.47"><g fill="gray"><path d="M65.63 65.86a4.48 4.48 0 1 0-.01-8.96 4.48 4.48 0 0 0 0 8.96zm0-6.33a1.85 1.85 0 1 1 0 3.7 1.85 1.85 0 0 1 0-3.7zm0 0"/><path d="M88.49 48.53H46.98c-.9 0-1.64.73-1.64 1.64V85.3c0 .9.74 1.64 1.64 1.64h41.5c.91 0 1.64-.74 1.64-1.64V50.17c0-.9-.73-1.64-1.63-1.64Zm-.99 2.62v20.77l-8.25-8.25a1.38 1.38 0 0 0-1.95 0L65.63 75.34l-7.46-7.46a1.37 1.37 0 0 0-1.95 0l-8.25 8.25V51.15ZM47.97 84.31v-4.47l9.22-9.22 7.46 7.45a1.37 1.37 0 0 0 1.95 0L78.27 66.4l9.23 9.23v8.68zm0 0"/></g></svg>
|
||||
|
After Width: | Height: | Size: 571 B |
3
apps/mobile/web.bundle/robots.txt
Normal file
3
apps/mobile/web.bundle/robots.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
# https://www.robotstxt.org/robotstxt.html
|
||||
User-agent: *
|
||||
Disallow:
|
||||
5
apps/mobile/web.bundle/static/css/3.c1694623.chunk.css
Normal file
5
apps/mobile/web.bundle/static/css/3.c1694623.chunk.css
Normal file
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}input:active,input:focus{outline:none}*{-webkit-tap-highlight-color:transparent}.App{flex:1 1}.ProseMirror:focus{outline:none}.ProseMirror p.is-editor-empty:first-child:before{color:#a9a9a9;content:attr(data-placeholder);float:left;height:0;pointer-events:none}.styles_btn__19MaA{background-color:var(--nn_nav)}.styles_btn__19MaA:active{background-color:var(--nn_transGray)}.styles_btn_header__2xGXR{width:40;height:40;background-color:transparent}.styles_btn_header__2xGXR:active{background-color:var(--nn_transGray)}.styles_titleBar__2hePW::-webkit-input-placeholder{color:var(--nn_placeholder)}.styles_titleBar__2hePW:-ms-input-placeholder{color:var(--nn_placeholder)}.styles_titleBar__2hePW::placeholder{color:var(--nn_placeholder)}
|
||||
1
apps/mobile/web.bundle/static/js/0.5eeb08ce.chunk.js
Normal file
1
apps/mobile/web.bundle/static/js/0.5eeb08ce.chunk.js
Normal file
File diff suppressed because one or more lines are too long
2
apps/mobile/web.bundle/static/js/3.d673b030.chunk.js
Normal file
2
apps/mobile/web.bundle/static/js/3.d673b030.chunk.js
Normal file
File diff suppressed because one or more lines are too long
@@ -0,0 +1,79 @@
|
||||
/*
|
||||
object-assign
|
||||
(c) Sindre Sorhus
|
||||
@license MIT
|
||||
*/
|
||||
|
||||
/*!
|
||||
Copyright (c) 2015 Jed Watson.
|
||||
Based on code that is Copyright 2013-2015, Facebook, Inc.
|
||||
All rights reserved.
|
||||
*/
|
||||
|
||||
/*!
|
||||
* Adapted from jQuery UI core
|
||||
*
|
||||
* http://jqueryui.com
|
||||
*
|
||||
* Copyright 2014 jQuery Foundation and other contributors
|
||||
* Released under the MIT license.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* http://api.jqueryui.com/category/ui-core/
|
||||
*/
|
||||
|
||||
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
||||
|
||||
/** @license React v0.20.2
|
||||
* scheduler.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
/** @license React v16.13.1
|
||||
* react-is.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
/** @license React v16.14.0
|
||||
* react.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
/** @license React v17.0.2
|
||||
* react-dom.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
/** @license React v17.0.2
|
||||
* react-jsx-runtime.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
/** @license React v17.0.2
|
||||
* react.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
1
apps/mobile/web.bundle/static/js/4.932ef39d.chunk.js
Normal file
1
apps/mobile/web.bundle/static/js/4.932ef39d.chunk.js
Normal file
File diff suppressed because one or more lines are too long
1
apps/mobile/web.bundle/static/js/5.ac8fa90a.chunk.js
Normal file
1
apps/mobile/web.bundle/static/js/5.ac8fa90a.chunk.js
Normal file
@@ -0,0 +1 @@
|
||||
(this.webpackJsonptiptap=this.webpackJsonptiptap||[]).push([[5],{130:function(t,e,n){"use strict";n.r(e),n.d(e,"getCLS",(function(){return d})),n.d(e,"getFCP",(function(){return S})),n.d(e,"getFID",(function(){return F})),n.d(e,"getLCP",(function(){return k})),n.d(e,"getTTFB",(function(){return C}));var i,a,r,o,u=function(t,e){return{name:t,value:void 0===e?-1:e,delta:0,entries:[],id:"v1-".concat(Date.now(),"-").concat(Math.floor(8999999999999*Math.random())+1e12)}},c=function(t,e){try{if(PerformanceObserver.supportedEntryTypes.includes(t)){if("first-input"===t&&!("PerformanceEventTiming"in self))return;var n=new PerformanceObserver((function(t){return t.getEntries().map(e)}));return n.observe({type:t,buffered:!0}),n}}catch(t){}},f=function(t,e){var n=function n(i){"pagehide"!==i.type&&"hidden"!==document.visibilityState||(t(i),e&&(removeEventListener("visibilitychange",n,!0),removeEventListener("pagehide",n,!0)))};addEventListener("visibilitychange",n,!0),addEventListener("pagehide",n,!0)},s=function(t){addEventListener("pageshow",(function(e){e.persisted&&t(e)}),!0)},p="function"==typeof WeakSet?new WeakSet:new Set,m=function(t,e,n){var i;return function(){e.value>=0&&(n||p.has(e)||"hidden"===document.visibilityState)&&(e.delta=e.value-(i||0),(e.delta||void 0===i)&&(i=e.value,t(e)))}},d=function(t,e){var n,i=u("CLS",0),a=function(t){t.hadRecentInput||(i.value+=t.value,i.entries.push(t),n())},r=c("layout-shift",a);r&&(n=m(t,i,e),f((function(){r.takeRecords().map(a),n()})),s((function(){i=u("CLS",0),n=m(t,i,e)})))},v=-1,l=function(){return"hidden"===document.visibilityState?0:1/0},h=function(){f((function(t){var e=t.timeStamp;v=e}),!0)},g=function(){return v<0&&(v=l(),h(),s((function(){setTimeout((function(){v=l(),h()}),0)}))),{get timeStamp(){return v}}},S=function(t,e){var n,i=g(),a=u("FCP"),r=function(t){"first-contentful-paint"===t.name&&(f&&f.disconnect(),t.startTime<i.timeStamp&&(a.value=t.startTime,a.entries.push(t),p.add(a),n()))},o=performance.getEntriesByName("first-contentful-paint")[0],f=o?null:c("paint",r);(o||f)&&(n=m(t,a,e),o&&r(o),s((function(i){a=u("FCP"),n=m(t,a,e),requestAnimationFrame((function(){requestAnimationFrame((function(){a.value=performance.now()-i.timeStamp,p.add(a),n()}))}))})))},y={passive:!0,capture:!0},E=new Date,w=function(t,e){i||(i=e,a=t,r=new Date,b(removeEventListener),L())},L=function(){if(a>=0&&a<r-E){var t={entryType:"first-input",name:i.type,target:i.target,cancelable:i.cancelable,startTime:i.timeStamp,processingStart:i.timeStamp+a};o.forEach((function(e){e(t)})),o=[]}},T=function(t){if(t.cancelable){var e=(t.timeStamp>1e12?new Date:performance.now())-t.timeStamp;"pointerdown"==t.type?function(t,e){var n=function(){w(t,e),a()},i=function(){a()},a=function(){removeEventListener("pointerup",n,y),removeEventListener("pointercancel",i,y)};addEventListener("pointerup",n,y),addEventListener("pointercancel",i,y)}(e,t):w(e,t)}},b=function(t){["mousedown","keydown","touchstart","pointerdown"].forEach((function(e){return t(e,T,y)}))},F=function(t,e){var n,r=g(),d=u("FID"),v=function(t){t.startTime<r.timeStamp&&(d.value=t.processingStart-t.startTime,d.entries.push(t),p.add(d),n())},l=c("first-input",v);n=m(t,d,e),l&&f((function(){l.takeRecords().map(v),l.disconnect()}),!0),l&&s((function(){var r;d=u("FID"),n=m(t,d,e),o=[],a=-1,i=null,b(addEventListener),r=v,o.push(r),L()}))},k=function(t,e){var n,i=g(),a=u("LCP"),r=function(t){var e=t.startTime;e<i.timeStamp&&(a.value=e,a.entries.push(t)),n()},o=c("largest-contentful-paint",r);if(o){n=m(t,a,e);var d=function(){p.has(a)||(o.takeRecords().map(r),o.disconnect(),p.add(a),n())};["keydown","click"].forEach((function(t){addEventListener(t,d,{once:!0,capture:!0})})),f(d,!0),s((function(i){a=u("LCP"),n=m(t,a,e),requestAnimationFrame((function(){requestAnimationFrame((function(){a.value=performance.now()-i.timeStamp,p.add(a),n()}))}))}))}},C=function(t){var e,n=u("TTFB");e=function(){try{var e=performance.getEntriesByType("navigation")[0]||function(){var t=performance.timing,e={entryType:"navigation",startTime:0};for(var n in t)"navigationStart"!==n&&"toJSON"!==n&&(e[n]=Math.max(t[n]-t.navigationStart,0));return e}();if(n.value=n.delta=e.responseStart,n.value<0)return;n.entries=[e],t(n)}catch(t){}},"complete"===document.readyState?setTimeout(e,0):addEventListener("pageshow",e)}}}]);
|
||||
1
apps/mobile/web.bundle/static/js/main.f99b17c3.chunk.js
Normal file
1
apps/mobile/web.bundle/static/js/main.f99b17c3.chunk.js
Normal file
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
!function(e){function t(t){for(var n,a,i=t[0],c=t[1],l=t[2],p=0,s=[];p<i.length;p++)a=i[p],Object.prototype.hasOwnProperty.call(o,a)&&o[a]&&s.push(o[a][0]),o[a]=0;for(n in c)Object.prototype.hasOwnProperty.call(c,n)&&(e[n]=c[n]);for(f&&f(t);s.length;)s.shift()();return u.push.apply(u,l||[]),r()}function r(){for(var e,t=0;t<u.length;t++){for(var r=u[t],n=!0,i=1;i<r.length;i++){var c=r[i];0!==o[c]&&(n=!1)}n&&(u.splice(t--,1),e=a(a.s=r[0]))}return e}var n={},o={2:0},u=[];function a(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,a),r.l=!0,r.exports}a.e=function(e){var t=[],r=o[e];if(0!==r)if(r)t.push(r[2]);else{var n=new Promise((function(t,n){r=o[e]=[t,n]}));t.push(r[2]=n);var u,i=document.createElement("script");i.charset="utf-8",i.timeout=120,a.nc&&i.setAttribute("nonce",a.nc),i.src=function(e){return a.p+"static/js/"+({}[e]||e)+"."+{0:"5eeb08ce",4:"932ef39d",5:"ac8fa90a"}[e]+".chunk.js"}(e);var c=new Error;u=function(t){i.onerror=i.onload=null,clearTimeout(l);var r=o[e];if(0!==r){if(r){var n=t&&("load"===t.type?"missing":t.type),u=t&&t.target&&t.target.src;c.message="Loading chunk "+e+" failed.\n("+n+": "+u+")",c.name="ChunkLoadError",c.type=n,c.request=u,r[1](c)}o[e]=void 0}};var l=setTimeout((function(){u({type:"timeout",target:i})}),12e4);i.onerror=i.onload=u,document.head.appendChild(i)}return Promise.all(t)},a.m=e,a.c=n,a.d=function(e,t,r){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},a.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,t){if(1&t&&(e=a(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(a.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)a.d(r,n,function(t){return e[t]}.bind(null,n));return r},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="./",a.oe=function(e){throw console.error(e),e};var i=this.webpackJsonptiptap=this.webpackJsonptiptap||[],c=i.push.bind(i);i.push=t,i=i.slice();for(var l=0;l<i.length;l++)t(i[l]);var f=c;r()}([]);
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
apps/mobile/web.bundle/static/media/KaTeX_Main-Bold.8169508b.ttf
Normal file
BIN
apps/mobile/web.bundle/static/media/KaTeX_Main-Bold.8169508b.ttf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
apps/mobile/web.bundle/static/media/hack-bold.295cc4d6.woff2
Normal file
BIN
apps/mobile/web.bundle/static/media/hack-bold.295cc4d6.woff2
Normal file
Binary file not shown.
BIN
apps/mobile/web.bundle/static/media/hack-bold.924f36e9.woff
Normal file
BIN
apps/mobile/web.bundle/static/media/hack-bold.924f36e9.woff
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
apps/mobile/web.bundle/static/media/hack-italic.6ea8f4c2.woff2
Normal file
BIN
apps/mobile/web.bundle/static/media/hack-italic.6ea8f4c2.woff2
Normal file
Binary file not shown.
BIN
apps/mobile/web.bundle/static/media/hack-italic.9f7e0ced.woff
Normal file
BIN
apps/mobile/web.bundle/static/media/hack-italic.9f7e0ced.woff
Normal file
Binary file not shown.
BIN
apps/mobile/web.bundle/static/media/hack-regular.5f578b55.woff
Normal file
BIN
apps/mobile/web.bundle/static/media/hack-regular.5f578b55.woff
Normal file
Binary file not shown.
BIN
apps/mobile/web.bundle/static/media/hack-regular.fe74d490.woff2
Normal file
BIN
apps/mobile/web.bundle/static/media/hack-regular.fe74d490.woff2
Normal file
Binary file not shown.
Reference in New Issue
Block a user