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

Event Screen(NEW VERSION!!!) #16

Merged
merged 31 commits into from
Sep 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
c06cf52
Event整合
1989ONCE Mar 31, 2022
11091dd
personal_manage-1
dabbie109303501 Mar 31, 2022
15fb256
personal unfinished
Xunhaoz Mar 31, 2022
9e554da
活動中心card 剩到時候按形式(form分類 以及wrap
1989ONCE Mar 31, 2022
e508745
edit, manage, personal 畫面
1989ONCE Apr 21, 2022
3286072
addActivity
dabbie109303501 Apr 21, 2022
b6d0d15
有漸層ㄌ
dabbie109303501 Apr 21, 2022
46e5cb2
addActivity差不多ㄌ
dabbie109303501 Apr 28, 2022
9badbf8
活動並排顯示
1989ONCE Apr 28, 2022
3b96b65
三張圖片
Xunhaoz May 5, 2022
3b18682
Replace undefined as null
Xunhaoz May 19, 2022
bebae37
Replace undefined as null
Xunhaoz May 19, 2022
f4d1a44
新增照片問題解決
1989ONCE May 19, 2022
9d2bd2b
小問題修改
1989ONCE May 19, 2022
0aecf3c
活動管理人數
1989ONCE May 19, 2022
c78e7f2
new update
1989ONCE May 26, 2022
c39dd6f
addActivity ios更新
dabbie109303501 Jun 18, 2022
7453d9f
moreEvent大概完成 其他還沒
dabbie109303501 Jun 21, 2022
ffa6480
把各頁面的style單獨提出來了
1989ONCE Jun 23, 2022
7de1755
基本上list跟moreEvent的style好了 可以加3張照片 details顯示照片的地方好了
dabbie109303501 Jul 1, 2022
4d09c33
編輯頁面資料成功傳過去了 剩下firestore更新
1989ONCE Aug 19, 2022
982ef44
編輯照片功能尚未成功, 新增刪除活動功能
1989ONCE Aug 19, 2022
7877832
details頁面照片處和排版處理 剩下分享、連結主辦人、私訊主辦人功能
1989ONCE Aug 29, 2022
0b3f336
新增detail頁面分享的彈跳視窗和報名活動的確認訊息 & 管理頁面排版調整 | 分享、帳號連結活動、搜尋、私訊功能尚待開發
1989ONCE Aug 30, 2022
82fc5fc
編輯頁面完成
1989ONCE Aug 31, 2022
34e9263
新增-刪除活動和更改照片之後原照片(除了預設照片)從storage刪除的功能 以及 參加者功能(部分)
1989ONCE Sep 2, 2022
6747a62
剩下將活動分為參加中和已結束的功能、活動搜尋功能、分享活動以及私訊
1989ONCE Sep 10, 2022
62a165e
剩下取得管理活動那頁的參加人數、活動搜尋功能、分享活動以及私訊
1989ONCE Sep 10, 2022
02646b4
新增功能些許修改
1989ONCE Sep 10, 2022
f465287
新增-刪除活動和移除使用者的彈跳框
1989ONCE Sep 11, 2022
aa86b95
刪除活動功能調整
1989ONCE Sep 12, 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
9 changes: 9 additions & 0 deletions .idea/NCU-App.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 41 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 15 additions & 7 deletions App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,23 @@ import MapScreen from './screens/Map';
import SaleScreen from './screens/Sale';
import EventScreen from './screens/Event';

// const firebaseConfig = {
// apiKey: 'AIzaSyA8GH6yj1i4gJM0H_ZTsurYG3Dqn4-nIS8',
// authDomain: 'ncu-app-test.firebaseapp.com',
// projectId: 'ncu-app-test',
// storageBucket: 'ncu-app-test.appspot.com',
// messagingSenderId: '739839700130',
// appId: '1:739839700130:web:37591d0118a440488cfbfb',
// };
const firebaseConfig = {
apiKey: 'AIzaSyA8GH6yj1i4gJM0H_ZTsurYG3Dqn4-nIS8',
authDomain: 'ncu-app-test.firebaseapp.com',
projectId: 'ncu-app-test',
storageBucket: 'ncu-app-test.appspot.com',
messagingSenderId: '739839700130',
appId: '1:739839700130:web:37591d0118a440488cfbfb',
apiKey: 'AIzaSyAE1BMN-NymGGpNppqzqeOkQTfVZyrBXzo',
authDomain: 'test-e75af.firebaseapp.com',
projectId: 'test-e75af',
storageBucket: 'test-e75af.appspot.com',
messagingSenderId: '521591460213',
appId: '1:521591460213:web:1e510d65b7c13ebe76833c',
measurementId: 'G-T1RS72GEX1',
};

const Tab = createBottomTabNavigator();

function MainApp() {
Expand Down
Loading