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

Feature/forum get post #445

Merged
merged 48 commits into from
Sep 8, 2023
Merged
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
a3b81bd
feat: create single-spa app-parcel for Forum
YHhaoareyou Sep 19, 2022
c7d9f58
Add explanation for adding new app-parcel in WasedaTime
YHhaoareyou Sep 19, 2022
dc24de0
Comment out routing for Career
YHhaoareyou Sep 19, 2022
8132207
Initialize components for Forum
YHhaoareyou Sep 20, 2022
9bbada9
feat: install tailwind in Forum
YHhaoareyou Oct 11, 2022
4f482f9
Add required utilities to Forum
YHhaoareyou Oct 19, 2022
73e0f65
Add Forum icon to navbar
YHhaoareyou Oct 20, 2022
88d9b90
feature/forum-basic-styling (#415)
kamlnskll Nov 3, 2022
47b4d3d
Feature/forum-basic-routing (#416)
kamlnskll Nov 23, 2022
fda43bd
Recoil installation and defining global states (#417)
YHhaoareyou Dec 7, 2022
d9c3e54
Feature/forum-create-thread-basic (#418)
kamlnskll Dec 21, 2022
5ba5e92
Run pnpm fix
YHhaoareyou Dec 21, 2022
13fc4b4
Define boards & tags; change structure of dummy threads & comments
YHhaoareyou Dec 21, 2022
87c34a7
Group filter for Forum (#419)
YHhaoareyou Jan 19, 2023
6f582b7
Merge branch 'develop' into feature/forum-basic
nichnarmada Jan 19, 2023
37f5bd1
feat: moved forum folder to apps
nichnarmada Jan 19, 2023
6dbce7a
User auth for Forum (#421)
YHhaoareyou Jan 26, 2023
a219c4d
Customize Header for Forum (will replace Header component in other apps)
YHhaoareyou Feb 15, 2023
ee9360c
fix: default host of each microfrontend
YHhaoareyou Feb 21, 2023
3a22fd5
added recoil in root.components.tsx
goat-kj Dec 3, 2022
7876872
error report to Hao
goat-kj Dec 30, 2022
542e10e
fix: modal not showing due to wrong classname and attributes
YHhaoareyou Dec 30, 2022
e07cf3f
update for jan 5 2023
goat-kj Jan 5, 2023
f971b0b
sorry it took so long
goat-kj Apr 10, 2023
a5d9060
debug: recover tags modal display after adopting turbo
YHhaoareyou Apr 20, 2023
86271f5
feat: set header input form as tag modal button
YHhaoareyou Apr 20, 2023
ef5d02c
Merge pull request #427 from wasedatime/feature/forum-tag-modal
YHhaoareyou Apr 20, 2023
ad05e66
Merge commit '2d27b2cf9a1af93efb416007bd40bcf5147f32b1' into feature/…
nichnarmada May 27, 2023
ea48725
fix: removed bit from forum
nichnarmada May 27, 2023
acec1cb
fix: updated eslint config
nichnarmada May 27, 2023
5d9715e
choreL updated package json
nichnarmada May 27, 2023
71483f9
fix: remove bit details from npmrc
nichnarmada Jun 18, 2023
fb7fb41
Merge branch 'feature/remove-bit' into feature/forum-basic
nichnarmada Jun 18, 2023
94999f5
fix: remove bit token form npmrc
nichnarmada Jun 18, 2023
871f3ee
Merge branch 'feature/forum-basic' of https://github.com/wasedatime/w…
JasonNotJson Jul 16, 2023
089ea60
feat: restarting branch
JasonNotJson Jul 16, 2023
ec1f67c
feat: adding changes to new branch
JasonNotJson Jul 16, 2023
927d9c2
feat: testing
JasonNotJson Jul 16, 2023
b394098
feat: adding dependency localforage
JasonNotJson Jul 16, 2023
ec9b894
chores: small edits
JasonNotJson Jul 16, 2023
737e027
feat: finishing migrate from branch to branch
JasonNotJson Jul 16, 2023
056f458
feat: deleting two view sections.
JasonNotJson Jul 17, 2023
1362db9
feat: adding tags to post model
JasonNotJson Jul 19, 2023
99e6f3a
fix: fixed tag posting
JasonNotJson Jul 25, 2023
c2cba36
feat: creating school choosing dropdown
JasonNotJson Jul 25, 2023
b088323
chores: small adjustments
JasonNotJson Jul 25, 2023
be97952
feat: updating dropdown will need to change it to something else
JasonNotJson Jul 31, 2023
3ae005f
Feature/forum update delete post (#444)
JasonNotJson Sep 8, 2023
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
Prev Previous commit
Next Next commit
feature/forum-basic-styling (#415)
* feat: added basic styling + dummy data for forum incl. board, comments and comment form

* fix: arrangement between each section in Forum

* fix: code style by eslint

Co-authored-by: YHhaoareyou <mlapenang1998@gmail.com>
kamlnskll and YHhaoareyou authored Nov 3, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 88d9b905b7e4701489b6018440a528483a06b87a
5 changes: 4 additions & 1 deletion career/src/root.component.tsx
Original file line number Diff line number Diff line change
@@ -8,7 +8,10 @@ const Root = ({ name }: RootProps) => {
return (
<div>
<h1>{name} is mounted!</h1>
<p>This 'career' app is deprecated. You can copy this app for starting a new big feature in WasedaTime!</p>
<p>
This 'career' app is deprecated. You can copy this app for starting a
new big feature in WasedaTime!
</p>
</div>
);
};
2 changes: 1 addition & 1 deletion feeds/public/feeds
Submodule feeds updated from 626f43 to 487ee1
4 changes: 4 additions & 0 deletions forum/package.json
Original file line number Diff line number Diff line change
@@ -62,8 +62,12 @@
"@bit/wasedatime.core.ts.ui.loading-spinner": "0.1.5",
"@bit/wasedatime.core.ts.utils.i18n": "0.0.4",
"@bit/wasedatime.core.ts.utils.responsive-utils": "0.0.1",
"@emotion/react": "11.9.0",
"@emotion/styled": "11.8.1",
"@fortawesome/free-solid-svg-icons": "6.0.0",
"@fortawesome/react-fontawesome": "0.1.17",
"@mui/icons-material": "5.8.3",
"@mui/material": "5.8.3",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.13",
"@types/styled-components": "5.1.24",
Loading