Commit Graph

76 Commits

Author SHA1 Message Date
Kshitij 10ec2d1739 Changed to 8080 for backend port. 2025-08-03 21:18:15 +05:30
Kshitij 17046735da Removed unused packages, updated exising packages and added missing depedencies for frontend. 2025-06-27 00:42:44 +05:30
Kshitij 5cd80fe27e Moved translation guide from Frontend/src to root dir. Also added link in README for the guide. 2025-06-27 00:35:19 +05:30
Kshitij d2e9f80c30 Merged frontend-multilingual branch. This project is now multilingual!
Currently supports the following languages:
- English
- Hindi
- Marathi
- French
2025-06-27 00:28:34 +05:30
Kshitij 43d04c7f93 Added Marathi (मराठी) translation! 2025-06-27 00:27:35 +05:30
Kshitij 1cbd74b6a5 Added Hindi (हिंदी) translation! 2025-06-27 00:25:35 +05:30
Kshitij d88f1b6e0b Added guide for contributing in other languages! 2025-06-27 00:16:06 +05:30
Kshitij 73a1c521d5 Performed translation for some components in ./src
- Footer.jsx
- Sidebar.jsx

Also, added key:value pairs (English + French for now) for all the text in src/locales. Need to perform translation for FileList.jsx & FileUploadModal.jsx. Will do once backend is accessible again.
2025-06-27 00:00:33 +05:30
Kshitij 9050bbc5cf Added .vite/ to .gitignore 2025-06-26 23:32:23 +05:30
Kshitij 2cce8d89ca Performed translation for Authentication in src/pages/
- Login.jsx
- SignUp.jsx

Also, added key:value pairs (English + French for now) for all the text in src/locales.
2025-06-26 23:29:24 +05:30
Kshitij 41435aa4fc Performed translation for UserPages in src/pages/
- Dashboard.jsx
- DrivethruLandingPage.jsx
- NotFoundPage.jsx

Also, added key:value pairs (English + French for now) for all the text in src/locales.
2025-06-26 23:20:50 +05:30
Kshitij 7dc8a49a8d Added the foundation for making the frontend multilingual. Now only need to import useTranslation and use t('key') for all user-facing text for all pages (+add key:value pairs in src/locales for each language ofc)
- package.json -> Imported packages i18next & react-i18next for multilingual functionality.
- src/App.jsx -> Imported LanguageSwitcher from ./components/LanguageSwitcher and added <LanguageSwitcher /> component at the beginning of layout so it's always visible.
- src/components/LanguageSwitcher.jsx -> LanguageSwitcher component, consists of a dropdown menu that always appears at top right corner for choosing language.
- src/i18n.js -> Initialize and configure i18next for app-wide multilingual support.
- src/locales/en.json + src/locales/fr.json -> Empty json files that will soon contain translation key:value pairs for each page.
- src/main.jsx -> Imported src/i18n.js for multilingual functionality.
2025-06-26 23:06:25 +05:30
Kshitij 3b027e4a39 Changed backend:8080 to localhost:8081, fixed cors issue! 2025-04-20 04:26:05 +05:30
Kshitij 6358e7e72d Updated backend url in .env and removed or operator in API URL var in Frontend/src/components/FileList.jsx 2025-04-20 02:34:54 +05:30
Kshitij 97be5d1b93 Added Dockerfile to build frontend Docker image. 2025-04-20 02:32:09 +05:30
Kshitij 1189e7cb78 Removed package-lock file. 2025-04-19 23:26:31 +05:30
Kshitij 2f6f0ba747 Removed placeholder file. 2025-04-19 23:26:12 +05:30
Atharva Ombase 2c29597f1d {new_commit_message} 2025-04-19 20:08:15 +05:30
Atharva Ombase 1f6cbf4310 Feat: Update API URL and refactor FileTable component for improved path handling 2025-04-19 20:04:57 +05:30
Atharva Ombase afccce0be3 Feat:Added the upload reducer in the store for re-renders 2025-04-19 18:56:57 +05:30
Atharva Ombase 96fc18ab80 Fix:Removed this unused file 2025-04-19 18:56:22 +05:30
Atharva Ombase febde7dffe Feat:Called UploadStatusSlice for toggling the variable for the re-render 2025-04-19 18:54:38 +05:30
Atharva Ombase c426fecf43 Feat:Added the isUploading in the useEffect for re-rendering file table when new file/folder is uploaded 2025-04-19 18:53:34 +05:30
Atharva Ombase 0adc932e53 Feat:Added slice to re-render file table on every file uplaod and folder creation 2025-04-19 18:52:33 +05:30
Atharva Ombase 54dd5a1fcc Feat:Added logic to redirect the user to login page if user is not logged in 2025-04-19 01:29:07 +05:30
Atharva Ombase d59e8c789c Minor changes 2025-04-19 01:28:06 +05:30
Atharva Ombase 920c793fa6 Feat: Added the logic to save the username and token into the localhost alongside the expiryId. Add Login page component in Authentication module 2025-04-19 01:25:07 +05:30
Atharva Ombase 608435b758 Fix:Fixed the logic because the api endpoints were changed 2025-04-19 01:21:03 +05:30
Atharva Ombase c55dd4b661 Fix:Fixed the bug where dropdown menu was not appearing and removed uneccessary options 2025-04-19 01:19:35 +05:30
Atharva Ombase 5c9e8fedbc Feat:Added username from localhost for fetching 2025-04-19 01:18:21 +05:30
Atharva Ombase 6294066ea7 Fix:Installed axios 2025-04-18 18:11:43 +05:30
vedang29 76f9b00624 Implemented sign in & sign up (with token storage) 2025-04-18 16:33:40 +05:30
Atharva Ombase 5391410609 Fix:Fixed api call for donwloading files 2025-04-16 15:47:11 +05:30
Atharva Ombase a91d7fe8c7 Fix: Removed extra landingpage on the src/pages path 2025-04-16 15:45:50 +05:30
Atharva Ombase 65ca53b224 Fix:Changed project name 2025-04-16 15:43:02 +05:30
Atharva Ombase 9d6387699e Feat:Added provider for the redux 2025-04-16 15:41:07 +05:30
Atharva Ombase f6371faf9a Fix:Changed name of the project 2025-04-16 15:40:14 +05:30
Atharva Ombase 9632450d16 Feat:Added logic to upload the file to the Skycrate 2025-04-16 15:36:49 +05:30
Atharva Ombase e59784bfa9 Feat:Added slice for redux for hdfspath 2025-04-16 15:28:20 +05:30
Atharva Ombase 6aae767aa6 Fix:Changed title of the project 2025-04-16 15:25:40 +05:30
Atharva Ombase df4d3c1990 Fix:deleted api.js and FileUpload.jsx and made new files as needed 2025-04-16 15:25:04 +05:30
Atharva Ombase 4ab49db6af Feat:Added redux for the hdfspath to change the uplaod the file onto folder 2025-04-16 15:22:12 +05:30
Atharva Ombase 00f6e28207 Feat:Added file icons and fixed download errors 2025-04-16 15:19:55 +05:30
Atharva Ombase 1f40b02346 Feat:Added uploadFile.jsx for in UserPages 2025-04-16 15:15:05 +05:30
Kshitij a5168a282b Merged Salvi's upload functionality and Ombase's list files functionality. 2025-04-15 11:04:40 +05:30
Atharva Ombase 4219570d80 Feat:Added file table on the Dashboard 2025-04-15 04:14:00 +05:30
Atharva Ombase 710a08c868 Feat:Added some dependancies 2025-04-15 04:12:02 +05:30
Atharva Ombase 8dec47ff63 Feat: Added table to list and view HDFS files with dynamic navigation 2025-04-15 04:10:27 +05:30
Kshitij 9e68d73cf4 Merged Atharv Ombase's changes from frontend branch into the main branch. 2025-03-29 22:28:10 +05:30
Kshitij 65783c1ca0 Merged changes from frontend branch, i.e. commits made by Ombase, Dinesh and me in frontend. 2025-02-27 23:06:51 +05:30