Frontend
- Fixed the HexViewer bug where the 2nd to last row wasn't showing;
- Fixed the printing bug where the colors weren't right when printing in the Firefox and Edge browser;
- Changed the Attack and Heuristic menu item with a Link component so that users can middle to open that link in a new tab;
- Changed the File item in the File Section to be a Link component that redirects to its FileDetail page;
- Change the onClick event of the GOTO heuristic button on the submission detail page to open the page in the drawer instead of in a new page;
- Changed the Alert Detail page to open in the drawer if there's a location hash;
- Added confirmation dialog for adding a new favorite;
- Added an edit button to copy and change an existing favorites;
- Fixed the FileViewer navigation issue where the "ascii" and the blank value where treated the same and prevented navigation;
- Added a "word-break before dots" function only in the Tag section to prevent tags from being truncated;
- Completely revamp the Carousel components by removing the buttons, placing the navbar to the right and using a search parameter to determine its state.