chore: merge next into master#87
Open
notscrappie wants to merge 221 commits into
Open
Conversation
* fix(deps): update dependency @formatjs/intl-localematcher to ^0.5.0 * fix(deps): update dependency next-intl to v3.0.0-rc.8 * chore(deps): update dependency @types/node to v20.9.0 (#63) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency next-intl to v3.0.0-rc.10 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @types/node to v20.9.2 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @types/node to v20.10.2 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): bump next-auth from 4.24.4 to 4.24.5 Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.24.4 to 4.24.5. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@4.24.4...next-auth@4.24.5) --- updated-dependencies: - dependency-name: next-auth dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): update dependency next-intl to v3.2.1 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: scrappie <notscrappie@proton.me> * chore(deps): update dependency eslint-config-prettier to v9.1.0 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * refactor: added .vscode * refactor: monorepo * refactor: remove test select menus * refactor: removed gbanner since it's unused * refactor: added types & hooks paths * refactor: export all formtypes & types as an index for easier use * refactor: entirely reworked Role + ChannelSelect & select menu they now support multi select & other stuffs * feat(backend): starboard * refactor(backend): fixed db leaning * refactor(frontend): removed redirects * refactor(frontend): removed sidebar.tsx util * refactor(frontend): removed sidebar func + added useGuildId * refactor(frontend): added utils to paths * feat(backend): add starboard channel * refactor(backend): removed function shit from features array * refactor(frontend): optimized channel select * refactor(frontend): tweaked imports for Embed * refactor(frontend): removed table * refactor(frontend): optimized role select * refactor(frontend): tweaked imports for TextArea * feat(frontend): new numeric input component * refactor(frontend): various import changes * refactor(frontend): hid up and down number input btns * chore(frontend): bumped packages * chore(backend): bumped packages * refactor(frontend): removed unused imports * refactor(frontend): forced signin and signout pages to / * refactor(frontend): added multi selects to index * refactor(frontend): removed bg from loading panel * refactor(frontend): removed banner & added select & gselect to index * refactor(frontend): added feature keys & changed imports * refactor(frontend): added zod & import changes * feat(frontend): starboard * refactor(frontend): sign out on 401 * refactor(frontend): added features & forms to paths * refactor(frontend): linting, forced pages & removed auth page from public pages * refactor(frontend): layout changes --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Also added svgToDatauri, colors & flattenColorPalette.
and removed old ones
- also due to be removed
- Renamed the "frontend" folder to "bs-web". - Tweaked i18n system to remove locales in the URL. - Entirely replaced the Next-Auth based authentication system with Better-Auth. - Ported over the new navigation bar from the new TanStack Start version of the dashboard. - Reworked the configuration file for Tailwind. - Reworked the middleware entirely, locale is now assigned in the middleware via a cookie.
+ removed banner
This file contains hidden or 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
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.
Merges the new overhaul into the master branch. Yes, I know that the build fails.