Skip to content

Commit 237cc0c

Browse files
authored
Merge pull request #12 from Open-Webtoon-Reader/rework/new-ui
Merge new UI to Main
2 parents da80d3b + b5816d8 commit 237cc0c

File tree

151 files changed

+13016
-3127
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+13016
-3127
lines changed

.eslintrc.cjs

Lines changed: 0 additions & 70 deletions
This file was deleted.

.gitignore

Lines changed: 17 additions & 232 deletions
Original file line numberDiff line numberDiff line change
@@ -1,239 +1,24 @@
1-
# Created by https://www.toptal.com/developers/gitignore/api/vuejs,node,webstorm+all
2-
# Edit at https://www.toptal.com/developers/gitignore?templates=vuejs,node,webstorm+all
1+
# Nuxt dev/build outputs
2+
.output
3+
.data
4+
.nuxt
5+
.nitro
6+
.cache
7+
dist
8+
9+
# Node dependencies
10+
node_modules
311

4-
### Node ###
512
# Logs
613
logs
714
*.log
8-
npm-debug.log*
9-
yarn-debug.log*
10-
yarn-error.log*
11-
lerna-debug.log*
12-
.pnpm-debug.log*
13-
14-
# Diagnostic reports (https://nodejs.org/api/report.html)
15-
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
16-
17-
# Runtime data
18-
pids
19-
*.pid
20-
*.seed
21-
*.pid.lock
22-
23-
# Directory for instrumented libs generated by jscoverage/JSCover
24-
lib-cov
25-
26-
# Coverage directory used by tools like istanbul
27-
coverage
28-
*.lcov
29-
30-
# nyc test coverage
31-
.nyc_output
32-
33-
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
34-
.grunt
35-
36-
# Bower dependency directory (https://bower.io/)
37-
bower_components
38-
39-
# node-waf configuration
40-
.lock-wscript
41-
42-
# Compiled binary addons (https://nodejs.org/api/addons.html)
43-
build/Release
44-
45-
# Dependency directories
46-
node_modules/
47-
jspm_packages/
48-
49-
# Snowpack dependency directory (https://snowpack.dev/)
50-
web_modules/
51-
52-
# TypeScript cache
53-
*.tsbuildinfo
54-
55-
# Optional npm cache directory
56-
.npm
5715

58-
# Optional eslint cache
59-
.eslintcache
16+
# Misc
17+
.DS_Store
18+
.fleet
19+
.idea
6020

61-
# Optional stylelint cache
62-
.stylelintcache
63-
64-
# Microbundle cache
65-
.rpt2_cache/
66-
.rts2_cache_cjs/
67-
.rts2_cache_es/
68-
.rts2_cache_umd/
69-
70-
# Optional REPL history
71-
.node_repl_history
72-
73-
# Output of 'npm pack'
74-
*.tgz
75-
76-
# Yarn Integrity file
77-
.yarn-integrity
78-
79-
# dotenv environment variable files
21+
# Local env files
8022
.env
81-
.env.development.local
82-
.env.test.local
83-
.env.production.local
84-
.env.local
85-
86-
# parcel-bundler cache (https://parceljs.org/)
87-
.cache
88-
.parcel-cache
89-
90-
# Next.js build output
91-
.next
92-
out
93-
94-
# Nuxt.js build / generate output
95-
.nuxt
96-
dist
97-
98-
# Gatsby files
99-
.cache/
100-
# Comment in the public line in if your project uses Gatsby and not Next.js
101-
# https://nextjs.org/blog/next-9-1#public-directory-support
102-
# public
103-
104-
# vuepress build output
105-
.vuepress/dist
106-
107-
# vuepress v2.x temp and cache directory
108-
.temp
109-
110-
# Docusaurus cache and generated files
111-
.docusaurus
112-
113-
# Serverless directories
114-
.serverless/
115-
116-
# FuseBox cache
117-
.fusebox/
118-
119-
# DynamoDB Local files
120-
.dynamodb/
121-
122-
# TernJS port file
123-
.tern-port
124-
125-
# Stores VSCode versions used for testing VSCode extensions
126-
.vscode-test
127-
128-
# yarn v2
129-
.yarn/cache
130-
.yarn/unplugged
131-
.yarn/build-state.yml
132-
.yarn/install-state.gz
133-
.pnp.*
134-
135-
### Node Patch ###
136-
# Serverless Webpack directories
137-
.webpack/
138-
139-
# Optional stylelint cache
140-
141-
# SvelteKit build / generate output
142-
.svelte-kit
143-
144-
### Vuejs ###
145-
# Recommended template: Node.gitignore
146-
147-
dist/
148-
npm-debug.log
149-
yarn-error.log
150-
151-
### WebStorm+all ###
152-
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
153-
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
154-
155-
# User-specific stuff
156-
.idea/**/workspace.xml
157-
.idea/**/tasks.xml
158-
.idea/**/usage.statistics.xml
159-
.idea/**/dictionaries
160-
.idea/**/shelf
161-
162-
# AWS User-specific
163-
.idea/**/aws.xml
164-
165-
# Generated files
166-
.idea/**/contentModel.xml
167-
168-
# Sensitive or high-churn files
169-
.idea/**/dataSources/
170-
.idea/**/dataSources.ids
171-
.idea/**/dataSources.local.xml
172-
.idea/**/sqlDataSources.xml
173-
.idea/**/dynamic.xml
174-
.idea/**/uiDesigner.xml
175-
.idea/**/dbnavigator.xml
176-
177-
# Gradle
178-
.idea/**/gradle.xml
179-
.idea/**/libraries
180-
181-
# Gradle and Maven with auto-import
182-
# When using Gradle or Maven with auto-import, you should exclude module files,
183-
# since they will be recreated, and may cause churn. Uncomment if using
184-
# auto-import.
185-
# .idea/artifacts
186-
# .idea/compiler.xml
187-
# .idea/jarRepositories.xml
188-
# .idea/modules.xml
189-
# .idea/*.iml
190-
# .idea/modules
191-
# *.iml
192-
# *.ipr
193-
194-
# CMake
195-
cmake-build-*/
196-
197-
# Mongo Explorer plugin
198-
.idea/**/mongoSettings.xml
199-
200-
# File-based project format
201-
*.iws
202-
203-
# IntelliJ
204-
out/
205-
206-
# mpeltonen/sbt-idea plugin
207-
.idea_modules/
208-
209-
# JIRA plugin
210-
atlassian-ide-plugin.xml
211-
212-
# Cursive Clojure plugin
213-
.idea/replstate.xml
214-
215-
# SonarLint plugin
216-
.idea/sonarlint/
217-
218-
# Crashlytics plugin (for Android Studio and IntelliJ)
219-
com_crashlytics_export_strings.xml
220-
crashlytics.properties
221-
crashlytics-build.properties
222-
fabric.properties
223-
224-
# Editor-based Rest Client
225-
.idea/httpRequests
226-
227-
# Android studio 3.1+ serialized cache file
228-
.idea/caches/build_file_checksums.ser
229-
230-
### WebStorm+all Patch ###
231-
# Ignore everything but code style settings and run configurations
232-
# that are supposed to be shared within teams.
233-
234-
.idea/*
235-
236-
!.idea/codeStyles
237-
!.idea/runConfigurations
238-
239-
# End of https://www.toptal.com/developers/gitignore/api/vuejs,node,webstorm+all
23+
.env.*
24+
!.env.example

LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)