Kshitij
1cbd74b6a5
Added Hindi (हिंदी) translation!
2025-06-27 00:25:35 +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
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
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
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
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
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
vedang29
76f9b00624
Implemented sign in & sign up (with token storage)
2025-04-18 16:33:40 +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
9632450d16
Feat:Added logic to upload the file to the Skycrate
2025-04-16 15:36:49 +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
00f6e28207
Feat:Added file icons and fixed download errors
2025-04-16 15:19:55 +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
8dec47ff63
Feat: Added table to list and view HDFS files with dynamic navigation
2025-04-15 04:10:27 +05:30
Dinesh065
000ae78d1e
Improved the landing page and footer
2025-02-27 22:42:14 +05:30
atharvaombase
130cada092
Fix:Kept the light theme and removed black theme
2025-02-26 18:01:36 +05:30
atharvaombase
7f6e377674
Feat:Added searchBar in navbar
2025-02-26 16:47:43 +05:30
atharvaombase
fe06abadcf
Feat:Added the icons and necessary buttons
2025-02-26 15:21:15 +05:30
atharvaombase
a7b5c24d72
Feat:Created sidebar
2025-02-26 12:04:41 +05:30
atharvaombase
9abd6c554a
Fix:Removed files from Root folder to Frontend folder
...
Feat:Created landing page,Login page, Signup page
2025-02-26 10:46:33 +05:30