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

Solid to react dev #37

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Solid to react dev #37

wants to merge 2 commits into from

Conversation

rwat17
Copy link
Owner

@rwat17 rwat17 commented Feb 19, 2024

Pull Request Requirements

  • Rebased onto upstream/main branch and squashed into single commit to help maintainers review it more efficient and to avoid spaghetti git commit graphs that obfuscate which commit did exactly what change, when and, why.
  • Have git sign off at the end of commit message to avoid being marked red. You can add -s flag when using git commit command. You may refer to this link for more information.
  • Follow the Commit Linting specification. You may refer to this link for more information.

Character Limit

  • Pull Request Title and Commit Subject must not exceed 72 characters (including spaces and special characters).
  • Commit Message per line must not exceed 80 characters (including spaces and special characters).

A Must Read for Beginners
For rebasing and squashing, here's a must read guide for beginners.

outSH and others added 2 commits January 22, 2024 11:17
- Bump vite to 4.5.2 to solve security issue reported by dependabot in
    https://github.com/hyperledger/cacti/pull/2999
- Update other vite and build plugins to latest versions.
- Update solidjs and solidjs router to fix runtime issues.

Signed-off-by: Michal Bajer <[email protected]>
@@ -0,0 +1,18 @@
module.exports = {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Usun config eslinta, uzywaj tego z roota

@@ -0,0 +1,24 @@
# Logs
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To samo z gitignore, jesli cos z tego nie jest ignorowane to dodaj w glowny .gitignore

@@ -0,0 +1,30 @@
# React + TypeScript + Vite
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

README wiadomo zaktualizowac z tym co bylo

<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tytul / ikonka do zmiany

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i wywal package.lock, wszystko yarnem powinno sie instalowac tak jak to jest w obecnej paczce

},
"type": "module",
"scripts": {
"dev": "vite",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

skrypty musza byc takie jak w poprzendiej paczce, w szcegolnosci build:*:frontend

function CustomTable(props) {


const [viewport, setViewport] = useState("");
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tutaj cos duzo tych spacji po funkcji, odpal linta przed PR zeby porpawil wszystkie bledy takie

@@ -0,0 +1,68 @@
/* :root {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

usun jak nie potrzebne

]);

ReactDOM.createRoot(document.getElementById("root")!).render(
<React.StrictMode>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

strict mode mozesz zakomentowac przed PR

import { useNavigate } from "react-router-dom";
import { useEffect, useState } from "react";
import CardWrapper from "../../../components/CardWrapper/CardWrapper";
// import { Transaction } from "../../../schema/supabase-types";
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

usun zakomentowane importy

export default FabricBlock;

{
/*
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to do usuniecia chyba

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.

2 participants