legalgonews
  • Joined on 2025-02-21
legalgonews pushed to main at legalgonews/legalgo-BE-go 2025-03-19 04:53:20 +00:00
b0099dac1e fix: remove auth in ads log
legalgonews pushed to master at legalgonews/legalgo-FE-reactrouter 2025-03-18 09:27:00 +00:00
1585830184 refactor: update ad table column title from 'Diklik' to 'Jumlah Klik' for clarity
22918b8bdb refactor: add 'clicked' field to ad response schema and update dashboard display
d32eb2e7ed feat: implement logging for ad interactions with new API and update banner component
Compare 3 commits »
legalgonews pushed to master at legalgonews/legalgo-FE-reactrouter 2025-03-18 05:14:52 +00:00
87616ef6bd refactor: add created_at field to user response schema and update dashboard display
legalgonews pushed to main at legalgonews/legalgo-BE-go 2025-03-18 02:47:27 +00:00
d7fa8496b0 fix: add created_at field on user profile
efab193793 fix: add seeding spotlight category
7b529ba46e fix: add clicked count on ads
c0dcdb77fa feat: ads log
Compare 4 commits »
legalgonews pushed to master at legalgonews/legalgo-FE-reactrouter 2025-03-17 11:22:22 +00:00
0f332fde79 refactor: simplify layout in CarouselSection for improved readability
legalgonews pushed to master at legalgonews/legalgo-FE-reactrouter 2025-03-15 14:38:22 +00:00
c633397d7b refactor: update user table headers and data fields for clarity
680a0a88a2 refactor: remove unused icon components and update dashboard data to use new icons
Compare 2 commits »
legalgonews pushed to master at legalgonews/legalgo-FE-reactrouter 2025-03-15 11:48:29 +00:00
d91dffb013 style: update button text size and font weight in navbar for consistency
legalgonews pushed to master at legalgonews/legalgo-FE-reactrouter 2025-03-15 11:45:40 +00:00
00bb1a46dc refactor: remove counter property from CardReport and dashboard data for simplification
fe38a63f1c refactor: remove unused category column from users dashboard and streamline staff data fetching
Compare 2 commits »
legalgonews pushed to main at legalgonews/legalgo-BE-go 2025-03-15 11:34:21 +00:00
ee8e8e140d fix: improvement access data
11bc19360c feat: update staff data
Compare 2 commits »
legalgonews pushed to master at legalgonews/legalgo-FE-reactrouter 2025-03-15 11:23:41 +00:00
978d74d226 feat: add profile update functionality with form validation and API integration
d767055bdb fix: streamline error handling in dialogs by removing unnecessary return statements
7b840ce5cd fix: update effect dependencies to use fetcher.data for improved error handling in dialogs
e7ef7177ca feat: replace error state handling with toast in login, register, and subscribe dialogs
4c3a143338 fix: correct subscription plan access check in login dialog
Compare 18 commits »
legalgonews pushed to master at legalgonews/legalgo-FE-reactrouter 2025-03-14 04:59:22 +00:00
fc23f45854 feat: filter news data to only include items with a live_at date in the past
29baa39a94 fix: update start_date and end_date fields to be non-nullable and filter ads based on date range
f04ad1a8f8 feat: add start_date and end_date fields to advertisements with transformation and display in forms
273add293e feat: add nullable start_date and end_date fields to adResponseSchema
Compare 4 commits »
legalgonews pushed to master at legalgonews/legalgo-FE-reactrouter 2025-03-14 03:57:25 +00:00
01f9cf06ca fix: change user status type from string to number in userResponseSchema
ff51941647 feat: add table search filter component and integrate with tags page
8a9cacf7b4 feat: conditionally render delete button based on category code
c89731e124 feat: implement category deletion functionality with confirmation dialog
Compare 4 commits »
legalgonews pushed to main at legalgonews/legalgo-BE-go 2025-03-13 04:05:42 +00:00
1297c71200 feat: update route ads
47085ca0ae fix: add start date and end date of ads
Compare 2 commits »
legalgonews pushed to master at legalgonews/legalgo-FE-reactrouter 2025-03-13 01:38:40 +00:00
798896e4ee refactor: update DialogDelete component to use selectedId and close callback
b00adf89ec feat: implement unified delete dialog component and update related pages
2c703de8e5 feat: implement delete tag functionality with confirmation dialog
Compare 3 commits »
legalgonews pushed to master at legalgonews/legalgo-FE-reactrouter 2025-03-12 23:32:08 +00:00
eadfccfc0e refactor: update author type to TAuthorResponse in news author component
d77ea01c59 refactor: update button styles and improve delete dialog properties in dashboard pages
6878da0db2 refactor: transform payload status to number in subscribe plan requests and update type definitions
f40f2dadde refactor: rename subscription references to subscribe plan and update related imports
cd76ded632 fix: update import path for SubscribePlanPage to correct module location
Compare 8 commits »
legalgonews pushed to master at legalgonews/legalgo-FE-reactrouter 2025-03-12 21:26:24 +00:00
86ee6abef7 style: update header title to uppercase for improved readability
86e87998bd refactor: update header title styling for improved visibility
Compare 2 commits »
legalgonews pushed to master at legalgonews/legalgo-FE-reactrouter 2025-03-12 13:40:03 +00:00
d63884dde1 feat: add toast notifications for delete actions and update button titles in advertisements page
850f42e99d feat: add delete confirmation dialog for advertisements
df3b14a212 fix: prevent closing dialog when fetcher is in progress
7ab83a4f66 feat: implement toast notifications for delete actions in dashboard pages
36b22d3f4a refactor: replace anchor tags with Link components for navigation in TagsPage
Compare 26 commits »
legalgonews pushed to master at legalgonews/legalgo-FE-reactrouter 2025-03-11 14:06:27 +00:00
ea6462f3ea Merge remote-tracking branch 'origin/master' into feature/slicing
6f0a21dde6 refactor: replace FormUpload with DialogUpload component for file uploads
07cced218e fix: update icon sizes in text editor menu bar for consistency
9a2d64eee4 fix: update ID display to show author's ID instead of content ID
438d1d40db Merge remote-tracking branch 'origin/master' into feature/slicing
Compare 7 commits »
legalgonews pushed to main at legalgonews/legalgo-BE-go 2025-03-11 13:59:41 +00:00
ce17e9dc73 fix: update seeder
ce341dbc13 fix: add new fields on subscribe plan, and change status type to number in subscribe
Compare 2 commits »
legalgonews pushed to master at legalgonews/legalgo-FE-reactrouter 2025-03-10 22:31:32 +00:00
dfd1a46694 fix: update sidebar button styles for improved active state indication
4a188afc8f fix: replace standard button with Headless UI Button component in text editor
Compare 2 commits »