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

lots of thread/user updates #29

Merged
merged 2 commits into from
Oct 8, 2024
Merged

lots of thread/user updates #29

merged 2 commits into from
Oct 8, 2024

Conversation

MGZero
Copy link
Contributor

@MGZero MGZero commented Oct 8, 2024

No description provided.

@MGZero MGZero requested a review from gm112 October 8, 2024 02:28
@MGZero MGZero merged commit d4683a0 into development Oct 8, 2024
1 check passed
@MGZero MGZero deleted the feature/threads/updates branch October 8, 2024 22:12
gm112 added a commit that referenced this pull request Feb 3, 2025
* starting to pull message editing together

* add user profile routes
set up theme provider

* fix build issues

* ci: add ci pipeline on pull_request
chore: initialize corepack in the repo

* chore: use the LTS version of node

* chore: node version 22.x

* chore: blegh

* chore: run corepack enable

* chore: bump yarn lock

* chore: yarn --immutable

* chore: enable dependabot (#8)

* chore(deps-dev): bump vite in the npm_and_yarn group across 1 directory (#7)

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.7 to 5.4.8
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.8/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.8/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump react-dom from 18.2.0 to 18.3.1 (#12)

Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 18.2.0 to 18.3.1.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom)

---
updated-dependencies:
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @types/node from 22.6.1 to 22.7.2 (#13)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.6.1 to 22.7.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump @linaria/core from 4.5.4 to 6.2.0 (#10)

* chore(deps): bump @linaria/core from 4.5.4 to 6.2.0

Bumps [@linaria/core](https://github.com/callstack/linaria) from 4.5.4 to 6.2.0.
- [Release notes](https://github.com/callstack/linaria/releases)
- [Commits](https://github.com/callstack/linaria/compare/@linaria/[email protected]...@linaria/[email protected])

---
updated-dependencies:
- dependency-name: "@linaria/core"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: remove package-lock.json since we are using yarn

* chore: update existing packages

* chore: add peer dependencies for linaria-react and bootstrap

* fix: add @tyles/debug to fix linaria/core
chore: configure project to esm
chore: update project name

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Basniak <[email protected]>
Co-authored-by: Jon Basniak <[email protected]>

* add user profile route

* fix: update linaria/vite package reference to ywy-in-js uwu (#16)

* feat: enable dynamic routes (#18)

* feat(frontend): add initial dynamic routes

* chore: move components that were bunched with routes to components directory
chore: re-fix vite.config.ts

* chore: add prettier

* ci: use nvmrc for specifying node version
chore: add check npm script

* chore: rename registration view

* chore: fix pr comments

* chore: add format npm script
chore: run format on repo

* fix: pass --project tsconfig.json to build npm script

* chore: scaffold out some more pages
chore: remove accidental duplicate boards view
chore: add sonic for funsies
chore: skipLibCheck due to linaria/core package bug

* chore: update links to match routes

* updates for user profile and thread (#19)

* updates for user profile and thread

* fix: pass props instead of useParams in components

---------

Co-authored-by: Jonathan Basniak <[email protected]>

* some changes for user left pane (#20)

* some changes for user left pane

* formatting fix

* feat(frontend): add layout convention to router (#22)

* feat(frontend): add convention for exporting a layout
chore: remove deprecated reactRefresh vite plugin

* chore: format files

* chore: formatting and convention changes

* chore: remove plugin-react-refresh from package.json

* chore: include vite.config changes

* lots of thread/user updates (#29)

* lots of thread/user updates

* formatting fix

* Feature/boards/updates (#30)

* a bunch of styling and layout updates

* formatting fixes

* case sensitivity fix?

* Feature/boards/pagination (#31)

* adds paginator

* formatting

* cleans up forum endpoints a bit (#32)

* navigator updates (#36)

* navigator updates

* formatting

* feat: add rough user list view (#41)

* feat: enable verbatumModule syntax
chore: tweak bundles for vite
chore: update yarn

fix: move bootstrap to a css import
chore: make vite config parallelize loads

chore: add vscode launch config

chore: update packages to shut dependabot up

chore: add vscode folder settings

feat: make HasPermission type safe

feat: add support for arrays in useBBQuery hook
feat: add initial member-list view

* chore: load backend endpoint url from configuration

* chore: move contentView to layouts folder

* feat: forward useQuery in useBBQuery to expose error properties
feat: finish rough memberList view

* chore: remove useless config

* clean up responsiveness on category listing (#48)

* clean up responsiveness on category listing
adds board metadata from back end

* formatting

* lockfile fix maybe?

* THIS TIME yarn lock will be fixed!

* add news box (#49)

* add news box
clean up some child board data

* formatting fixes

* moves board summary into its own component (#50)

handles responsiveness for boards

* feat: update to react 19 (#78)

* feat: update to react 19
feat: update to react-router 7
chore: update all packages and yarn

* chore: add snow effect
fix: router SSR not working

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: steve <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant