-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: readable zfgcbb #84
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
starting to pull message editing together
set up theme provider
add user profile routes
fix build issues
chore: initialize corepack in the repo
ci: add ci pipeline on pull_request
…ry (#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>
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>
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 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
* 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 * fix: pass props instead of useParams in components --------- Co-authored-by: Jonathan Basniak <[email protected]>
* some changes for user left pane * formatting fix
* 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 * formatting fix
* a bunch of styling and layout updates * formatting fixes * case sensitivity fix?
* adds paginator * formatting
* navigator updates * formatting
* 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 adds board metadata from back end * formatting * lockfile fix maybe? * THIS TIME yarn lock will be fixed!
* add news box clean up some child board data * formatting fixes
handles responsiveness for boards
* 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ignore me, just merging main to get dependabot to shut up. i'll update config later