Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
181 commits
Select commit Hold shift + click to select a range
97a1336
Add react-circular-progressbar package
thekidisalright Apr 16, 2024
62aa20b
Update index.css with new color variables
thekidisalright Apr 16, 2024
ccb6af7
Update file paths for PageTasks and PageCards components
thekidisalright Apr 16, 2024
3f35ddf
Refactor PageTasks component and its styles
thekidisalright Apr 16, 2024
d2a6ff0
Refactor PagePomo component and its styles
thekidisalright Apr 16, 2024
da40d09
Refactor Pomo components and add Timer component
thekidisalright Apr 16, 2024
35310ec
Add new models for caixa, lista, pomo, and task in backend/models
thekidisalright Apr 25, 2024
a0ba4dd
Revert "Merge pull request #23 from CosmicTasks/mongo"
thekidisalright Apr 25, 2024
c7493e7
Update main.jsx to include context providers for UserContext and List…
thekidisalright Apr 26, 2024
a19de3a
Add useEffect hook to fetch user and listas data in App.jsx
thekidisalright Apr 26, 2024
29d8419
Update LoginPage component to handle user login and registration
thekidisalright Apr 26, 2024
62990db
Update LoginPage component styles to include error message and forgot…
thekidisalright Apr 26, 2024
6830d5d
Refactor Listas component to use custom hook useListas in Listas.jsx
thekidisalright Apr 26, 2024
5359fff
Update PageTasks component to fetch and display users data
thekidisalright Apr 26, 2024
23d024e
Update SecSidebar component to include useContext and PropTypes in Se…
thekidisalright Apr 26, 2024
2225d00
Add BtnListas component to handle list buttons in app/src/components/…
thekidisalright Apr 26, 2024
382b5ea
Refactor Listas component to use custom hook useListas in Listas.jsx
thekidisalright Apr 26, 2024
d7dbee3
Refactor ModalNewList component to use custom hook useListaContext in…
thekidisalright Apr 26, 2024
835a6b3
Add ListaContext and listaReducer to handle list data in app/src/cont…
thekidisalright Apr 26, 2024
bbbeda5
Add UserContext and userReducer to handle user data in app/src/contex…
thekidisalright Apr 26, 2024
9e76d61
Add useListaContext custom hook to handle list context in app/src/hoo…
thekidisalright Apr 26, 2024
1b6f913
Add useUserContext custom hook to handle user context in app/src/hook…
thekidisalright Apr 26, 2024
83cfc70
Refactor server.js to add new routes and update MongoDB connection URI
thekidisalright Apr 26, 2024
46b68c9
Add cadastrarUsuario function to handle user registration in backend/…
thekidisalright Apr 26, 2024
3d0a3b2
Add listaController.js to handle list operations in backend/controllers
thekidisalright Apr 26, 2024
49feddb
Add userController.js to handle user operations in backend/controllers
thekidisalright Apr 26, 2024
0d050e2
Refactor userControllers.js to handle user operations in backend/cont…
thekidisalright Apr 26, 2024
2c586f8
Add flashcardSchema and niveis array to caixaModel.js
thekidisalright Apr 26, 2024
852bdbf
Add notaModel.js to handle note operations in backend/models
thekidisalright Apr 26, 2024
f818ad4
Add tagSchema to taskModel.js in backend/models
thekidisalright Apr 26, 2024
5a71866
Add cadastro.js route to handle user registration in backend/routes
thekidisalright Apr 26, 2024
21d1de8
Add listas.js route to handle list operations in backend/routes
thekidisalright Apr 26, 2024
17b5891
Refactor userControllers.js to userController.js in backend/routes/us…
thekidisalright Apr 26, 2024
14f2d6c
Add TaskContextProvider to handle task operations in main.jsx
thekidisalright Apr 26, 2024
1a0387a
Refactor fetchListas and fetchTasks functions in App.jsx
thekidisalright Apr 26, 2024
71bfa8a
Refactor PageTasks component to use context hooks and filter tasks by…
thekidisalright Apr 26, 2024
e1b78c1
Refactor SecSidebar component to use showModalNewList state instead o…
thekidisalright Apr 26, 2024
3ae3f0d
Fix hover behavior in SecSidebar module CSS
thekidisalright Apr 26, 2024
664c91d
Add edit and delete buttons to BtnListas component
thekidisalright Apr 26, 2024
fdae0e1
Remove unused Listas component
thekidisalright Apr 26, 2024
ac5d64e
Refactor ModalNewList component to use setShowModalNewList prop inste…
thekidisalright Apr 26, 2024
2d7c461
Add TaskContextProvider and TaskContext to handle task operations in …
thekidisalright Apr 26, 2024
b8e6dce
Add useTaskContext hook to handle task operations in app/src/hooks/us…
thekidisalright Apr 26, 2024
dde7279
Add tasksRoutes to server.js
thekidisalright Apr 26, 2024
7486abe
Add taskController.js to handle task operations in backend/controllers
thekidisalright Apr 26, 2024
253ef20
Add tasksRoutes to handle task operations in backend/routes/tasks.js
thekidisalright Apr 26, 2024
8e4957c
Update Markdown component with new features and bug fixes
thekidisalright Apr 30, 2024
f7f1c81
Update Markdown component with new features and bug fixes
thekidisalright Apr 30, 2024
e0a810b
iniciado a configuração
mthvalsz May 1, 2024
9304682
Update package.json dependencies
thekidisalright May 1, 2024
8773795
Add localization support for date pickers in main.jsx
thekidisalright May 1, 2024
52d38bd
Add useTaskContext hook to handle task operations in app/src/hooks/us…
thekidisalright May 1, 2024
061caa9
Refactor PageTasks component to display tasks based on current date i…
thekidisalright May 1, 2024
9751ff1
Refactor SecSidebar component to add new task functionality in SecSid…
thekidisalright May 1, 2024
212d44d
Refactor ModalNewList component to use user context in ModalNewList.jsx
thekidisalright May 1, 2024
0c1bb9a
Refactor ModalNewTask component to add new task functionality in Moda…
thekidisalright May 1, 2024
4965a8c
Add ModalNewTask module CSS file
thekidisalright May 1, 2024
c037e0b
Refactor TaskContext to fix bug in CREATE_TASK action
thekidisalright May 1, 2024
67d9790
Refactor taskController.js to use consistent quotation marks and add …
thekidisalright May 1, 2024
663d05c
Refactor router.get('/user/:id', buscarTasks) to router.get('/:id', b…
thekidisalright May 1, 2024
5a203bf
Refactor App component to fetch tasks based on user's list selection
thekidisalright May 2, 2024
7d72e95
Refactor PageTasks component to add Tarefa component for displaying t…
thekidisalright May 2, 2024
9d10c0f
Refactor PageTasks component to update task styling in PageTasks.modu…
thekidisalright May 2, 2024
3cbc37e
Refactor ModalNewTask component to remove default value for date and …
thekidisalright May 2, 2024
80f8ab1
Refactor Tarefa component to add task display functionality in Tarefa…
thekidisalright May 2, 2024
1946fc7
Finalizado o funcionamente do Pomodoro.
mthvalsz May 2, 2024
64fd872
Refactor App component to include additional properties in task object
thekidisalright May 3, 2024
e5b3848
Refactor PageTasks component to add ContainerTask component for displ…
thekidisalright May 3, 2024
a28c808
Update task styling in PageTasks.module.css
thekidisalright May 3, 2024
19a3408
Update SecSidebar.module.css to use min-width instead of width for .s…
thekidisalright May 3, 2024
2905a2b
Refactor ContainerTask component to include list name update function…
thekidisalright May 3, 2024
bf6adba
Update ContainerTask.module.css to include task container styling in …
thekidisalright May 3, 2024
6c9cb78
Refactor Tarefa component to include clickTask functionality in Taref…
thekidisalright May 3, 2024
2e24ef5
Update ListaContext.jsx to include UPDATE_LISTA action in listaReducer
thekidisalright May 3, 2024
f0fa803
Add updateLista function to listaController.js
thekidisalright May 3, 2024
fad732f
Add updateLista function to listaController.js
thekidisalright May 3, 2024
156e776
Refactor App component to include additional properties in task object
thekidisalright May 3, 2024
61631a3
Refactor PageTasks component to improve task rendering and selection
thekidisalright May 3, 2024
2236489
chore: Add ModalExcluir component for task and list deletion
thekidisalright May 3, 2024
547977d
style: Add CSS styles for ModalExcluir component
thekidisalright May 3, 2024
288b0c6
Refactor ContainerTask component to include task editing functionality
thekidisalright May 3, 2024
4edabc3
Refactor ContainerTask component to improve task editing functionality
thekidisalright May 3, 2024
a4c5c5c
refactor: Update TaskContext to include UPDATE_TASK action in taskRed…
thekidisalright May 3, 2024
8b403c4
feat: Exclude deleted tasks from search results
thekidisalright May 3, 2024
69085e0
refactor: Update taskModel to include additional priority options
thekidisalright May 3, 2024
0fd44dd
Refactor PageTasks component to include nested routing for different …
thekidisalright May 4, 2024
0b8d391
refactor: Update App component to fetch tasks and navigate to today's…
thekidisalright May 4, 2024
f3bc776
refactor: Fetch tasks based on user and list type in PageTasks component
thekidisalright May 4, 2024
d356aa0
refactor: Update ContainerTask component to make input fields read-on…
thekidisalright May 4, 2024
5b8dd14
refactor: Update SecSidebar component to include navigation links for…
thekidisalright May 4, 2024
c7cb871
refactor: Add FetchTasks component to fetch and set tasks
thekidisalright May 4, 2024
781fd76
refactor: Update Tarefa component to use dayjs for date formatting
thekidisalright May 4, 2024
523df92
refactor: Update taskController to fetch tasks based on user and list…
thekidisalright May 4, 2024
bdf698e
refactor: Add nested routing for different task types in PageTasks co…
thekidisalright May 6, 2024
070ecea
refactor: Remove unused fetchTasks import in App component
thekidisalright May 6, 2024
fcf007e
refactor: Fetch tasks based on user, list type, and id in PageTasks c…
thekidisalright May 6, 2024
ae45c1c
refactor: Update SecSidebar component to include navigation links for…
thekidisalright May 6, 2024
2fa5f6a
refactor: Update SecSidebar component to include active state styling
thekidisalright May 6, 2024
52ff3a5
refactor: Update NavLink in Sidebar component to point to "tasks/hoje"
thekidisalright May 6, 2024
0bb343c
refactor: Update BtnListas component to use NavLink for task navigation
thekidisalright May 6, 2024
0fdc5b6
refactor: Add useEffect hook to ContainerTask component for task updates
thekidisalright May 6, 2024
7e7bcef
refactor: Remove unused FetchTasks component
thekidisalright May 6, 2024
55cdb53
refactor: Update Tarefa component to handle click events with new val…
thekidisalright May 6, 2024
c4e50d3
refactor: Add getLista endpoint to listaController
thekidisalright May 6, 2024
038710e
refactor: Update buscarTasks function to include additional task list…
thekidisalright May 6, 2024
da2d548
refactor: Add getLista endpoint to listaController
thekidisalright May 6, 2024
f7c5535
tirar alert
thekidisalright May 7, 2024
03cd6d1
listas só aparecem quando existem
thekidisalright May 7, 2024
793e99e
imagens adicionadas
thekidisalright May 7, 2024
dfc73b7
adicionar imagem aleatoria no perfil do usuario
thekidisalright May 7, 2024
09b5f58
concluindo tarefas
thekidisalright May 7, 2024
9cfdc8c
pegando a imagem do usuario
thekidisalright May 7, 2024
2f30cf6
concluir tarefa adicionado no container
thekidisalright May 7, 2024
6469168
concluir tarefa adicionado no componente tarefa
thekidisalright May 7, 2024
7eb391e
fetch somente as tarefas que não estão excluidas nem concluidas
thekidisalright May 7, 2024
e410804
adicionar campo de imagem no model de usuario
thekidisalright May 7, 2024
b7dc045
Merge branch 'develop' into pomo
thekidisalright May 7, 2024
a22f0ce
Merge pull request #25 from CosmicTasks/pomo
thekidisalright May 7, 2024
1ef189f
adicionando requerimentos
thekidisalright May 7, 2024
59337c2
Merge branch 'develop' into markdown
thekidisalright May 7, 2024
e2b6ed9
Merge pull request #26 from CosmicTasks/markdown
thekidisalright May 7, 2024
5d18e79
modal ja esta aparecendo porem nao funciona o excluir
yHeyDark May 7, 2024
816abf4
Merge branch 'mongo' of https://github.com/CosmicTasks/dev into mongo
yHeyDark May 7, 2024
d68eb7a
Merge branch 'develop' into mongo
thekidisalright May 7, 2024
501e6bb
Merge branch 'mongo' of https://github.com/CosmicTasks/dev into mongo
thekidisalright May 7, 2024
b496366
Revert "Merge branch 'develop' into mongo"
thekidisalright May 7, 2024
da91aa8
pomodoro
thekidisalright May 7, 2024
e6c8805
markdown
thekidisalright May 7, 2024
ca24126
chore: Update color variables in index.css file
thekidisalright May 20, 2024
065b2b6
chore: Update copyright year in Footer component
thekidisalright May 20, 2024
8f2e4de
chore: Update padding and font styles in Footer component
thekidisalright May 20, 2024
8d5b808
Update padding and font sizes in Header component
thekidisalright May 20, 2024
df8a3d2
feat: Add monthly and annual subscription options to LandingPage
thekidisalright May 20, 2024
72f434b
feat: Add monthly and annual subscription options to LandingPage
thekidisalright May 20, 2024
5a2e8cd
tabs funcionais
thekidisalright May 21, 2024
984c97f
add idx config file
thekidisalright May 22, 2024
47bee7b
add package gh
thekidisalright May 22, 2024
3222b98
add react packages
thekidisalright May 22, 2024
38e6dcd
add logo-cinza to public
thekidisalright May 22, 2024
c490b4f
add login page to route
thekidisalright May 22, 2024
b85796f
new login page component
thekidisalright May 22, 2024
11d4a4f
inicialized styling of the new login page
thekidisalright May 22, 2024
69058d7
login fetch
thekidisalright May 22, 2024
6607e1f
new styles
thekidisalright May 22, 2024
3dd1bb8
alert criado
thekidisalright May 22, 2024
cd58565
extensoes
thekidisalright May 22, 2024
49435ea
import nos components login e cadastro
thekidisalright May 23, 2024
035c7d8
novo componente cadastro e estilos
thekidisalright May 23, 2024
0c80b16
trocar lingua
thekidisalright May 23, 2024
debc650
novas cores
thekidisalright May 23, 2024
8fa62bd
alteracoes no funcionamento do cadastro
thekidisalright May 23, 2024
972faee
mudança de cor no footer
thekidisalright May 23, 2024
ca90191
diminuicao do tempo pro alert sumir pós click
thekidisalright May 23, 2024
ac51483
refactor: Improve alert component functionality and styling
thekidisalright May 24, 2024
c4f6e68
Adicionando o modal de config incompleto
yHeyDark May 25, 2024
2faafd4
Update the initialization of state variables in the Cadastro componen…
thekidisalright May 29, 2024
a70f826
refactor: Improve alert component functionality and styling
thekidisalright May 30, 2024
59416b2
refactor: Improve Cadastro component functionality and error handling
thekidisalright May 31, 2024
4cd0cc9
refactor: Add useNavigate hook to Login component for navigation
thekidisalright May 31, 2024
baf335d
refactor: Remove backdrop-filter from Login module CSS
thekidisalright May 31, 2024
9a9cbf6
refactor: Update font sizes in responsive CSS
thekidisalright May 31, 2024
41a6d52
refactor: Update sidebar icons size and padding
thekidisalright May 31, 2024
fa6ffd9
a
giostos13 Jun 3, 2024
fd2bea4
atualização flashcards
giostos13 Jun 3, 2024
1913572
flashcards att
giostos13 Jun 3, 2024
3bc836a
atualização flashcards
giostos13 Jun 3, 2024
2c0eaab
flashcards att
giostos13 Jun 3, 2024
d9b1a72
refactor: Update sidebar icons size and padding
thekidisalright Jun 4, 2024
326cecc
refactor: Update sidebar icons size and padding
thekidisalright Jun 4, 2024
5148399
refactor: Update sidebar icons size and padding
thekidisalright Jun 4, 2024
5d52f4d
refactor: Update ModalNewTask component UI and functionality
thekidisalright Jun 4, 2024
4b92cf9
refactor: Update ModalNewTask component UI and functionality
thekidisalright Jun 4, 2024
b80ce00
mudança no gap entre o icone e o nome da lista
thekidisalright Jun 4, 2024
78769d2
refactor: Update border radius and button size in ModalNewTask component
thekidisalright Jun 4, 2024
a9f93a3
refactor: Update sidebar icons size and padding
thekidisalright Jun 5, 2024
74bdd07
refactor: Update sidebar icons size and padding
thekidisalright Jun 5, 2024
973f61f
refactor: Update sidebar icons size and padding
thekidisalright Jun 5, 2024
989fe96
refactor: Update ModalNewTask component UI and functionality
thekidisalright Jun 5, 2024
69c0a73
refactor: Update sidebar icons size and padding
thekidisalright Jun 5, 2024
2222385
refactor: Update ModalNewList component UI and styles
thekidisalright Jun 5, 2024
fe35a12
Merge branch 'responsividade' into flashCards
thekidisalright Jun 5, 2024
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
59 changes: 59 additions & 0 deletions .idx/dev.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# To learn more about how to use Nix to configure your environment
# see: https://developers.google.com/idx/guides/customize-idx-env
{ pkgs, ... }: {
# Which nixpkgs channel to use.
channel = "stable-23.11"; # or "unstable"

# Use https://search.nixos.org/packages to find packages
packages = [
# pkgs.go
# pkgs.python311
# pkgs.python311Packages.pip
# pkgs.nodejs_20
# pkgs.nodePackages.nodemon
pkgs.gh
];

# Sets environment variables in the workspace
env = {};
idx = {
# Search for the extensions you want on https://open-vsx.org/ and use "publisher.id"
extensions = [
# "vscodevim.vim"
"naumovs.color-highlight"
"dsznajder.es7-react-js-snippets"
"esbenp.prettier-vscode"
];

# Enable previews
previews = {
enable = true;
previews = {
# web = {
# # Example: run "npm run dev" with PORT set to IDX's defined port for previews,
# # and show it in IDX's web preview panel
# command = ["npm" "run" "dev"];
# manager = "web";
# env = {
# # Environment variables to set for your server
# PORT = "$PORT";
# };
# };
};
};

# Workspace lifecycle hooks
workspace = {
# Runs when a workspace is first created
onCreate = {
# Example: install JS dependencies from NPM
# npm-install = "npm install";
};
# Runs when the workspace is (re)started
onStart = {
# Example: start a background task to watch and re-build backend code
# watch-backend = "npm run watch-backend";
};
};
};
}
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html lang="en">
<html lang="pt-br">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo-icon.png" />
Expand Down
Loading