Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ghozi Fattah Allauddin #28

Open
wants to merge 33 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
35b2d38
feat: init tailwind
ghozifa Aug 16, 2022
c882041
feat: login
ghozifa Aug 17, 2022
c03a7e9
Merge pull request #2 from ghozifa/feat-login
ghozifa Aug 17, 2022
f8563b3
feat: register
ghozifa Aug 17, 2022
513a286
Merge pull request #3 from ghozifa/feat-register
ghozifa Aug 17, 2022
cd8e21d
feat: logout
ghozifa Aug 17, 2022
161e213
Merge pull request #4 from ghozifa/feat-logout
ghozifa Aug 17, 2022
de52700
component dropdown
ghozifa Aug 17, 2022
08a0159
Merge pull request #5 from ghozifa/component-dropdown
ghozifa Aug 17, 2022
ec47016
home page
ghozifa Aug 17, 2022
08b93a8
Merge pull request #6 from ghozifa/home-page
ghozifa Aug 17, 2022
4c14990
feat: pagination, search
ghozifa Aug 17, 2022
bdbfdfe
Merge pull request #7 from ghozifa/paginaton-search
ghozifa Aug 17, 2022
2a19d54
feat: add edit post
ghozifa Aug 17, 2022
08c0cbc
Merge pull request #8 from ghozifa/add-edit-post
ghozifa Aug 17, 2022
2ea39d1
fix feat add edit post
ghozifa Aug 17, 2022
395c291
feat: search song by artist
ghozifa Aug 17, 2022
4c85fc2
Merge pull request #9 from ghozifa/search-song-page
ghozifa Aug 17, 2022
3270882
feat: add admin
ghozifa Aug 17, 2022
68a14d8
Merge pull request #10 from ghozifa/add-admin
ghozifa Aug 17, 2022
f6e9c96
review page
ghozifa Aug 17, 2022
f39aa43
Merge pull request #11 from ghozifa/review-page
ghozifa Aug 17, 2022
e31af5f
feat: discus (uncompleted), page 404
ghozifa Aug 17, 2022
f9f9748
Merge pull request #12 from ghozifa/feat-disqus
ghozifa Aug 17, 2022
3aae83a
fix issues
ghozifa Aug 18, 2022
5aa7826
feat: login google
ghozifa Aug 18, 2022
11b7546
Merge pull request #13 from ghozifa/feat-login-google
ghozifa Aug 18, 2022
92b1862
Delete 1.jpeg
ghozifa Aug 18, 2022
1ea103f
adding pic
ghozifa Aug 18, 2022
1ea92ac
add pic
ghozifa Aug 18, 2022
3eb0e0a
feat: loading for login
ghozifa Aug 18, 2022
5573a53
commit after deploy
ghozifa Aug 18, 2022
13da7ed
commit after redeploy
ghozifa Aug 18, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/* eslint-env node */
require("@rushstack/eslint-patch/modern-module-resolution");

module.exports = {
root: true,
extends: [
"plugin:vue/vue3-essential",
"eslint:recommended",
"@vue/eslint-config-prettier",
],
parserOptions: {
ecmaVersion: "latest",
},
};
7 changes: 7 additions & 0 deletions .firebase/hosting.ZGlzdA.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
favicon.ico,1660789954554,d5451f0f0f0bcbcd433bbdf4f6e7e5d89d8ecce2650649e969ccb5e5cd499ab2
index.html,1660798227016,95b9741a28f54ff0d224e52dced830e9bdbafbee0d394b98607f9e804c4ec19e
assets/Loading_icon.41eaf941.gif,1660798227016,53eb21c78275ee64b06111780dad2b8a6b3b329ab7f1043d4e07895896d98143
assets/index.b11b4ceb.css,1660798227016,3225aacff6028f2cd8352df28fdfbd039c065e955cf212f6417ded30f5ebfe3a
assets/headphone-logo.88a878b3.png,1660798227016,4839f5ccb36e72459233848a2330e81b4a00d97d5f27c09bdeb6807f6b05f68c
assets/1.e4e13bdf.jpeg,1660798227016,66c3809b51567bc1c221fc8b903c3444e7bbe9ceb7d8dcf8776ba6c4cf4ebcef
assets/index.4ad61f28.js,1660798227016,3e6c14eb0d09073aeb9bbacbe3e508a89e1b6c44ca71761a8a6db1bfbe6a9a99
5 changes: 5 additions & 0 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "audio-id-501"
}
}
30 changes: 30 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

./assets/1.jpg

node_modules
.DS_Store
dist
dist-ssr
coverage
*.local

/cypress/videos/
/cypress/screenshots/

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["Vue.volar", "Vue.vscode-typescript-vue-plugin"]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# p2-iproject-client
Individual Project - Client
Individual Project - Client
10 changes: 10 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"hosting": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="./src/assets/headphone-logo.png" />
<link rel="stylesheet" href="/style/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>audio-id</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<script src="https://accounts.google.com/gsi/client" async defer></script>
</body>
</html>
Loading