Commit Graph
100 Commits
Author SHA1 Message Date
Arief Rachmawan 791e1adb08 Merge pull request #40 from mbahArip/v2
fix: Download button and Internal link button
2025-01-31 06:20:39 +07:00
mbaharip 172d215048 fix: invalid download url on button 2025-01-31 06:10:13 +07:00
mbaharip 28bdd173d3 fix: return 0 instead of empty when showGuideButton is hidden 2025-01-31 06:09:54 +07:00
Arief Rachmawan 28000b07c0 Merge pull request #38 from mbahArip/v2
Fix: Build error because `BASE_URL` constant doesn't return fallback
2025-01-29 16:13:58 +07:00
mbaharip 3755eaaebe fix: favor VERCEL_URL instead of VERCEL_PROJECT_PRODUCTION_URL 2025-01-29 16:09:18 +07:00
mbaharip e9078568af fix: Build error because BASE_URL doesn't return to fallback 2025-01-29 16:04:28 +07:00
Arief Rachmawan 2ea85b22e5 Merge pull request #37 from mbahArip/v2
v2.0.4 fixes
2025-01-28 07:39:21 +07:00
mbaharip b8b1d34557 fix: Load v2.0.4 config failed because of triple double quotes 2025-01-28 07:34:35 +07:00
mbaharip 5cba2f7452 fix: Load JSON button not loading when processing 2025-01-28 07:34:11 +07:00
mbaharip 9d990c9ed0 update: deploy guide 2025-01-28 07:18:52 +07:00
Arief Rachmawan fc3f2bc4de Merge pull request #35 from mbahArip/v2
Merge version 2.0.4
2025-01-26 05:04:55 +07:00
mbaharip fe996b3ee0 update: Remove highlight blockquote from Why I made this section 2025-01-26 04:47:06 +07:00
mbaharip d73d8cd30e update: Highlight blockquote 2025-01-26 04:43:08 +07:00
mbaharip 9696fbf689 fix: missing banner, since I changed the extension 2025-01-26 03:47:06 +07:00
mbaharip 4a2c575566 chore: update readme 2025-01-26 03:46:19 +07:00
mbaharip ce116291b9 update: Deploy guide content and styling 2025-01-26 03:20:58 +07:00
mbaharip 968b904579 fix: breadcrumb path missing last item because of pop() 2025-01-26 03:20:41 +07:00
mbaharip bf3f688fdd Versioning untracked files 2025-01-24 18:17:26 +07:00
mbaharip 4dce74c506 fix: add webpack resolve alias, hoping it would fix can't resolve alias path 2025-01-24 18:12:10 +07:00
mbaharip 0bf1974e4b chore: Remove unused deps 2025-01-24 17:52:06 +07:00
mbaharip 6168d1bdd4 fix: Add .dark to safelist to make sure it's generated 2025-01-24 17:51:48 +07:00
mbaharip 91b2d11198 update: Only allow tsx and ts page ext 2025-01-24 17:51:29 +07:00
mbaharip 86e152cd27 update Separate internal to it's own route file 2025-01-24 17:51:09 +07:00
mbaharip a6190ae40d update: Add support for Netlify, Cloudflare, Railway, and Render 2025-01-24 17:50:49 +07:00
mbaharip 29d22288e0 update: Remove unused schema, and disable export on local schema 2025-01-24 17:50:22 +07:00
mbaharip cd2a6ee781 update: Move code higlight var to globals 2025-01-24 17:49:58 +07:00
mbaharip 40bae6385f update: Remove ServiceAccount type, use existing ServiceAccount Schema instead 2025-01-24 17:49:43 +07:00
mbaharip 756c904bbb update: Move media icons to lib 2025-01-24 17:49:11 +07:00
mbaharip 96e054c1b8 fix: basePath that causing build failure 2025-01-24 17:48:54 +07:00
mbaharip 09e8f80d50 chore: Remove unused things 2025-01-24 17:48:35 +07:00
mbaharip 63b48734c6 fix: basePath that causing build failure 2025-01-24 17:48:14 +07:00
mbaharip 83b7f4ba0a update: Cleanup import, replace all relative path to alias 2025-01-24 17:47:46 +07:00
mbaharip 5e0bf9d65d update: Add dynamic configuration 2025-01-24 17:47:23 +07:00
mbaharip c99bc7bde2 fix: Change metadataBase causing build failure 2025-01-24 17:47:03 +07:00
mbaharip 33c50765e7 update: Separate internal to it's own route file 2025-01-24 17:46:24 +07:00
mbaharip 128f3c494d update: Remove use client directive since it's already used on the component 2025-01-24 17:45:56 +07:00
mbaharip 9f43c6ba99 update: Move not found to component 2025-01-24 17:45:17 +07:00
mbaharip ce920feb3b update: Change z-index 2025-01-24 17:44:49 +07:00
mbaharip 0c6f160192 update: Move error to component 2025-01-24 17:44:16 +07:00
mbaharip dc92a8af7d update: Add dynamic configuration 2025-01-24 17:43:50 +07:00
mbaharip cd9aca123c update: force to use key on production 2025-01-24 17:43:17 +07:00
mbaharip 9b42865237 update: rename tsx to ts 2025-01-24 17:42:26 +07:00
mbaharip 7c0e5bb713 update: Move internal to components instead of app dir 2025-01-24 17:41:33 +07:00
mbaharip 8ace6fdff2 update: remove unused cache func 2025-01-24 17:40:55 +07:00
mbaharip c25dbaa96a update: Pause toaster when unfocus 2025-01-24 08:03:12 +07:00
mbaharip af68cd68db update: Longer toaster duration 2025-01-24 08:03:01 +07:00
mbaharip 2bf30529d5 fix: Update import Icon from component instead 2025-01-24 08:02:43 +07:00
mbaharip 8361c36b3b other: Remove unused things 2025-01-24 08:01:53 +07:00
mbaharip 3e4eee52e6 format: prettier format 2025-01-24 08:01:09 +07:00
mbaharip f7e56c5023 feat: Configurator page finished 2025-01-24 07:59:11 +07:00
mbaharip 0c722c176b other: Add explanation 2025-01-21 22:07:46 +07:00
mbaharip 7522f99dd8 wip: internal page (guide, configurator, embed) 2025-01-21 22:06:22 +07:00
mbaharip 3770249ab0 feat Add Vidstack replacing Plyr 2025-01-21 22:05:55 +07:00
mbaharip 7860890a61 update: remove body style, and change paragraph margin top 2025-01-21 22:05:41 +07:00
mbaharip 1926fedf68 update: add siteConfig argument to set replace value 2025-01-21 22:05:06 +07:00
mbaharip 3944f3f5f8 wip: configurator 2025-01-21 22:03:41 +07:00
mbaharip 1b85802bfe format: eslint format 2025-01-21 22:02:46 +07:00
mbaharip b37097b6a1 update: rename configuration name, and add preview configuration (break old config) 2025-01-21 22:02:26 +07:00
mbaharip c0efc5043f update: shadcn latest component 2025-01-21 22:01:41 +07:00
mbaharip c25f163e62 update: cleanup component, and fix couple things 2025-01-21 22:01:14 +07:00
mbaharip 1023229410 update: api router, to use new encryption and support new feature 2025-01-21 21:59:58 +07:00
mbaharip bc0467cd97 update: split all actions based on usage 2025-01-21 21:59:09 +07:00
mbaharip 3ce78a7278 wip: configurator 2025-01-21 21:58:44 +07:00
mbaharip 599988968e format: prettier format 2025-01-21 21:57:38 +07:00
mbaharip e9db9e4e06 wip: Internal page (guide, configurator, embed) 2025-01-21 21:56:45 +07:00
mbaharip 287cb9b903 feat: Add Vidstack replacing Plyr 2025-01-21 21:55:00 +07:00
mbaharip ec795f49a1 update: install/upgrade deps 2025-01-21 21:53:58 +07:00
mbaharip 55ab28c05b update: remove _ pattern 2025-01-21 21:53:24 +07:00
mbaharip 45be79757f update: explanation for each env 2025-01-21 21:52:35 +07:00
mbaharip fdb55cccf5 [Update] Update various configuration files, ESLint config, Prettier config, and added new files including a CHANGELOG.md. 2025-01-01 09:02:47 +07:00
Arief Rachmawan f8ce207e4b Merge pull request #33 from mbahArip/v2
Fix Manga Preview error when build
2024-10-05 07:43:41 +07:00
Arief Rachmawan b8ad5ad890 Fix: manga preview throw alwaysfaulty error 2024-10-05 07:34:07 +07:00
Arief Rachmawan 5e4145b29c Update README.md
Add important note
2024-08-15 21:14:42 +07:00
mbaharip 2ddd058579 Add issues 2024-06-06 18:57:41 +07:00
Arief Rachmawan fcdac1f45c Merge pull request #23 from mbahArip/v2
Fix: inconsistence cache between route and gdrive
2024-05-29 16:02:30 +07:00
mbaharip c3a524748e Fix: fetch has revalidate of 1 hour instead of 1 minutes like the route cache 2024-05-29 15:55:39 +07:00
Arief Rachmawan bf7eb779f8 Version 2.03
V2.0.3
2024-05-18 18:56:31 +07:00
mbaharip 9d27ae76bb Fix banner 2024-05-18 18:43:37 +07:00
mbaharip 611026a2c5 Update Readme and Add License 2024-05-18 18:38:35 +07:00
mbaharip 7c15cd5a87 remove console.log statements 2024-05-18 15:20:00 +07:00
mbaharip e5367e9a1a prettier format 2024-05-18 15:19:11 +07:00
mbaharip 356c8fc3e9 chore: prettier format 2024-05-18 15:19:07 +07:00
mbaharip 486ea322e7 Bump version and other 2024-05-18 15:18:03 +07:00
mbaharip a67031b11a Clean up and redo Config & Theme 2024-05-18 15:17:45 +07:00
mbaharip 722690ac4d Fix showing wrong content 2024-05-16 01:02:01 +07:00
mbaharip e0bb4c38c7 Fix symbols not escaped 2024-05-09 19:48:51 +07:00
mbaharip 0eeaf04b2c Add theme customizer 2024-05-09 15:31:39 +07:00
mbaharip eda30f23c4 Add math equation parse from config 2024-05-09 06:44:45 +07:00
mbaharip 93e125144b Bump version, and remove unused comments 2024-05-09 06:44:02 +07:00
mbaharip 752550b05b Add info alert about deploy page 2024-05-09 06:43:36 +07:00
mbaharip 6c768ac703 Update default config and Fix download blob 2024-05-09 06:43:19 +07:00
mbaharip ac0ad0e280 Add itemsPerPage and searchResult config 2024-05-09 06:42:23 +07:00
mbaharip b066e40978 Fix missing %t support from name template 2024-05-09 06:41:52 +07:00
mbaharip 7b240bdde8 Update scrollbar background style 2024-05-09 06:41:36 +07:00
mbaharip e7ae919090 Disable cache when fetching cache, and add support for shortcut readme 2024-05-09 06:41:24 +07:00
mbaharip 89c03b7cd4 Update deploy guide icon 2024-05-09 06:40:20 +07:00
mbaharip 54687572d4 Add dev indicator at the bottom of the page 2024-05-09 06:39:48 +07:00
Arief Rachmawan ecb3bc64e5 Merge pull request #17 from mbahArip/v2
Stream file and other fix
2024-05-08 10:06:15 +07:00
mbaharip 5dd73903f0 Add view document button on document preview 2024-05-08 09:49:24 +07:00
mbaharip fe0e266256 Add isDev helper to dev / preview check 2024-05-08 09:18:43 +07:00