Kenny
4b4c0ade98
feat: ✨ First Time Setup Screen
2022-06-18 08:28:46 -04:00
Alex
2487d6c321
docs: Remove inverted exclamation mark
...
This is not a valid punctuation mark in english
2022-06-18 16:24:41 +12:00
Kenny
a7f0081e58
feat: ✨ player displays channel icon while loading (work in progress to display the video thumbnail)
2022-06-17 20:58:36 -04:00
Kenny
6a3e9f2e39
feat: ⚡ Move watch page loading image to local (not discord link)
2022-06-17 20:14:35 -04:00
Kenny
b99b7f63a0
fix: 🚑 Fix Language Pack Memory Leak
...
Since language packs were added, there was a memory leak where each time you load a page containing a translated language, the active language pack would be loaded into memory (RAM) each time, after the initial load. For example, starting the app loads the memory pack into memory first, then if you open settings, it would load the pack twice. Language packs are only a few mb or kb so it wasn't major but it is fixed now.
2022-06-17 20:04:33 -04:00
gayolGate
4af167d667
Update readme.md
2022-06-17 15:49:40 +02:00
Kenny
fb208936c3
Update language.js
2022-06-17 09:38:00 -04:00
Kenny
fb8ba3e397
Merge pull request #341 from gayolGate/main
...
Add translations guide (an Readme file in Language folder explaining how to translate)
2022-06-17 09:32:33 -04:00
JordanBleu24
6bf092b6c8
Update and rename french.js to french-fr.js
2022-06-17 09:18:53 -04:00
gayolGate
cf35e5198c
Create readme.md
2022-06-17 14:08:49 +02:00
AdamIskandarAI
c30cfe2ac7
VueTube Malay translation fix #2
2022-06-17 18:27:31 +08:00
QuickValve
ef9359642d
added indonesian language to language.js
2022-06-17 13:32:42 +08:00
QuickValve
e7636676d4
Merge branch 'VueTubeApp:main' into main
2022-06-17 12:40:00 +08:00
Luka
a61ee52fd4
Merge pull request #336 from FAKlR/main
...
Add support for French Localization
2022-06-16 20:57:26 -04:00
Robotition
ca63276075
Update Bulgarian by samihamchev
2022-06-16 20:54:41 -04:00
FAKlR
76284b0c87
Adding French Translation
...
Added french to usable language in the language.js file
Juste changed a line in french.js for ui tweaker entry to reflect its meant to customise the Ui .
2022-06-17 01:47:52 +02:00
Spiryt7
f7eb0ea353
Update polish.js translation
...
Update of Polish translation of the application
2022-06-16 21:31:35 +02:00
Robotition
0ece6522f8
Fix Macedonian typos
2022-06-16 14:01:16 -04:00
Robotition
864422c990
Add bulgarian translation by samihamchev
2022-06-16 13:56:24 -04:00
Luka
5973f68be4
Merge branch 'main' into main
2022-06-16 12:59:56 -04:00
Robotition
b25232a5c9
Add german translation by jojo200508
2022-06-16 12:56:19 -04:00
Luka
0feee67a89
Revert "Add german translation"
2022-06-16 12:37:39 -04:00
Luka
48686403a1
Merge pull request #326 from jojo200508/main
...
Add german translation
2022-06-16 12:30:31 -04:00
Luka
c745dbe294
Merge pull request #327 from Stenafo/main
...
Correct translations
2022-06-16 12:21:00 -04:00
Johan le stickman
7697570f5b
Create french.js
2022-06-16 18:07:21 +02:00
Stefano
5700d294f7
Correct translations
2022-06-16 17:55:39 +02:00
jojo200508
c806980b03
Add german language
2022-06-16 16:28:11 +02:00
AdamIskandarAI
7967c1fcab
Improved Malay translation for VueTube
2022-06-16 21:43:53 +08:00
Alex
b8596debb2
feat 🌐 : add zn-hans and pt-br to language list
2022-06-16 22:22:39 +12:00
QuickValve
ee00e7d538
Added indonesian translation
2022-06-16 18:08:33 +08:00
nokanol45
48be093682
Merge branch 'VueTubeApp:main' into main
2022-06-16 17:45:51 +08:00
nokanol45
355196d39b
Docs: Chinese translations
...
- Added Simplified Chinese
- Modified Traditional Chinese
2022-06-16 17:44:51 +08:00
Rick Slierendregt
28b03581f0
Merge branch 'main' into main
2022-06-16 11:18:45 +02:00
Rick Slierendregt
bcbf47e239
Improved the Dutch Language more
2022-06-16 10:44:08 +02:00
DDG
4eed75e909
Improve Dutch translations
...
Improved translation (uppercase where it shouldn't be used, grammar, use of existing Dutch words instead of an anglicism)
2022-06-16 10:17:29 +02:00
LuanRT
4e38750588
feat: add pt-br translation file
...
Signed-off-by: LuanRT <luan.lrt4@gmail.com>
2022-06-16 04:56:34 -03:00
Rick Slierendregt
6ce0b78bc5
Added dutch.js
2022-06-16 09:17:29 +02:00
AdamIskandarAI
21a7ae697f
Add Malay language pack
2022-06-16 15:06:11 +08:00
nokanol45
28eb204cba
Merge branch 'VueTubeApp:main' into main
2022-06-16 12:53:33 +08:00
nokanol45
fcb8d5a1b8
Update chinese-traditional.js
...
will think of a way to translate "brave six, going dark" later (tm)
2022-06-16 12:52:38 +08:00
Robotition
42a873b8f6
bruh forgor to add the file 💀
2022-06-15 23:46:35 -04:00
Robotition
81e0a6a256
Add Macedonian language pack
2022-06-15 23:26:46 -04:00
Dominik
271f02b5e4
Polish - PR no.2 (still not fully ironed out)
...
To be continued..🌑 🌘
2022-06-16 00:12:23 +02:00
Kenny
ae630678a9
fix: 🚑 Fix app launcher
...
fix app not launching if the user didn't define a startup page
2022-06-15 17:16:23 -04:00
Kenny
c9275571c5
fix: 🚑 Fix Theme Loader
...
The theme loader was resetting on app start; fixed.
fixed #308
2022-06-15 15:43:54 -04:00
Kenny
89243e5b60
refactor: ♻️ remove references to "BetterTube"
2022-06-15 15:37:35 -04:00
Kenny
d143938b34
Merge pull request #311 from gayolGate/patch-1
...
Update Spanish app
2022-06-15 15:30:14 -04:00
Kenny
0301c982db
feat: ✨ support translations on more pages
2022-06-15 15:29:52 -04:00
gayolGate
88dc388347
Update spanish.js
2022-06-15 21:14:06 +02:00
Kenny
e5c2054dfa
feat: ♿ additional italian language translations
2022-06-15 15:09:13 -04:00
Kenny
38d67fbf97
feat: ✨ Major Language Overhaul
...
Performance Optimisations, Fix Plugin Loader Bugs, Add More Translations, Fix Translation Related Bugs
2022-06-15 15:00:26 -04:00
nokanol45
3a1f252bd5
remove lint comment
2022-06-15 23:51:56 +08:00
nokanol45
0edc2bab8f
Translate app into Chinese (Traditional)
2022-06-15 23:46:23 +08:00
Kenny
f70b852f1f
disable settings for canary build
2022-06-15 10:15:26 -04:00
Kenny
02dd74188b
Fix "Language" in /mods/general
2022-06-15 10:03:25 -04:00
Kenny
12974f402b
revert langpack handler
2022-06-15 09:53:48 -04:00
Kenny
5d07070a52
possibly fix build issues
2022-06-15 09:40:13 -04:00
Kenny
c73687ff93
this build MAY fail. it's a feature test (VERY UNSTABLE)
2022-06-15 09:25:51 -04:00
Kenny
0cbcf34594
Accessibility: ♿ ️ Minor Italian Language Pack Tweaks
2022-06-15 09:10:06 -04:00
gayolGate
6eb2cb1fc5
Create spanish.js
2022-06-15 14:51:58 +02:00
Dominik
28d0376c1f
lang: added polish language pack
2022-06-15 22:40:06 +12:00
Kenny
fdcf86678d
perf: ⚡ store lang pack as variable instead of 3 seperate calls
2022-06-15 17:21:48 +12:00
Kenny
7fd18cf78c
refactor: 🔥 Remove "Open In VLC"
2022-06-15 17:21:48 +12:00
Kenny
377b52ce92
fix: 🐛 Change position of update cards
...
Move "installed" and "latest" cards on the updates page to prevent clipping
fix #273
2022-06-15 17:21:48 +12:00
Kenny
203ab724e5
fix: 🐛 Fix elements displaying over the bottom nav bar
...
fix #288
2022-06-15 17:21:48 +12:00
Kenny
a6a817f3a9
docs: ♿ Basic Italian Language Translation
...
Add a language translation for Italian - only supports some parts of the app; can be added via the registry editor with key:"language" value:"italian"
2022-06-14 20:55:45 -04:00
Kenny
e239726048
Merge branch 'main' of https://github.com/VueTubeApp/VueTube
2022-06-14 20:10:46 -04:00
Front
a583aec65c
feat:
2022-06-14 20:08:45 -04:00
Kenny
026980b422
Merge pull request #297 from DivyanshByte/main
...
Disable Server Side Rendering for Faster Builds
2022-06-14 09:40:06 -04:00
Kenny
13270cd77d
Remove excessive warnings in the registry editor
2022-06-14 09:39:40 -04:00
Divyansh Agrawal
12c2565e14
Disabled Server SIde Rendering
2022-06-14 13:27:01 +05:30
Sushi
40d4586912
open in vlc (downloading)
...
allows you to "download" by opening the video in VLC video player
also this was surprisingly easy lol
2022-06-12 20:34:06 -06:00
tired6488
0c5a1ac810
Removed skip buttons and fixed loop color
2022-06-12 00:19:03 -05:00
Kenny
81f36ca395
Merge pull request #289 from afnzmn/patch-2
...
Doubletap -> Double tap
2022-06-10 10:34:18 -04:00
Alex
2dc1ddaa15
Merge pull request #290 from etekweb/handle-rotation
...
Enter fullscreen on device rotation, vertical fullscreen mode
2022-06-10 17:51:02 +12:00
Nikita Krupin
c1870df54e
sponsorblock display fix
2022-06-10 00:37:08 -04:00
Ethan
847795a8fb
fix: sponsorblock url incorrect
2022-06-09 23:29:40 -04:00
Ethan
433b726908
feat: detect and handle device rotation in player
2022-06-09 22:34:13 -04:00
Nikita Krupin
a81e8681d9
bigger description text:wq
2022-06-09 13:11:00 -04:00
Nikita Krupin
410cd96cde
Merge github.com-picklenik:Frontesque/VueTube
2022-06-09 12:39:59 -04:00
Nikita Krupin
5bddf86ce9
zindex fix & no close on fullscreen
2022-06-09 12:39:44 -04:00
Affan Zaman
426e8f8576
Doubletap -> Double tap
...
Robo is slow
2022-06-09 10:22:55 -04:00
Kenny
4ebd13874d
Merge branch 'main' of https://github.com/VueTubeApp/VueTube
2022-06-09 09:12:49 -04:00
Kenny
9fc02407d8
perf: 🚀 just remove useless stuff
2022-06-09 09:12:47 -04:00
Nikita Krupin
472978aea4
video loop, player poster, controls toggling fixes
2022-06-09 01:36:01 -04:00
Nikita Krupin
4a57b870b8
no bug 👐
2022-06-08 22:01:22 -04:00
Nikita Krupin
5dc2f94da2
mor fixes guh
2022-06-08 21:48:33 -04:00
Nikita Krupin
214b20e3ef
fix for the previous commit
2022-06-08 21:19:27 -04:00
Nikita Krupin
d324bdcf73
controls handler & fullscreen scrubbing bugfix
2022-06-08 21:17:42 -04:00
Nikita Krupin
8eeb3821f4
double-tap to skip and controls conflict resolution
2022-06-08 21:02:16 -04:00
Nikita Krupin
105bd859f8
less code
2022-06-08 16:22:12 -04:00
Nikita Krupin
b93b53ffd0
better spacing, top controls grouped
2022-06-08 16:15:15 -04:00
Nikita Krupin
30fb9abf5f
relative controls instead of absolute (easier to customize and maintain)
2022-06-08 15:24:47 -04:00
Nikita Krupin
0777b687ca
playpause cleanup
2022-06-08 14:05:00 -04:00
Nikita Krupin
e2b91e5677
speed & quality cleanup, quality no-reset switcher
2022-06-08 13:56:14 -04:00
Nikita Krupin
2a028606a8
seekbar more clean
2022-06-08 12:57:12 -04:00
Nikita Krupin
67e3ff1f31
seekbar bugfix
2022-06-08 12:55:10 -04:00
Nikita Krupin
3e1340d616
seekbar cleanup
2022-06-08 12:42:03 -04:00
Nikita Krupin
89e521300f
watchtime cleanup
2022-06-08 12:36:32 -04:00
Nikita Krupin
e936325ccb
progressbar cleanup
2022-06-08 12:34:52 -04:00
Nikita Krupin
c9fe1c4252
Merge github.com-picklenik:Frontesque/VueTube
2022-06-08 12:32:12 -04:00
Nikita Krupin
a079946ae1
sponsorblock cleanup
2022-06-08 12:32:04 -04:00
Nikita Krupin
59b65b7d9e
player logic reworked
2022-06-08 11:59:43 -04:00
Kenny
fe47a85263
quick fix for #274
2022-06-08 10:55:30 -04:00
Kenny
a46b87436c
fix: 🐛 Fix text kerning on some buttons
...
#274
2022-06-08 10:34:27 -04:00
Nikita Krupin
75e2205f62
quality and speed drawer improvements
2022-06-07 14:39:26 -04:00
Nikita Krupin
bee1f45701
player controls position improvements
2022-06-07 14:29:57 -04:00
Nikita Krupin
6d4fde2dcc
slider improvements
2022-06-07 13:16:26 -04:00
Nikita Krupin
c89ad35c80
humantime fix
2022-06-06 11:21:40 -04:00
Nikita Krupin
bb58c5046a
fixes after git history mangling
2022-06-06 11:00:10 -04:00
Front
c5164037a4
fix: 🐛 Fix title randomly breaking characters to new line
...
(finally)
2022-06-03 18:50:48 -04:00
Front
4797e1ba02
Merge branch 'main' of https://github.com/VueTubeApp/VueTube
2022-06-03 18:45:34 -04:00
Kenny
e0869cbf38
remove unused svg file
2022-06-02 10:13:40 -04:00
Nikita Krupin
00b9e900b5
watch from url fix
2022-06-02 16:48:06 +12:00
Sushi
98bf4a6079
sponsorblock
2022-06-02 16:47:47 +12:00
Kenny
a038696c6f
make addplugin async
2022-06-02 16:47:47 +12:00
Front
02737d1ade
feat: ✨ plugins pt.2 | im done for today
...
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa fuck
2022-06-02 16:47:47 +12:00
Front
39cfffef7f
feat: ✨ start new plugin loader (remove storage permissions)
2022-06-02 16:47:47 +12:00
Front
a3eca42539
feat: ✨ stage 1 | plugins
2022-06-02 16:47:47 +12:00
Kenny
cd7e78feee
fix: 🐛 Fix human time seconds readout
2022-06-02 16:47:47 +12:00
Nikita Krupin
0ef591f9a7
light theme controls fix
2022-06-02 16:47:34 +12:00
Nikita Krupin
08321bd108
i am linus torvaldus
2022-06-02 16:47:25 +12:00
Nikita Krupin
eb1431c073
Merge github.com-picklenik:Frontesque/VueTube
2022-06-01 21:43:03 -04:00
Nikita Krupin
c65d8527e5
watch from url fix
2022-06-01 21:42:43 -04:00
Sushi
85018056e3
sponsor skip toast
2022-06-01 15:12:00 -06:00
Nikita Krupin
080f085c52
bugfix for prev commit
2022-06-01 15:05:19 -04:00
Nikita Krupin
12bad17877
progress fullscreen hide
2022-06-01 15:02:02 -04:00
Nikita Krupin
ae4893a53c
sb bugfix
2022-06-01 14:47:25 -04:00
Nikita Krupin
fdb2f874ac
sb visual segments, preview fix
2022-06-01 14:35:14 -04:00
Nikita Krupin
96525a527a
split & fix progressbar, sb error checker
2022-06-01 14:06:34 -04:00
Sushi
e6eef424bb
SPONSORBLOCK WORKS
2022-06-01 00:13:16 -06:00
Nikita Krupin
f998ce278c
param fix
2022-06-01 00:01:42 -04:00
Nikita Krupin
f2d2038fa5
videoid prop
2022-06-01 00:00:54 -04:00
Nikita Krupin
d9f9edf8a8
sponsorblock.vue
2022-05-31 23:40:36 -04:00
Nikita Krupin
3844ee1a31
Merge github.com-picklenik:Frontesque/VueTube
2022-05-31 22:53:21 -04:00
Sushi
3acb70ca06
sponsorblock
2022-05-31 20:50:55 -06:00
Nikita Krupin
9634b69af8
Merge github.com-picklenik:Frontesque/VueTube into dev
2022-05-31 22:45:53 -04:00
Kenny
339bd4eb15
make addplugin async
2022-05-31 10:01:40 -04:00
Linus Torvaldus
148ebb83e3
light theme controls fix
2022-05-30 22:17:03 -04:00
Linus Torvaldus
fc6adb321f
i am linus torvaldus
2022-05-30 22:12:40 -04:00
Front
bf7d79e164
feat: ✨ plugins pt.2 | im done for today
...
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa fuck
2022-05-30 18:24:37 -04:00
Front
7aac426ec7
feat: ✨ start new plugin loader (remove storage permissions)
2022-05-30 16:42:55 -04:00
Front
b6666b3b81
feat: ✨ stage 1 | plugins
2022-05-30 13:54:29 -04:00
Alex
884eb2ac90
Merge https://github.com/VueTubeApp/VueTube into main
2022-05-30 17:59:05 +12:00
Alex
1817a125c0
perf: optimized humanTime
...
humanTime function improved with a 15% increase in performance.
2022-05-30 17:56:23 +12:00
Kenny
16799a5ed5
fix: 🐛 Fix human time seconds readout
2022-05-29 22:50:44 -04:00
Nikita Krupin
ae61842c03
radiobox not checkbox
2022-05-29 21:44:51 -04:00
Nikita Krupin
6fae707e59
10s not 10%
2022-05-29 19:57:06 -04:00
Nikita Krupin
f75a27c8b1
better watch page button text
2022-05-29 19:50:00 -04:00
Nikita Krupin
5ec17950c6
bunch of player stuff
2022-05-29 19:41:42 -04:00
Nikita Krupin
a5ef3b33cd
scaling tweaxes
2022-05-29 18:14:00 -04:00
Nikita Krupin
9d426ff9cf
progressbar color fix
2022-05-29 15:08:58 -04:00
Nikita Krupin
af82135813
quality selector label fix
2022-05-29 14:49:31 -04:00
Nikita Krupin
8bbbca2bef
video quality selector beta
2022-05-29 14:42:39 -04:00
Nikita Krupin
05cf9a7292
video speed selector
2022-05-29 14:13:09 -04:00
Nikita Krupin
12f6e1bf6f
player bugs & improvements, cooler video card thumbnail rounding
2022-05-29 13:08:21 -04:00
Nikita Krupin
c02d66d873
player light mode fix
2022-05-28 18:44:20 -04:00
Nikita Krupin
d60c2de32a
fullscreen page exit fix
2022-05-28 18:36:40 -04:00
Nikita Krupin
5f61ef831d
todos, scale gestures fix
2022-05-28 18:36:40 -04:00
Nikita Krupin
6f3a0aa173
fullscreen seekbar fix, unfinished buttons disabled
2022-05-28 18:36:40 -04:00
Nikita Krupin
769a6dc632
fullscreen orientation fix
2022-05-28 18:36:40 -04:00
Nikita Krupin
f1c6ba4d44
seekbar fixed
2022-05-28 18:36:40 -04:00
Nikita Krupin
136ed86afa
player split
2022-05-28 18:36:40 -04:00
Nikita Krupin
c41c66fa5b
nuke legacy
2022-05-28 18:36:40 -04:00
Nikita Krupin
be68be7842
dividers bugfix
2022-05-28 18:36:40 -04:00
Nikita Krupin
1b4e05746d
controls fadein fix
2022-05-28 18:36:40 -04:00
Nikita Krupin
a71bf8ba31
video controls toggle
2022-05-28 18:36:40 -04:00
Nikita Krupin
2d4b6e4424
a functioning fullscreen toggle
2022-05-28 18:36:40 -04:00
Nikita Krupin
4fb7e764a6
background opacity, better scrubber preview thumbnail styling, mor copypasta
2022-05-28 18:36:40 -04:00
Nikita Krupin
6d43da9cc3
double-audio fix
2022-05-22 21:26:01 -04:00
Nikita Krupin
9066f8a438
copypasta
2022-05-22 01:31:04 -04:00
Nikita Krupin
a7c862f3c7
srub-a-dub-dub
2022-05-22 01:28:13 -04:00
Nikita Krupin
cc7ba1908f
some alpha player stuff undone
2022-05-21 00:21:56 -04:00
Nikita Krupin
618ca00d85
alpha player > beta player 😎
2022-05-20 22:02:15 -04:00
Nikita Krupin
9aa3d67a9b
I don't remember what but something
2022-05-19 15:23:11 -04:00
Nikita Krupin
d2fc4c94e8
playlist & community card components
2022-05-19 15:14:17 -04:00
Nikita Krupin
ea11461ae0
Playlist card placeholder bugfix
2022-05-19 15:01:54 -04:00
Nikita Krupin
491a6d295b
Playlist card placeholder
2022-05-19 15:00:02 -04:00
Nikita Krupin
60deca8f4a
Community post bugfix
2022-05-19 13:55:13 -04:00
Nikita Krupin
228c560386
Community post placeholder
2022-05-19 13:52:08 -04:00
Nikita Krupin
9fa841b6e7
channel link full url bugfix
2022-05-18 21:46:38 -04:00
Nikita Krupin
c4bd494677
channel channels
2022-05-18 19:36:27 -04:00
Nikita Krupin
329fa35707
channel from watch page fix
2022-05-18 17:51:33 -04:00
Nikita Krupin
f39ce57372
ios smooth scroll
2022-05-18 01:05:50 -04:00
Nikita Krupin
6fb36f3b2c
search page stretching fix
2022-05-18 00:51:50 -04:00
Nikita Krupin
d0053ade7a
watch page description double-divider fix
2022-05-18 00:44:25 -04:00
Nikita Krupin
7f51baab60
fixed some visual inconsistencies
2022-05-18 00:36:39 -04:00
Nikita Krupin
d1aff1ff02
better tweaker page
2022-05-17 23:53:03 -04:00
Nikita Krupin
f131069ce4
bug fixes & improvements
2022-05-17 23:19:22 -04:00
Nikita Krupin
2614d66c60
removed vuex state compiler warn
2022-05-14 18:48:43 -04:00
Nikita Krupin
06d4c96c01
search suggestions update bugfix
2022-05-14 17:20:44 -04:00
Nikita Krupin
eda7f3f982
channel loading and error states, reset before update
2022-05-14 14:48:24 -04:00
Nikita Krupin
96093241c0
tweak cache bugfix, channel load from watch page bugfix
2022-05-14 14:23:45 -04:00
Nikita Krupin
3b72897657
channel fetch from search
2022-05-14 01:10:38 -04:00
Nikita Krupin
7c76cf2802
search'n'tabs fix, channel card link from search fix
2022-05-14 00:45:48 -04:00
Nikita Krupin
d37f9b12ee
channel header and navigation
2022-05-14 00:36:56 -04:00
Nikita Krupin
20a7641119
channel global state setup
2022-05-14 00:16:15 -04:00
Nikita Krupin
b6eb64ebf6
tweaks spacing tweaks
2022-05-13 20:53:20 -04:00
Nikita Krupin
de63cae2c3
colorpicker radius fix
2022-05-13 20:45:00 -04:00
Nikita Krupin
4178938a88
setting & watch page rounding
2022-05-13 20:26:49 -04:00
Nikita Krupin
b59ae96b1b
more granular rounding controls, cuter comment spacing
2022-05-13 18:25:47 -04:00
Nikita Krupin
df1de94147
comment theming tweaks, hide search button on settings page
...
''
2022-05-13 15:54:14 -04:00
Nikita Krupin
ac9fa3f4da
resolving conflicts
2022-05-13 02:25:49 -04:00
Nikita Krupin
11b520991f
top and bottom bar refinements, custom backgroud color picker, theming cleanup, tweaks cleanup, video card radius style adjustment
2022-05-13 02:20:15 -04:00
Alex
f404f129f3
fix: merging error
2022-05-07 18:03:12 +12:00
Alex
f3333c0ae3
style: change vue v-for loops
2022-05-07 17:05:45 +12:00
Alex
d273a8cad1
fix: lag on opening reply drawer
2022-05-07 16:54:08 +12:00
Alex
634a7f3d09
Merge branch 'main' of https://github.com/Frontesque/VueTube into dev
2022-05-07 14:16:57 +12:00
Kenny
0b96f9f167
feat: ✨ Change how developer mode is accessed
2022-05-06 11:42:03 -04:00
Kenny
fae8bddd51
feat: ✨ langpacks for /mods/startup
2022-05-06 07:56:32 -04:00
Kenny
ad65af7203
feat: ✨ about page in language packs
2022-05-06 07:36:01 -04:00
Alex
a1a995f24f
Merge branch 'main' of https://github.com/Frontesque/VueTube into dev
2022-05-06 16:34:04 +12:00
Kenny
06c2737694
feat: ✨ Start on Language Packs
2022-05-05 23:11:28 -04:00
Nikita Krupin
d7952575ad
more tweaks to video card, watch page, about page and into animation
2022-05-05 20:57:40 -04:00
Nikita Krupin
65d3c9ec97
channel & video card tweaks
2022-05-05 19:39:41 -04:00
Nikita Krupin
66a3801597
confilcts resolved
2022-05-05 19:15:47 -04:00
Nikita Krupin
265f7d697f
confilcts resolved
2022-05-05 19:14:21 -04:00
Nikita Krupin
58eb17fee5
some incomplete channel stuff & more
2022-05-05 19:09:28 -04:00
Alex
f93dd684a3
merge main with dev
2022-05-06 09:22:35 +12:00
Kenny
cce0d90802
feat: ✨ beta player time info
2022-05-05 08:28:32 -04:00
Kenny
9acc1ceef4
fix: 🐛 Fix how utils.humanTime() works
2022-05-05 08:18:38 -04:00
Alex
1668db764c
Merge branch 'dev' of https://github.com/Frontesque/VueTube into working
2022-05-05 17:35:22 +12:00
Alex
225aaea1ba
feat(wip): reply popup
2022-05-05 17:32:02 +12:00
Nikita Krupin
bdab7b503d
minor fixes
2022-05-05 00:28:51 -04:00
Alex
ca5552ba27
fix: activates back button handling on the app only
2022-05-05 16:24:00 +12:00
Alex
bd83b0a81d
Merge branch 'main' of https://github.com/Frontesque/VueTube into working
2022-05-05 16:01:25 +12:00
Alex
a5c99845e1
feat(wip): comment replies
2022-05-05 15:57:37 +12:00
Nikita Krupin
199b6041c0
Merge branch 'dev' of github.com-picklenik:Frontesque/VueTube into channel-stuff
2022-05-04 21:35:35 -04:00
Front
c6c471b1a2
add WIP "humanTime" function to utils
2022-05-04 21:24:45 -04:00
Nikita Krupin
9cb5dad3c0
Merge branch 'Frontesque:main' into main
2022-05-04 19:10:30 -04:00
Nikita Krupin
9873ba5b72
failed to fullscreen the app
2022-05-04 19:09:29 -04:00
Alex
060bf56053
Merge branch 'main' of https://github.com/Frontesque/VueTube into working
2022-05-05 09:00:01 +12:00
Front
29ee7dd347
feat: ✨ Beta Player Duration Information
2022-05-04 16:58:07 -04:00
Front
cd7797b9b7
style: ⚡ Beta Player Stuff
...
ui improvements, bug fixes, etc
2022-05-04 16:31:35 -04:00
Kenny
bce23422e2
feat: ✨ Beta Player Toggle Controls
...
tap to toggle showing video controls
2022-05-04 09:08:41 -04:00
Kenny
64f5310262
refactor: 🎨 Beta Player Updates
...
Change how the controls overlay is handled
2022-05-04 08:56:17 -04:00
Alex
aff6cb6847
feat: channel wrapper
2022-05-04 17:21:14 +12:00
Alex
c9147c93f6
fix: small bugs
2022-05-04 15:29:29 +12:00
Alex
e8e13935b7
Merge branch 'main' of https://github.com/Frontesque/VueTube into working
2022-05-04 09:48:36 +12:00
Kenny
33e4e875cd
feat: stuff quick
2022-05-03 13:25:06 -04:00
Alex
025208b4c7
feat: new back button handler
2022-05-03 23:07:40 +12:00
Alex
8aa29e4361
fix: comment card error
2022-05-02 19:09:50 +12:00
Alex
5227bfd14c
fix: merge error
2022-05-02 17:16:46 +12:00
Alex
7322d830b5
Merge branch 'working' of https://github.com/404-Program-not-found/VueTube into working
2022-05-02 16:43:42 +12:00
Alex
7d27314a32
fix: minor bug fixes
2022-05-02 16:42:56 +12:00
Alex
366c77546a
feat(wip): back button API
2022-05-02 16:01:48 +12:00
Alex
d24aa518ed
Merge branch 'main' of https://github.com/Frontesque/VueTube into working
2022-05-02 09:36:14 +12:00
Front
08f8a5de86
feat: ✨ beta player stuff
2022-05-01 12:42:26 -04:00
Front
2a781b9e6b
fix: 🐛 fix beta player once and for all
...
i accidentially switched the beta player and legacy player in `~/pages/watch.vue` so they both broke. now fixed and both work better than ever
2022-04-29 17:38:56 -04:00
Kenny
0cb7a3511a
style: 🎨 Move 'player' to 'legacy player'
2022-04-29 07:52:03 -04:00
Kenny
36a995781a
fix: ⚡ Beta Player Updates
...
fix beta player (again), add 'seekbar' module and improve readability
2022-04-29 07:49:32 -04:00
Kenny
3c732c5f76
fix: 🐛 fix beta player
2022-04-28 21:44:37 -04:00
Alex
d738524bc1
feat: border tweak affects video
2022-04-25 15:24:46 +12:00
Alex
ec194bd005
fix: search suggestions button broke
2022-04-25 13:42:23 +12:00
Alex
d2267199fc
Merge branch 'main' of https://github.com/Frontesque/VueTube into main
2022-04-24 20:06:42 +12:00
Alex
b8e5fc0869
fix: pagination issues on home page
2022-04-24 20:05:36 +12:00
Alex
4f6fdddcad
feat: better back button handling. Removed redundant redirect for embed links
2022-04-24 18:44:32 +12:00
Front
6da5ca92ef
fix: 🐛 some player fixes
2022-04-24 00:07:05 -04:00
Alex
041cc70cf5
fix: minor graphical issues
2022-04-24 16:01:52 +12:00
Front
ae32d702fc
fix: 🐛 Fix duplicate beta player
2022-04-23 23:05:34 -04:00
Alex
d19d124b38
fix: calculated values
2022-04-23 17:53:24 +12:00
Alex
eff022b075
fix: typo in path
2022-04-23 17:23:55 +12:00
Alex
fec573347f
refactor!: made a base video renderer
2022-04-23 17:22:18 +12:00
Alex
167966d2fe
fix: small CSS change
2022-04-23 16:18:59 +12:00
Alex
ff23d2f9a9
Merge branch 'main' of https://github.com/Frontesque/VueTube into main
2022-04-23 16:11:35 +12:00
Alex
e332e1a5bb
fix: emergency fix for comment rendering error
2022-04-23 16:10:46 +12:00
Front
0fdce47f81
feat: ✨ add channel wip notice
...
#249
2022-04-22 23:51:24 -04:00
Kenny
8ce8a14903
Merge pull request #260 from Frontesque/dev
...
Merge pr #259 from dev to main
2022-04-22 23:44:52 -04:00
Front
c54f9fde84
fix: 🚑 Fix compile errors
...
Alex forgot to close a few divs in `/watch.vue`, been corrected
2022-04-22 23:36:58 -04:00
Alex
6d47e97121
fix: small stylistic changes on the comments
2022-04-22 21:06:31 +12:00
Alex
a075c4167a
fix: URL loading broke
2022-04-22 16:38:21 +12:00
Alex
ec7f8a9b85
feat: owner badge in comments
2022-04-21 22:51:49 +12:00
Alex
886b5f893d
feat: membership and verified comment badges
2022-04-21 21:22:40 +12:00
Alex
2ad58fbed4
refactor!: switched comments to be using the desktop web api
2022-04-21 17:29:50 +12:00
Alex
0ed974e577
fix: comment pagination breaks when reopened
2022-04-21 16:20:46 +12:00
Alex
e32ce215e9
feat: comments rendering urls and membership emojis
2022-04-21 14:38:22 +12:00
Alex
c613efb7cb
fix: loading forever if user reaches end of comments
2022-04-21 13:58:21 +12:00
Alex
5bbd37ffbf
feat: completed basic comment functions
2022-04-21 00:50:00 +12:00
Alex
92729a4d96
Merge branch 'main' of https://github.com/Frontesque/VueTube into working
2022-04-20 12:55:17 +12:00
Alex
3337a08095
feat: comments fully functional
2022-04-20 02:03:46 +12:00
Alex
bbef87b5ee
feat: basic custom bottom sheet
2022-04-18 17:58:59 +12:00
Nikita Krupin
fc5d46ccee
watch page improvements
2022-04-14 23:14:52 -04:00
Nikita Krupin
2e0fde9c86
Merge branch 'Frontesque:main' into main
2022-04-14 09:22:02 -04:00
Alex
ae6895a8fd
feat(WIP): comments
2022-04-14 16:22:02 +12:00
Alex
786960e2d2
feat(WIP): comments front end
2022-04-14 00:54:06 +12:00
Alex
7bf54990c6
feat: twemoji complete
2022-04-13 22:15:26 +12:00
Alex
dbdc6df79a
feat(WIP): tweemoji
2022-04-13 15:55:29 +12:00
Alex
3a78833baa
fix: link handling in search
2022-04-13 13:43:32 +12:00
Alex
9cf045dc45
Merge branch 'Frontesque:main' into main
2022-04-13 00:31:45 +12:00
Alex
28a89be112
fix: pressing a recommended video resets scroll, better page reset
2022-04-13 00:30:18 +12:00
Alex
00f1df1195
feat: external link handling
2022-04-12 17:51:49 +12:00
Alex
0ae3533eac
feat(WIP): better url handling
2022-04-12 17:26:33 +12:00
Nikita Krupin
4ceea52f55
rounded thumbnails
2022-04-12 00:04:03 -04:00
Nikita Krupin
aafce17a20
multi-item round tweak
2022-04-11 23:42:22 -04:00
Kenny
9d718a7845
fix: 🚑 Fix "Show Logs" in error page causing another error to appear
2022-04-11 12:30:37 -04:00
Kenny
895264d911
disable plugins button // incomplete
2022-04-11 08:24:45 -04:00
Alex
f0f2ae9135
merge fix
2022-04-11 17:06:40 +12:00
Alex
e3568abdac
merge settings.vue
2022-04-11 13:19:01 +12:00
Alex
e85f2f9b32
Merge branch 'main' of https://github.com/Frontesque/VueTube
2022-04-11 13:00:42 +12:00
Alex
b270a81281
fix: handle edge case where there are no description
2022-04-10 21:52:45 +12:00
Alex
2eafe89a85
refactor: better scrolling on the watch page
2022-04-10 21:19:37 +12:00
Alex
3f18325ca3
feat: comment bar
2022-04-09 18:20:51 +12:00
Alex
2ff9cb997e
feat: added toasts
2022-04-09 15:06:35 +12:00
Alex
4d039e3ed0
feat: better error logs on connecting
2022-04-09 14:28:08 +12:00
Alex
7ca3910285
Merge branch 'main' of https://github.com/Frontesque/VueTube
2022-04-08 08:30:42 +12:00
Alex
e7453f862e
feat: tweetmoji and comments (neither works yet)
2022-04-07 19:32:24 +12:00
Front
869480c5c2
feat: ✨ Material You logs
2022-04-06 20:31:43 -04:00
Front
a873a7ee7d
feat: ✨ Material you in startup
2022-04-06 20:30:34 -04:00
Front
6a5f1d192b
feat: ✨ Material You
2022-04-06 20:28:33 -04:00
Front
ff2141d3f2
fix: 🐛 Remove rounding from top / bottom of entire app
2022-04-06 20:24:09 -04:00
Front
fd673172a6
feat: ✨ Plugin stuff
...
update how plugins are handled & disabled plugin button for release
2022-04-06 20:23:01 -04:00
Kenny
19ca328a90
fix: 🐛 hotfix
...
Fix quick layout issue on about page
2022-04-06 12:09:59 -04:00
Kenny
c92c914769
feat: ✨ Update About Page
...
About page now uses material you :)
2022-04-06 12:08:43 -04:00
Kenny
98820a04ab
fix: 🚑 Fix 404 error for /embed/
2022-04-06 10:47:25 -04:00
Kenny
163e320e34
fix: 🚑 Fix player registry key
2022-04-05 12:54:40 -04:00
Kenny
ca794fa8bc
feat: ✨ Beta Player Registry Key
...
as the title says
2022-04-05 12:39:27 -04:00
Kenny
08f59ee58b
feat: ✨ Make registry editor support rounded corners
2022-04-05 10:58:17 -04:00
Kenny
f5f2ab85cf
change wording on splash screen
2022-04-05 09:41:29 -04:00
Alex
3737eb9b7a
Merge branch 'main' of https://github.com/404-Program-not-found/VueTube into main
2022-04-05 21:06:20 +12:00
Alex
89e06164af
merge
2022-04-05 21:04:17 +12:00
Alex
94e0108197
Merge branch 'main' of https://github.com/Frontesque/VueTube
2022-04-05 21:04:06 +12:00
Front
d00421ff9a
style: ✨ add dependancies
2022-04-04 18:25:12 -04:00
Front
7d9d1bc96a
refactor: ✨ Add TPPL
...
TPPL is how vuetube now manages third party plugins (Third Party Plugin Loader)
2022-04-04 17:49:24 -04:00
Nikita Krupin
2dc3df8a62
fixes, fixes
2022-04-04 16:10:44 -04:00
Nikita Krupin
84e16926a0
disabled plugin toggle since there's nothing to toggle (yet)
2022-04-04 16:09:27 -04:00
Nikita Krupin
0404734b81
plugin card ui
2022-04-04 16:06:08 -04:00
Kenny
98b6393fc4
feat: ✨ Add plugins
...
Add 'test plugin' already installed by default
2022-04-04 14:03:05 -04:00
Kenny
7503ae123e
feat: ✨ Allow video links to be searched
...
If you type a youtube link in the search bar (eg. youtu.be, youtube.com/watch, etc) you can directly open the video
136
2022-04-04 12:07:10 -04:00
Kenny
19e9070e77
style: 🎨 Lint
...
Lint topNavigation
2022-04-04 11:42:42 -04:00
Alex
25fbeab72f
refactor: changed to web endpoint because youtube is breaking the android JSON API
2022-04-04 23:33:16 +12:00
Front
10339598e8
style: 🎨 Lint
2022-04-03 20:39:48 -04:00
Front
838447d3ff
style: 🎨 Slight UI tweaks
...
Fix some bugs on the updates page
fix 215
2022-04-03 20:37:17 -04:00
Kenny
c4c4d08343
Merge pull request #219 from 404-Program-not-found/main
...
Added recommendation based off of watch history and home page pagination
2022-04-03 03:25:06 -04:00
Alex
6d9df0dfbf
feat: recommendation based on watch history
2022-04-02 19:11:52 +13:00
Alex
9d83a56aeb
feat: video watchtime now affects recommendations (I think)
2022-04-02 02:04:52 +13:00
Kenny
5d93431a24
april first joke
2022-04-01 07:19:34 -04:00
Alex
142afabda2
feat: pagination loader
2022-04-01 16:03:25 +13:00
Alex
d8c16f5456
Merge branch 'main' of https://github.com/Frontesque/VueTube into main
2022-04-01 15:03:54 +13:00
Front
58be0e4325
feat: ✨ Click dev buttons 5 times for dev mode
2022-03-31 21:40:25 -04:00
Front
7e50413fcb
fix: 🐛 Developer mode pt 5
...
Fix random entries displaying in create menu
2022-03-31 21:27:06 -04:00
Front
37e99f6b7d
fix: 🐛 Developer mode pt 4
...
fix some layout stuff
2022-03-31 21:25:41 -04:00
Front
dc242fd037
feat: ✨ Developer mode pt 3
...
Add creating registry entries
2022-03-31 21:23:30 -04:00
Front
04717a3ed4
feat: ✨ Developer mode pt 2
...
Add editing registry keys
2022-03-31 21:10:28 -04:00
Alex
58d61be3a3
Merge branch 'main' of https://github.com/Frontesque/VueTube into main
2022-04-01 14:03:31 +13:00
Alex
6e565d66b7
feat: pagination, url handling, tracking
2022-04-01 14:02:08 +13:00
Front
e408b8ee7e
feat: ✨ Developer mode
...
add developer mode part 1
2022-03-31 21:01:34 -04:00
Nikita Krupin
9a82f907bb
prev commits close #91 , close #209 , close #99 , close #139
2022-03-31 20:15:13 -04:00
Nikita Krupin
975e00a692
ios notch fix, pinch to zoom gesture disabled
2022-03-31 19:58:37 -04:00
Nikita Krupin
84ac0c7595
native haptics
2022-03-31 19:33:39 -04:00
Nikita Krupin
b612cc1887
better toggle accessibility
2022-03-31 18:34:09 -04:00
Nikita Krupin
4a6bb75278
theming applied in more places
2022-03-31 18:25:31 -04:00
Nikita Krupin
e5fb705d42
theme bugfixes & startup cleanup
2022-03-31 17:26:53 -04:00
Nikita Krupin
0a370a8f3b
reduced motion preverence for intro animation
2022-03-31 10:20:42 -04:00
Nikita Krupin
1fc37f0912
theming adjustments throughout the app
2022-03-31 02:01:29 -04:00
Nikita Krupin
1db176340c
I accidentally disabled all linting before
2022-03-31 01:30:47 -04:00
Nikita Krupin
b30824acc4
Merge branch 'Frontesque:main' into main
2022-03-31 01:20:25 -04:00
Nikita Krupin
38d552a7ac
theme fetch fix, startup progress messages, hot rebuild timer, disabled multiline linting rule because annoying
2022-03-31 01:20:00 -04:00
Nikita Krupin
0a7eb3e6cb
theme cleanup and startup fetch
2022-03-31 00:22:24 -04:00
Alex
1db075c5ee
Merge branch 'main' of https://github.com/404-Program-not-found/VueTube into main
2022-03-31 16:00:36 +13:00
Alex
79c6b9efdd
feat: continuation script
2022-03-31 15:22:22 +13:00
Kenny
62c8e90299
Merge branch 'main' of https://github.com/Frontesque/VueTube
2022-03-30 12:57:55 -04:00
Kenny
cace94c644
feat: 👍 add seek bar to beta player
2022-03-30 12:57:49 -04:00
Kenny
dc1161a35c
change 'Virtual Device' to 'Emulator' in '~/Pages/Mods/About'
2022-03-30 09:46:35 -04:00
Kenny
432d0b84b6
feat: 🎨 More progress on the player
2022-03-30 08:53:23 -04:00
Kenny
059ace024c
refactor: ⚡
2022-03-30 08:32:08 -04:00
Kenny
7082cde26a
fix: 🚑 Fix alex's mess ups
...
we love him anyway <3
2022-03-30 07:38:15 -04:00
Nikita Krupin
d18e265040
conflicts resolved
2022-03-29 22:39:21 -04:00
Nikita Krupin
e64cfe27c8
theme refactoring finally complete
2022-03-29 22:37:54 -04:00
Kenny
9a824998ae
Merge pull request #207 from etekweb/views-likes-commas
...
Fixed comma separation on view/like counters
2022-03-29 09:57:00 -04:00
Alex
fba7caef4c
feat: test for youtube recommendation change after click on video
2022-03-29 20:02:52 +13:00
Nikita Krupin
cc155e4f0d
just in case my laptop spontaneously combusts
2022-03-29 00:47:44 -04:00
Ethan
3b71af756e
fixed comma separation on view/like counters
2022-03-28 21:47:30 -05:00
Ethan
b7fc257ea0
fixed description not appearing
2022-03-28 21:30:20 -05:00
Nikita Krupin
b7f5624110
theme refactoring
2022-03-28 15:59:08 -04:00
Alex
c540930135
chore: remove unused "roblox" call
2022-03-28 17:07:14 +13:00
Alex
588b278352
feat: refactor renderer.js to be a utility class
2022-03-28 15:07:03 +13:00
Nikita Krupin
00c255d4a6
conflicts fixed
2022-03-27 17:16:27 -04:00
Nikita Krupin
820e29c026
smol theme refactoring
2022-03-27 17:14:38 -04:00
Kenny
99c8ea03a5
Merge pull request #203 from 404-Program-not-found/main
...
fix: in app-browser of description links
2022-03-27 08:31:37 -04:00
Alex
88aa853b95
fix: in app-browser of description links
2022-03-28 00:24:34 +13:00
Kenny
8ed5829766
Merge pull request #202 from etekweb/cache-fix
...
fix for cached home feed
2022-03-27 07:03:33 -04:00
Alex
3030101069
refactor: make string conversion more error-proof
2022-03-27 22:15:09 +13:00
Alex
1ea6f6bdfb
fix: spacing
2022-03-27 18:48:27 +13:00
Ethan
3a81bd9535
fix for cached home feed
2022-03-27 00:00:09 -05:00
Alex
8be63132c4
fix: link broke
2022-03-27 17:49:12 +13:00
Alex
123a28b9a3
feat: added description rendering
2022-03-27 17:31:32 +13:00
Alex
0baa3611cc
chore: remove unneeded iconv import
2022-03-26 23:39:40 +13:00
Alex
98102c2614
fix: problems relating to the search feature
2022-03-26 21:24:40 +13:00
Alex
3ce7704a00
Merge branch 'main' of https://github.com/Frontesque/VueTube into main
2022-03-26 16:58:20 +13:00
Alex
43ff6ac3f4
fix: error that broke switching between recommendations
2022-03-26 16:54:34 +13:00
Front
b4ccac5ff7
Merge branch 'main' of https://github.com/Frontesque/VueTube
2022-03-25 23:26:40 -04:00
Front
93772f231c
feat: ✨ Start on custom player
2022-03-25 23:25:28 -04:00
Nikita Krupin
0c11c948ff
theme cleanup, searchbar adjustments
2022-03-25 15:21:48 -04:00
Nikita Krupin
80ddafeea5
conflicts resolved
2022-03-25 14:53:31 -04:00
Nikita Krupin
ffad872bca
ios fixes added, unused theme property removed, splash screen colors changed
2022-03-25 14:50:18 -04:00
Kenny
82459841ca
fix: 🐛 Possibly fix #82
...
#82
2022-03-25 08:07:35 -04:00
ImgBotApp
a234733823
[ImgBot] Optimize images
...
*Total -- 826.88kb -> 610.79kb (26.13%)
/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732.png -- 45.05kb -> 28.39kb (36.98%)
/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732-2.png -- 45.05kb -> 28.39kb (36.98%)
/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732-1.png -- 45.05kb -> 28.39kb (36.98%)
/android/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png -- 20.68kb -> 13.11kb (36.61%)
/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png -- 50.53kb -> 32.32kb (36.05%)
/android/app/src/main/res/mipmap-hdpi/ic_launcher_background.png -- 10.94kb -> 7.34kb (32.87%)
/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png -- 94.04kb -> 63.21kb (32.79%)
/android/app/src/main/res/drawable-land-xxxhdpi/splash.png -- 36.11kb -> 24.82kb (31.27%)
/android/app/src/main/res/drawable-port-xxxhdpi/splash.png -- 35.43kb -> 24.45kb (30.98%)
/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png -- 3.98kb -> 2.76kb (30.71%)
/android/app/src/main/res/drawable-land-xxhdpi/splash.png -- 27.19kb -> 19.15kb (29.57%)
/android/app/src/main/res/drawable-port-xxhdpi/splash.png -- 25.87kb -> 18.48kb (28.58%)
/android/app/src/main/res/drawable-land-xhdpi/splash.png -- 20.11kb -> 14.47kb (28.05%)
/android/app/src/main/res/drawable-port-xhdpi/splash.png -- 18.90kb -> 13.80kb (26.95%)
/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png -- 2.73kb -> 2.03kb (25.57%)
/android/app/src/main/res/drawable-land-hdpi/splash.png -- 11.23kb -> 8.51kb (24.25%)
/android/app/src/main/res/mipmap-mdpi/ic_launcher_background.png -- 4.21kb -> 3.21kb (23.66%)
/android/app/src/main/res/drawable-port-hdpi/splash.png -- 10.80kb -> 8.25kb (23.64%)
/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png -- 1.66kb -> 1.27kb (23.29%)
/android/app/src/main/res/drawable/splash.png -- 6.42kb -> 4.94kb (23.1%)
/android/app/src/main/res/drawable-land-mdpi/splash.png -- 6.42kb -> 4.94kb (23.1%)
/android/app/src/main/res/drawable-port-mdpi/splash.png -- 6.16kb -> 4.77kb (22.55%)
/android/app/src/main/ic_launcher-playstore.png -- 112.95kb -> 89.94kb (20.38%)
/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -- 9.62kb -> 7.88kb (18.16%)
/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png -- 1.17kb -> 0.96kb (18.09%)
/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -- 15.55kb -> 12.77kb (17.91%)
/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@1x.png -- 2.71kb -> 2.24kb (17.44%)
/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@2x-1.png -- 2.71kb -> 2.24kb (17.44%)
/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@2x.png -- 2.71kb -> 2.24kb (17.44%)
/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png -- 5.48kb -> 4.54kb (17.19%)
/NUXT/static/icon.svg -- 1.25kb -> 1.04kb (16.68%)
/android/app/src/main/res/mipmap-mdpi/ic_launcher.png -- 2.57kb -> 2.19kb (14.8%)
/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@2x-1.png -- 4.10kb -> 3.50kb (14.71%)
/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@2x.png -- 4.10kb -> 3.50kb (14.71%)
/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@3x.png -- 4.20kb -> 3.58kb (14.67%)
/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@1x.png -- 1.81kb -> 1.56kb (13.95%)
/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-76x76@1x.png -- 5.80kb -> 5.02kb (13.41%)
/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@3x.png -- 6.66kb -> 5.84kb (12.3%)
/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@2x.png -- 5.99kb -> 5.26kb (12.17%)
/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@2x-1.png -- 5.99kb -> 5.26kb (12.17%)
/android/app/src/main/res/mipmap-hdpi/ic_launcher.png -- 3.57kb -> 3.16kb (11.64%)
/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png -- 22.48kb -> 20.43kb (9.14%)
/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-76x76@2x.png -- 12.64kb -> 11.49kb (9.1%)
/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-83.5x83.5@2x.png -- 14.23kb -> 12.99kb (8.66%)
/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-60x60@3x.png -- 15.90kb -> 14.53kb (8.61%)
/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@3x.png -- 9.18kb -> 8.40kb (8.49%)
/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-60x60@2x.png -- 9.18kb -> 8.40kb (8.49%)
/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png -- 0.73kb -> 0.68kb (7.22%)
/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png -- 13.97kb -> 13.16kb (5.79%)
/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@1x.png -- 1.06kb -> 1.01kb (4.97%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2022-03-25 04:27:32 +00:00
Kenny
9c7b1d0778
style: 🎨 lint with ES Lint
2022-03-24 23:25:51 -04:00
Front
24fc907b4c
style: 🎨 Seperate "video player" into its own component
2022-03-24 18:47:48 -04:00
Nikita Krupin
bf884a4607
Merge branch 'Frontesque:main' into main
2022-03-24 18:12:11 -04:00