Updated today at 08:58

260-feature-build-login-page-ui Show on GitHub

kilo-code-bot[bot]kilo-code-bot[bot]86fb2d2fix: update package-lock.jsoncommit details show on GitHub
RazanSagheerRazanSagheer90bb3fffix: restore footer visibility on desktop #260 This commit removes the display:none rule from the desktop media query to ensure the footer remains visible on larger screens. Refs #260commit details show on GitHub
RazanSagheerRazanSagheer5e40ae2refactor: replace hardcoded colors with style guide CSS variables #260 This commit replaces hardcoded color values in the login page with custom properties defined in the style guide to ensure design consistency across the application. Refs #260commit details show on GitHub
RazanSagheerRazanSagheer2d87a23feat: fix error in pipeline. #260 - "Fix lock file sync for CI" Refs: #260commit details show on GitHub
RazanSagheerRazanSagheerba7433efeat: background imges to the img file. #260 - I change the svg imegs for the login page to the file were is all imges. - Delete an layout file we don't used it. Refs: #260commit details show on GitHub
RazanSagheerRazanSagheera252000feat: remove (auth) file #260 - this commit I have removed the (auth) file from the routes for login beacause its not necessary Refs: #260commit details show on GitHub
RazanSagheerRazanSagheer756b57ffeat: png img to svg #260 - This commit I change the backgroung picture from png to svg. Refs: #260commit details show on GitHub
RazanSagheerRazanSagheera82ec80feat: Refactor login layout and update background image #260 - Updated desktop background to use full-width image - Removed main app navbar from login page Refs: #260commit details show on GitHub
yamenAlyamenAlae63366(fix): Adding the background photo for the inlog page #260 The old background photo has extra white spaces from right, left, and bottom. I fixed thatcommit details show on GitHub
RazanSagheerRazanSagheer0c8494dfeat: added background image #260 - This commit I added an background img to the login page. Refs: #260commit details show on GitHub
RazanSagheerRazanSagheer76817fbfeat: add an background img #260 - This commit I add an background to the login page. Refs: #260commit details show on GitHub
RazanSagheerRazanSagheer1bfc7f0feat(login): add responsive login page UI #260 - This commit adds the responsive login page as described in issue #260. It also includes adjustments to the ESLint configuration for browser environment support. Refs #260commit details show on GitHub
RazanSagheerRazanSagheer04ae576Merge pull request #243 from fdnd-agency/242-cicd-as-a-developer-i-want-to-automatically-test-and-deploy-the-sveltekit-project-using-github-actions-so-we-can-catch-errors-early-and-deploy-faster 242 cicd as a developer i want to automatically test and deploy the sveltekit project using GitHub actions so we can catch errors early and deploy fastercommit details show on GitHub
RazanSagheerRazanSagheer9988871chore: define browser globals as readonly in ESLint config #242 - Added `setTimeout` and `history` to ESLint globals with 'readonly' access to avoid false "not defined" errors in +layout.svelte. - These globals are only available in the browser (not during SSR), but are safely guarded with `typeof window !== "undefined"`. Declaring them as readonly ensures ESLint accepts their use without disabling useful rules like `no-undef`. Refs #242commit details show on GitHub
RazanSagheerRazanSagheer7d88e81feat: use resolve() for internal links to fix ESLint errors #242 This commit updates all internal <a> tags to use resolve() from $app/paths, as required by SvelteKit's ESLint rule `svelte/no-navigation-without-resolve`. Affected components: - MobileNav.svelte - Navbar.svelte - Sidebar.svelte - +error.svelte These changes improve routing reliability and fix all related linting issues. Refs #242commit details show on GitHub
RazanSagheerRazanSagheer4df73a5feat: resolved ESLint issues in Svelte components. #242 This commit fixes multiple ESLint errors to improve code quality and SSR safety: - added missing keys to each blocks - guarded browser-specific globals like window and document - removed unused variables - updated <a> tags to use resolve() for internal navigation - configured ESLint with global definitions for browser context Part of issue #242commit details show on GitHub
RazanSagheerRazanSagheer798ff5bMerge branch '242-cicd-as-a-developer-i-want-to-automatically-test-and-deploy-the-sveltekit-project-using-github-actions-so-we-can-catch-errors-early-and-deploy-faster' of https://github.com/fdnd-agency/footguard into 242-cicd-as-a-developer-i-want-to-automatically-test-and-deploy-the-sveltekit-project-using-github-actions-so-we-can-catch-errors-early-and-deploy-fastercommit details show on GitHub
RazanSagheerRazanSagheerceafaa9feat: added ESLint and Prettier installation instructions to README and applied Prettier formatting. #242 Refs #242commit details show on GitHub
yamenAlyamenAlaf6f266Merge branch 'dev' into 242-cicd-as-a-developer-i-want-to-automatically-test-and-deploy-the-sveltekit-project-using-github-actions-so-we-can-catch-errors-early-and-deploy-fastercommit details show on GitHub
yamenAlyamenAle335c0eMerge pull request #250 from fdnd-agency/244-remove-duplicate-code-and-components 244 remove duplicate code and componentscommit details show on GitHub
RazanSagheerRazanSagheer8d786e0Merge pull request #249 from fdnd-agency/247-error-fixen 247 error fixencommit details show on GitHub
yamenAlyamenAl18b0560refactor: remove unused error parameter #244 Remove unused error variable from catch block as it's not being used.commit details show on GitHub
RazanSagheerRazanSagheer2c50c62fix: remove unused className prop from Heading component #247 This commit removes the unused className prop from Heading to resolve ESLint no-unused-vars warnings. Refs #247commit details show on GitHub
yamenAlyamenAl778ded7fix: add key to email each block #244 Add unique key (email.id) to each block to ensure correct item tracking and reactivity. - Import `resolve` from $app/paths - Wrap query string with resolve() for correct path resolution - Remove void prefix as return value is now handled properlycommit details show on GitHub
RazanSagheerRazanSagheer8c9570ffix: remove unused props from SearchBar component #247 This commit removes the unused 'className' and 'form' props to resolve ESLint warnings. Refs #247commit details show on GitHub
RazanSagheerRazanSagheer3af280efix: clean up CompareGradingTable unused imports and add each key #247 This commit removes unused variables and component imports from QuestionsForm. Refs #247commit details show on GitHub
RazanSagheerRazanSagheer31ce405fix: clean up CompareGradingTable unused import removes. Refs #247commit details show on GitHub
RazanSagheerRazanSagheereb6d1a9fix: clean up CompareGradingTable unused imports and add each key #247 This commit removes unused variables and component imports from CompareGradingTable and adds a required key to the each block to satisfy ESLint and Svelte rules. Refs #247commit details show on GitHub
yamenAlyamenAl3feaa95fix: add fetch parameter to load function #244 Add missing fetch parameter to the load function.commit details show on GitHub
yamenAlyamenAl810ec02fix: clean up unused imports and improve rendering #244 Remove unused component imports - Remove unused Svelte helpers (onMount) and variables (form, gradings) - Add key to each block for proper list rendering - Mark goto call as void to indicate intentionally unused return valuecommit details show on GitHub
RazanSagheerRazanSagheer04e9de3fix: remove unused variables from QuestionCard #247 This commit removes the unused variables 'questionAnswer' and 'questionIcon' to fix ESLint no-unused-vars warnings and clean up the component. Refs #247commit details show on GitHub
yamenAlyamenAla69d977fix: add fetch parameter and remove console.log #244 - Add `fetch` parameter to load function - Remove unnecessary console.log statementcommit details show on GitHub
RazanSagheerRazanSagheerd876639fix: remove unused imports and props from PdfCard #247 This commit removes unused components, variables, and props from PdfCard to resolve ESLint no-unused-vars errors and clean up the component. Refs #247commit details show on GitHub
yamenAlyamenAldf3d2f1fix: remove unused import element #244 Remove import element that was not being used in the code that was used in the article pagecommit details show on GitHub
RazanSagheerRazanSagheer4571e8afix: clean up FilterButton props and add key to each block #247 This commit removes unused props from FilterButton and adds a unique key to the each block to satisfy ESLint and Svelte requirements. Refs #247commit details show on GitHub
yamenAlyamenAl6f7ace4fix: replace unused params with fetch in load function #244 - Remove unused `params` parameter from load function - Add `fetch` parameter to enable API calls - Remove unnecessary console.log statementcommit details show on GitHub
yamenAlyamenAl1459170fix: removing the not uesed import elmement #244 Remove import element that was not being used in the code.commit details show on GitHub
RazanSagheerRazanSagheer7c5d18dfix: resolve ESLint no-undef errors for window and document #247 This commit fixes ESLint no-undef errors by safely accessing window and document via globalThis inside onMount, ensuring compatibility with SSR and CI builds. Refs #247commit details show on GitHub
yamenAlyamenAla103bc0Merge pull request #248 from fdnd-agency/readme.md-update fix: readme #245commit details show on GitHub
yamenAlyamenAlc79d983Update README.md Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>commit details show on GitHub
yamenAlyamenAl7917652Merge pull request #241 from fdnd-agency/CONTRIBUTING.md-update Adding definition of ready and definition of done to the contributing.commit details show on GitHub
yamenAlyamenAl9112e60fix: closing parenthesis #241commit details show on GitHub
yamenAlyamenAl842e30dMerge pull request #240 from fdnd-agency/handover.md-update Document Sprint 19 goals and focus areascommit details show on GitHub
yamenAlyamenAlf8c58b3fix: readme #245 Adding my name to the readme in the team members sectioncommit details show on GitHub
RazanSagheerRazanSagheerbce09cffeat: add GitHub Actions workflow for CI pipeline #242 - This commit adds a basic CI workflow using GitHub Actions, which runs on push and pull requests to the dev branch. - It installs dependencies, checks formatting with Prettier, lints the code with ESLint, and builds the project. - Also updates the README with instructions on development scripts and CI usage. Refs #242commit details show on GitHub
RazanSagheerRazanSagheer0c9d5fdstyle: format codebase using Prettier rules #242 This commit applies consistent formatting across the project using the Prettier configuration. It ensures all files follow the defined code style. Refs #242commit details show on GitHub
RazanSagheerRazanSagheer7f82997feat: add linting and formatting tooling #242 This commit introduces ESLint v9 and Prettier to the SvelteKit project, providing a foundation for automated code quality checks in the CI pipeline. Refs #242commit details show on GitHub
RazanSagheerRazanSagheerbdec2d7Merge pull request #236 from fdnd-agency/220-feature-author-info-toevoegen-aan-card feat: display author on research grading cards #220commit details show on GitHub
yamenAlyamenAlaff8100adding CONTRIBUTING.md with new sections and updates Updated the table of contents and added sections for Definition of Ready and Definition of Done.commit details show on GitHub
yamenAlyamenAlceafb98Merge pull request #235 from fdnd-agency/234-bug-active-stats-in-humburger-menu Fix: navbar icon color #234commit details show on GitHub